fix deployment?

This commit is contained in:
Chris Kruining 2024-11-18 10:13:51 +01:00
parent 216f813b8b
commit 10255b7c72
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
3 changed files with 23 additions and 4 deletions

View file

@ -5,7 +5,7 @@ targetScope = 'resourceGroup'
param context Context
// resource monitoring 'Microsoft.___/___@___' = {
// name: 'acr-${context.locationAbbreviation}-${context.environment}-${context.projectName}'
// name: '___-${context.locationAbbreviation}-${context.environment}-${context.projectName}'
// location: context.location
// properties: {}
// }