mirror of
https://github.com/Azure-Samples/graphrag-accelerator.git
synced 2025-12-12 07:41:44 +00:00
Disable the local admin on the ACR (#177)
This commit is contained in:
parent
680cfc055e
commit
0f1e3c69bc
@ -14,7 +14,7 @@ resource registry 'Microsoft.ContainerRegistry/registries@2023-11-01-preview' =
|
||||
name: 'Standard'
|
||||
}
|
||||
properties: {
|
||||
adminUserEnabled: true
|
||||
adminUserEnabled: false
|
||||
encryption: {
|
||||
status: 'disabled'
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user