Skip to content

Commit 23c2007

Browse files
authored
MicrosoftDocs/azure-docs#38893
1 parent e8a4f70 commit 23c2007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-registry/container-registry-tutorial-quick-task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The commands in this tutorial series are formatted for the Bash shell. If you pr
7474

7575
Now that you've pulled the source code down to your machine, follow these steps to create a container registry and build the container image with ACR Tasks.
7676

77-
To make executing the sample commands easier, the tutorials in this series use shell environment variables. Execute the following command to set the `ACR_NAME` variable. Replace **\<registry-name\>** with a unique name for your new container registry. The registry name must be unique within Azure, and contain 5-50 alphanumeric characters. The other resources you create in the tutorial are based on this name, so you should need to modify only this first variable.
77+
To make executing the sample commands easier, the tutorials in this series use shell environment variables. Execute the following command to set the `ACR_NAME` variable. Replace **\<registry-name\>** with a unique name for your new container registry. The registry name must be unique within Azure, contain only lower case letters, and contain 5-50 alphanumeric characters. The other resources you create in the tutorial are based on this name, so you should need to modify only this first variable.
7878

7979
```azurecli-interactive
8080
ACR_NAME=<registry-name>

0 commit comments

Comments
 (0)