Skip to content

Commit 9385f77

Browse files
authored
Merge pull request #120061 from Ikwus/patch-1
Update azure-kubernetes-recipe.md
2 parents b446ac4 + 0358f43 commit 9385f77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/containers/azure-kubernetes-recipe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ The following steps are needed to get the required information to connect your c
191191
1. Get your container registry ID.
192192
193193
```azurecli-interactive
194-
az acr show --resource-group cogserv-container-rg --name pattyregistry --query "id" --o table
194+
az acr show --resource-group cogserv-container-rg --name pattyregistry --query "id" --output table
195195
```
196196
197197
Save the output for the scope parameter value, `<acrId>`, in the next step. It looks like:

0 commit comments

Comments
 (0)