microsoft / vscode-azurefunctions

Azure Functions extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurefunctions
MIT License
290 stars 131 forks source link

Pop up an error after selecting "Premium/App Service Plan" hosting plan #4068

Closed v-chenzha closed 3 months ago

v-chenzha commented 3 months ago

OS: All Build Version: v1.14.1-alpha.0 Regression: Not a Regression

Repro Steps:

  1. F1 -> Azure Functions: Create Function App in Azure...(Advanced) -> Select a subscription -> Enter a name -> Select "Premium/App Service Plan" hosting plan -> Enter.
  2. Check whether the next step is "Select a runtime stack".

Expect: The next step is "Select a runtime stack".

Actual: Pop up an error. image

More Info: This issue doesn't reproduce after selecting "Consumption/Flex Consumption(Preview)" hosting plan.