diff --git a/infra/core/acr/acr.bicep b/infra/core/acr/acr.bicep index 4d8321d..51e2821 100644 --- a/infra/core/acr/acr.bicep +++ b/infra/core/acr/acr.bicep @@ -14,7 +14,7 @@ resource registry 'Microsoft.ContainerRegistry/registries@2023-11-01-preview' = name: 'Standard' } properties: { - adminUserEnabled: true + adminUserEnabled: false encryption: { status: 'disabled' }