Skip to content

Commit bb0496f

Browse files
authored
Merge pull request #78402 from TylerMSFT/twhitney-addnote
clarify note about logging back into ACR server
2 parents 5362414 + 803ab39 commit bb0496f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,10 @@ Use [docker tag][docker-tag] to tag the image. Replace `<acrLoginServer>` with y
8383
docker tag azure-vote-front <acrLoginServer>/azure-vote-front:v2
8484
```
8585

86-
Now use [docker push][docker-push] to upload the image to your registry. Replace `<acrLoginServer>` with your ACR login server name. If you experience issues pushing to your ACR registry, make sure that you have run the [az acr login][az-acr-login] command.
86+
Now use [docker push][docker-push] to upload the image to your registry. Replace `<acrLoginServer>` with your ACR login server name.
87+
88+
> [!NOTE]
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>`.
8790
8891
```console
8992
docker push <acrLoginServer>/azure-vote-front:v2

0 commit comments

Comments
 (0)