From f00dd31f4096d424f99e88134fea6ef5c88de681 Mon Sep 17 00:00:00 2001 From: Teodor Kostadinov Date: Tue, 19 Dec 2023 11:37:23 +0200 Subject: [PATCH 1/2] Fix wrong number link in tutorial-containerize-simple-web-app-for-app-service.md --- .../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 1e5d90eb93..d7d7036f10 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 @@ -274,7 +274,7 @@ The `--registry` option specifies the registry name, and the `--image` option sp ## Make updates and redeploy -After you make code changes, you can redeploy to App Service with the [az acr build][18] and [az webapp update][19] commands. +After you make code changes, you can redeploy to App Service with the [az acr build][21] and [az webapp update][19] commands. ## Clean up From 1fffee1d14890f16707d7f19f471c49cf4ca06c3 Mon Sep 17 00:00:00 2001 From: Teodor Kostadinov Date: Tue, 19 Dec 2023 11:55:53 +0200 Subject: [PATCH 2/2] Add az webapp update in list of links in tutorial-containerize-simple-web-app-for-app-service.md --- .../tutorial-containerize-simple-web-app-for-app-service.md | 3 ++- 1 file changed, 2 insertions(+), 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 d7d7036f10..d93bbfbcd7 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 @@ -274,7 +274,7 @@ The `--registry` option specifies the registry name, and the `--image` option sp ## Make updates and redeploy -After you make code changes, you can redeploy to App Service with the [az acr build][21] and [az webapp update][19] commands. +After you make code changes, you can redeploy to App Service with the [az acr build][21] and [az webapp update][28] commands. ## Clean up @@ -322,3 +322,4 @@ For more information, see the following resources: [25]: https://portal.azure.com/ [26]: /azure/app-service/quickstart-python [27]: /cli/azure/webapp/log#az-webapp-log-tail +[28]: /cli/azure/webapp#az-webapp-update