Skip to content

Commit 803ab39

Browse files
Tyler WhitneyTyler Whitney
authored andcommitted
clarify note
1 parent d62ea2d commit 803ab39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/tutorial-kubernetes-app-update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ docker tag azure-vote-front <acrLoginServer>/azure-vote-front:v2
8686
Now use [docker push][docker-push] to upload the image to your registry. Replace `<acrLoginServer>` with your ACR login server name.
8787

8888
> [!NOTE]
89-
> If you experience issues pushing to your ACR registry, make sure that you have run the [az acr login][az-acr-login] command using the name of your Azure Container Registry that you created in the [Create an Azure Container Registry](tutorial-kubernetes-prepare-acr.md#create-an-azure-container-registry) step. For example, `az acr login --name <azure container registry name>`.
89+
> If you experience issues pushing to your ACR registry, make sure that you are still logged in. Run the [az acr login][az-acr-login] command using the name of your Azure Container Registry that you created in the [Create an Azure Container Registry](tutorial-kubernetes-prepare-acr.md#create-an-azure-container-registry) step. For example, `az acr login --name <azure container registry name>`.
9090
9191
```console
9292
docker push <acrLoginServer>/azure-vote-front:v2

0 commit comments

Comments
 (0)