Skip to content

Commit 0bf86c7

Browse files
committed
edit 2
1 parent 20f74f2 commit 0bf86c7

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

learn-pr/azure/build-and-store-container-images/includes/4-deploy-image.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,10 @@ After you verify the container instance works as expected, disable the registry
7070
```azurecli
7171
az acr update --name $ACR_NAME --admin-enabled false
7272
```
73+
74+
You should also clear the `ACR_USERNAME` and `ACR_PASSWORD` variables to remove their values from your Bash session.
75+
76+
```azurecli
77+
ACR_USERNAME=""
78+
ACR_PASSWORD=""
79+
```

0 commit comments

Comments
 (0)