Skip to content

Commit 60d96ca

Browse files
authored
missing resource-group-name in az acr show
The resource group of the acr needs to be provided, or a default resource group would be attempted. ------- cc: @tomvcassidy
1 parent ab7c810 commit 60d96ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/container-instances/container-instances-github-action.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ Get the resource ID of your container registry. Substitute the name of your regi
9797
```azurecli
9898
registryId=$(az acr show \
9999
--name <registry-name> \
100+
--resource-group <resource-group-name> \
100101
--query id --output tsv)
101102
```
102103

0 commit comments

Comments
 (0)