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
If the command returns `disabled`, allow ARM tokens with the following command.
203
203
204
-
```powershell
204
+
```azurepowershell
205
205
Update-AzContainerRegistry `
206
206
-ResourceGroupName $acr.ResourceGroupName `
207
207
-Name $acr.Name `
@@ -242,7 +242,7 @@ IDENTITY_ID=$(az identity show \
242
242
243
243
1. Create a user-assigned managed identity. Before you run the following commands, choose a name for your managed identity and replace the `\<PLACEHOLDER\>` with the name.
0 commit comments