We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5193fd2 commit cde4051Copy full SHA for cde4051
1 file changed
infra/bicep/main.bicep
@@ -69,7 +69,7 @@ param sourceRegistry string = 'ghcr.io/azure-samples'
69
70
@description('value of tags to apply to resources')
71
param tags object = {
72
- environment: 'development'
+ 'azd-env-name': appEnvironment
73
}
74
75
// generate a unique string based on the resource group id
0 commit comments