From 7fc4cd899f7136dd200882beb8385b3a10809003 Mon Sep 17 00:00:00 2001 From: Nathan Date: Wed, 2 Oct 2024 11:06:22 -0700 Subject: [PATCH] Update tutorial-deploy-python-web-app-azure-container-apps-02.md --- .../tutorial-deploy-python-web-app-azure-container-apps-02.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/python/tutorial-deploy-python-web-app-azure-container-apps-02.md b/articles/python/tutorial-deploy-python-web-app-azure-container-apps-02.md index 489578c966..f9ecc6418a 100644 --- a/articles/python/tutorial-deploy-python-web-app-azure-container-apps-02.md +++ b/articles/python/tutorial-deploy-python-web-app-azure-container-apps-02.md @@ -858,7 +858,7 @@ Here's an example of the sample website after adding a restaurant and two review * You forgot the Application Url to access the website. * In the Azure portal, go to the **Overview** page of the Container App and look for the **Application Url**. - * In VS Code, go to the Azure extension and select the **Container Apps** section. Expand the subscription, expand the container environment, and when you find the container app, right-click **python-container-app** and select **Browse**. + * In VS Code, go to the **Azure view** (Ctrl+Shift+A) and expand the subscription that you are working in. Expand the **Container Apps** node, then expand the managed environment and right-click **python-container-app** and select **Browse**. It will open the browser with the **Application Url**. * With Azure CLI, use the command `az containerapp show -g pythoncontainer-rg -n python-container-app --query properties.configuration.ingress.fqdn`. * In VS Code, the **Build Image in Azure** task returns an error.