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

@ -10,7 +10,16 @@ resource registry 'Microsoft.ContainerRegistry/registries@2023-07-01' = {
sku: {
name: 'Basic'
}
properties: {}
identity: {
type: 'SystemAssigned'
}
properties: {
adminUserEnabled: true
dataEndpointEnabled: false
encryption: {
status: 'disabled'
}
}
}
output registry resource'Microsoft.ContainerRegistry/registries@2023-07-01' = registry