mirror of
https://github.com/Azure-Samples/graphrag-accelerator.git
synced 2025-12-13 00:09:47 +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'
|
name: 'Standard'
|
||||||
}
|
}
|
||||||
properties: {
|
properties: {
|
||||||
adminUserEnabled: true
|
adminUserEnabled: false
|
||||||
encryption: {
|
encryption: {
|
||||||
status: 'disabled'
|
status: 'disabled'
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user