Skip to content

Commit cde4051

Browse files
committed
fix(bicep): update tags parameter to use appEnvironment for environment name
which azd needs to be able to delete resources
1 parent 5193fd2 commit cde4051

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infra/bicep/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ param sourceRegistry string = 'ghcr.io/azure-samples'
6969

7070
@description('value of tags to apply to resources')
7171
param tags object = {
72-
environment: 'development'
72+
'azd-env-name': appEnvironment
7373
}
7474

7575
// generate a unique string based on the resource group id

0 commit comments

Comments
 (0)