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

There is no step "Select an OS" when creating an advanced web app with Node 20 LTS runtime #2596

Open v-xinda opened 11 months ago

v-xinda commented 11 months ago

OS: All App Service Build Version: 20231129.2 Azure Resources Build Version: 20231123.1 Regression: Not a regression

Repro Steps:

  1. F1 -> Azure App Service: Create New Web App... (Advanced) -> Select a subscription -> Enter a name -> Select a resource -> Select "Node 20 LTS" runtime.
  2. Check whether the next step is “Select an OS".

Expect: The next step is "Select an OS".

Actual: The next step is "Select a location for new resources".

More Info: This issue doesn't reproduce when creating the "Node 16 LTS" and "Node 18 LTS" web apps.