diff --git a/infrastructure/registry.bicep b/infrastructure/registry.bicep index f086cc7..689da4f 100644 --- a/infrastructure/registry.bicep +++ b/infrastructure/registry.bicep @@ -5,7 +5,7 @@ targetScope = 'resourceGroup' param context Context resource registry 'Microsoft.ContainerRegistry/registries@2023-07-01' = { - name: 'acr-${context.locationAbbreviation}-${context.environment}-${context.projectName}' + name: 'acr${context.locationAbbreviation}${context.environment}${context.projectName}' location: context.location sku: { name: 'Basic'