Disable the local admin on the ACR (#177)

This commit is contained in:
prabatdev 2024-09-19 14:17:51 -07:00 committed by GitHub
parent 680cfc055e
commit 0f1e3c69bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ resource registry 'Microsoft.ContainerRegistry/registries@2023-11-01-preview' =
name: 'Standard'
}
properties: {
adminUserEnabled: true
adminUserEnabled: false
encryption: {
status: 'disabled'
}