Skip to content

Commit 8daf3e7

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#103651
Changes made in line no 60 From $groupId=$(az group show \ To groupId=$(az group show \
1 parent cfb3d54 commit 8daf3e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ In the GitHub workflow, you need to supply Azure credentials to authenticate to
5757
First, get the resource ID of your resource group. Substitute the name of your group in the following [az group show][az-group-show] command:
5858

5959
```azurecli
60-
$groupId=$(az group show \
60+
groupId=$(az group show \
6161
--name <resource-group-name> \
6262
--query id --output tsv)
6363
```

0 commit comments

Comments
 (0)