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

There is no step "Select Slot" when executing "Azure Functions: Deploy to Slot..." command from command palette #4145

Open v-chenzha opened 1 month ago

v-chenzha commented 1 month ago

OS: All Build Version: v1.14.4-alpha.0 Regression: Previous release (1.14.3)

Repro Steps:

  1. F1 -> Azure Functions: Deploy to Slot... -> Select a subscription -> Select a function app.
  2. Check whether the next step is "Select Slot".

Expect: The next step is "Select Slot". image

Actual:

  1. Pop up a dialog to deploy.
  2. There is no step "Select Slot". image