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 9e960ec commit e03b831Copy full SHA for e03b831
infra/main.bicep
@@ -245,7 +245,7 @@ param deploymentTarget string = 'appservice'
245
param acaIdentityName string = deploymentTarget == 'containerapps' ? '${environmentName}-aca-identity' : ''
246
param acaManagedEnvironmentName string = deploymentTarget == 'containerapps' ? '${environmentName}-aca-env' : ''
247
param containerRegistryName string = deploymentTarget == 'containerapps'
248
- ? '${replace(environmentName, '-', '')}acr'
+ ? '${replace(toLower(environmentName), '-', '')}acr'
249
: ''
250
251
// Organize resources in a resource group
0 commit comments