You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -122,13 +123,21 @@ To configure registries that pass this rule:
122
123
az acr update -n '<name>' -g '<resource_group>' --anonymous-pull-enabled false
123
124
```
124
125
126
+
### Configure with Azure Policy
127
+
128
+
To address this issue at runtime use the following policies:
129
+
130
+
-[Container registries should have anonymous authentication disabled](https://github.com/Azure/azure-policy/blob/master/built-in-policies/policyDefinitions/Container%20Registry/ACR_AnonymousPullDisabled_AuditDeny.json)
0 commit comments