fix resource name
This commit is contained in:
parent
8c04003d8b
commit
ee02dc06d1
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ targetScope = 'resourceGroup'
|
||||||
param context Context
|
param context Context
|
||||||
|
|
||||||
resource registry 'Microsoft.ContainerRegistry/registries@2023-07-01' = {
|
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
|
location: context.location
|
||||||
sku: {
|
sku: {
|
||||||
name: 'Basic'
|
name: 'Basic'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue