Skip to content

Commit

Permalink
fix(azure): add product tag on all resources (#955)
Browse files Browse the repository at this point in the history
<!--- Provide a general summary of your changes in the Title above -->

## Description
In order to separate resources in Azure for Arbeidsflate and
Dialogporten
<!--- Describe your changes in detail -->

## Related Issue(s)

- #{issue number}

## Verification

- [ ] **Your** code builds clean without any errors or warnings
- [ ] Manual testing done (required)
- [ ] Relevant automated test added (if you find this hard, leave it and
we'll help out)

## Documentation

- [ ] Documentation is updated (either in `docs`-directory, Altinnpedia
or a separate linked PR in
[altinn-studio-docs.](https://github.com/Altinn/altinn-studio-docs), if
applicable)
  • Loading branch information
arealmaas authored Aug 1, 2024
1 parent 5302e9f commit 6c76576
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .azure/infrastructure/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ var namePrefix = 'dp-be-${environment}'

var tags = {
Environment: environment
Product: 'Dialogporten'
}

// Create resource groups
Expand Down

0 comments on commit 6c76576

Please sign in to comment.