Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8b7759f

Browse files
committedAug 7, 2020
screen updates
1 parent 9c76112 commit 8b7759f

File tree

4 files changed

+1
-1
lines changed

4 files 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
@@ -39,7 +39,7 @@ Take note of the registry name and the value of the **Login server**. You use th
3939

4040
## Log in to registry
4141

42-
Before pushing and pulling container images, you must log in to the registry instance. [Sign into the Azure CLI][get-started-with-azure-cli] on your local machine, then run the [az acr login][az-acr-login] command. (Specify only the registry name when logging in with the Azure CLI. Don't include the 'azurecr.io' suffix.)
42+
Before pushing and pulling container images, you must log in to the registry instance. [Sign into the Azure CLI][get-started-with-azure-cli] on your local machine, then run the [az acr login][az-acr-login] command. (Specify only the registry name when logging in with the Azure CLI. Don't include the 'azurecr.io' domain suffix.)
4343

4444
```azurecli
4545
az acr login --name <registry-name>
Loading
Loading
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.