From b816c94ec7239ca9511211e1eb3b86ccc5cc32f9 Mon Sep 17 00:00:00 2001 From: la <50501194+laujan@users.noreply.github.com> Date: Wed, 11 Sep 2024 12:01:52 -0700 Subject: [PATCH] Update tutorial-containerize-simple-web-app-for-app-service.md resolves: https://github.com/Azure/azure-sdk-for-python/issues/37076 --- .../tutorial-containerize-simple-web-app-for-app-service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/python/tutorial-containerize-simple-web-app-for-app-service.md b/articles/python/tutorial-containerize-simple-web-app-for-app-service.md index 7788e920de..d3d83fa9ad 100644 --- a/articles/python/tutorial-containerize-simple-web-app-for-app-service.md +++ b/articles/python/tutorial-containerize-simple-web-app-for-app-service.md @@ -221,7 +221,7 @@ The `--detach` option runs the container in the background. The `--publish` opti 1. Set an environment variable to the value of the password for the registry. ```bash - ACR_PASSWORD=$(az acr credential show \ + $ACR_PASSWORD=(az acr credential show \ --resource-group web-app-simple-rg \ --name webappacr123 \ --query "passwords[?name == 'password'].value" \