Skip to content

Commit 4feca0c

Browse files
Merge pull request #222906 from tejaswikolli-web/GitHubIssue90527
Git Hub Issue for 90527
2 parents b626df0 + fcfd6fb commit 4feca0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-registry/container-registry-quickstart-task-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Run ID: ca8 was successful after 10s
113113

114114
Now quickly run the image you built and pushed to your registry. Here you use [az acr run][az-acr-run] to run the container command. In your container development workflow, this might be a validation step before you deploy the image, or you could include the command in a [multi-step YAML file][container-registry-tasks-multi-step].
115115

116-
The following example uses `$Registry` to specify the registry where you run the command:
116+
The following example uses $Registry to specify the endpoint of the registry where you run the command:
117117

118118
```azurecli-interactive
119119
az acr run --registry myContainerRegistry008 \

0 commit comments

Comments
 (0)