Skip to content

Commit 1b257d9

Browse files
authored
Merge pull request #99978 from AshokPeddakotla-MSFT/patch-31
(Azure CXP) Adding a Note for more clarity
2 parents f15c18c + ecc9779 commit 1b257d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-registry/container-registry-get-started-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Take note of the value of the **Login server**. You use this value in the follow
3737

3838
## Log in to registry
3939

40-
Before pushing and pulling container images, you must log in to the ACR instance. Open a command shell in your operating system, and use the [az acr login][az-acr-login] command in the Azure CLI.
40+
Before pushing and pulling container images, you must log in to the ACR instance. Open a command shell in your operating system, and use the [az acr login][az-acr-login] command in the Azure CLI.(Specify only Container Name. Do not include 'azurecr.io')
4141

4242
```azurecli
4343
az acr login --name <acrName>

0 commit comments

Comments
 (0)