microsoft / vscode-azureappservice

Azure App Service extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azureappservice
MIT License
111 stars 94 forks source link

Fail to create a web app with an error #2652

Closed v-xinda closed 1 month ago

v-xinda commented 2 months ago

OS: Win10 Build Version: 20240704.1 Regression: Not a regression

Repro Steps:

  1. Create a new web app.
  2. Check whether succeeds to create a web app.

Expect: Succeed to create a web app.

Actual: Fail to create a web app. image

More Info: This issue also reproduces for Azure Functions extension.

MicroFish91 commented 1 month ago

We are having some issues reproducing this behavior. Does this reproduce consistently? If so, can you also let us know which inputs you are selecting, maybe that has some impact on repro'ing

v-xinda commented 1 month ago

@MicroFish91 Yes, it reproduces consistently.
The steps of creating web app as below: Right click "App Services" node -> Create New Web App...(Advanced) -> Enter a name "anicole01" -> Select "+Create new resource group" -> Type default name -> Select "Node 20 LTS" runtime stack -> Select Linux/Windows OS -> Select "East US" location -> Select "+Create new App Service plan" -> Type default name -> Select "S1" pricing tier -> Select "+Create new Application Insights resource" -> Type default name.

Fail to create the advanced and basic web app, and in portal, it's also failed. It's failed to create an application insight in portal. I think this is the root case.

v-xinda commented 1 month ago

Verified this issue on the latest build, it doesn't reproduce for now. So I close it.