microsoft / vscode-azurecontainerapps

Azure Container Apps extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurecontainerapps
MIT License
33 stars 13 forks source link

Clear descriptions needed for the troubleshooting steps in this doc #762

Closed jinglouMSFT closed 1 month ago

jinglouMSFT commented 1 month ago

https://learn.microsoft.com/en-us/azure/developer/python/tutorial-deploy-python-web-app-azure-container-apps-02?wt.mc_id=knwlserAPI_inproduct_sdkextention&tabs=azure-cli%2Ccreate-database-psql#troubleshoot-deployment

Go to the troubleshooting section towards the end of the article and look for this bullet:

It's not clear to any new users of VS Code Azure extension what "Go to the Azure extension" really means. Should be clearer on exactly where to go. Also check if the rest of instructions are accurate in the bullet.

jinglouMSFT commented 1 month ago

It looks like the whole doc was talking about create ACA using the az CLI commands with the az CLI containerapp extension (not necessary our extension). So the troubleshooting steps might be ok including the bullet I mentioned above. But let's double verify during the triage.

nturinski commented 1 month ago

We will try to replace that blurb with this:

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.

nturinski commented 1 month ago

Waiting for review here: https://github.com/MicrosoftDocs/azure-dev-docs/pull/1411

MicroFish91 commented 1 month ago

Hurray @nturinski