From 0f1e3c69bc803e22f280ad1ad4b50f6de23a95a0 Mon Sep 17 00:00:00 2001 From: prabatdev <166553091+prabatdev@users.noreply.github.com> Date: Thu, 19 Sep 2024 14:17:51 -0700 Subject: [PATCH] Disable the local admin on the ACR (#177) --- infra/core/acr/acr.bicep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }