vscode-azureappservice icon indicating copy to clipboard operation
vscode-azureappservice copied to clipboard

Azure App Service extension for VS Code

Results 135 vscode-azureappservice issues
Sort by recently updated
recently updated
newest added
trafficstars

Does this occur consistently? Repro steps: 1. yes 2. 95% chance 3. just deploy your webapp using visual studio code azure plugin Action: appService.Deploy Error type: object Error Message: :(...

info-needed

Does this occur consistently? Repro steps: 1. This happens from time to time, I restarted Code and attempted a redeploy but the system still thinks a deployment is in progress....

external

**OS:** All **Build Version:** 20230320.1 **Regression:** Previous Release **Repro Steps:** 1. F1 -> Azure App Service: Delete... -> Select one web app. 2. Check whether succeeds to execute "Azure App...

bug
AT-CTI
inconsistent-repro

Somehow the resource view is trying to write multiple strings to the same line. You can see the result in the picture. running v.0.24.8 on win 11. ![image](https://user-images.githubusercontent.com/17628060/234064791-20a368ab-522e-4ea4-86c0-2475700c0378.png)

info-needed

**OS:** Win10 **Build Version:** 20221121.1 **Repro Steps:** 1. F1 -> Azure App Service: Create New Web Apps... -> Enter a name -> Check the runtime stack list. 2. Check whether...

AT-CTI
investigate

**OS:** Win10 **Build Version:** 20221019.2 Repro Steps: 1. Create a Node Linux web app -> Create a slot for it -> Deploy a nodejs-docs-hello-world-master project to it. 2. Right click...

AT-CTI
investigate

DISREGARD FOR NOW, WILL BE REPLACING THIS PR WITH A NEW IMPLEMENTATION SOON....

Does this occur consistently? Repro steps: 1. 2. Action: appService.Deploy Error type: TypeError Error Message: Cannot read properties of undefined (reading 'createClient') Version: 0.24.9 OS: linux OS Release: 5.13.0-52-generic Product:...

info-needed

Does this occur consistently? Yes (Since Applied Azure) Repro steps: - Create Web App or Create Web App Plan (Try every location) Action: appService.CreateWebApp Error type: Forbidden Error Message: The...

external

Ref: https://github.com/microsoft/vscode-azureappservice/issues/1360#issue-551168114 I had the same experience. appService.preDeployTask": "publish-release", was incorrect. I changed it to appService.preDeployTask": "publish", and it worked as expected. This is in .vscode > settings.json

enhancement