We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 840efea + 81c9759 commit 01191c3Copy full SHA for 01191c3
articles/container-apps/communicate-between-microservices.md
@@ -163,13 +163,13 @@ Output from the `az acr build` command shows the upload progress of the source c
163
# [Bash](#tab/bash)
164
165
```azurecli
166
- docker push $ACR_NAME.azurecr.io/albumapp-ui .
+ docker push $ACR_NAME.azurecr.io/albumapp-ui
167
```
168
169
# [PowerShell](#tab/powershell)
170
171
```powershell
172
173
174
175
---
@@ -283,4 +283,4 @@ az group delete --name $RESOURCE_GROUP
283
## Next steps
284
285
> [!div class="nextstepaction"]
286
-> [Environments in Azure Container Apps](environment.md)
+> [Environments in Azure Container Apps](environment.md)
0 commit comments