Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

Commit 0f1e3c6

Browse files
authored
Disable the local admin on the ACR (#177)
1 parent 680cfc0 commit 0f1e3c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/core/acr/acr.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ resource registry 'Microsoft.ContainerRegistry/registries@2023-11-01-preview' =
1414
name: 'Standard'
1515
}
1616
properties: {
17-
adminUserEnabled: true
17+
adminUserEnabled: false
1818
encryption: {
1919
status: 'disabled'
2020
}

0 commit comments

Comments
 (0)