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

[Suggestion] It would be better to remove the Flex Consumption function app when executing "Azure Functions: Configure Deployment Source..." command from command palette #4123

Open v-xinda opened 2 months ago

v-xinda commented 2 months ago

OS: Windows 10 Build Version: v1.14.4-alpha.0

Repro Steps:

  1. Create a new Flex Consumption function app.
  2. F1 -> Azure Functions: Configure Deployment Source... -> Select a subscription.
  3. Check the function app list.

Actual: The Flex Consumption function app shows in the list. image

Suggestion: It would be better to remove the Flex Consumption function app when executing "Azure Functions: Configure Deployment Source..." command.

More Info:

  1. Succeed to execute command "Azure Functions: Configure Deployment Source..." for the Flex Consumption function app. image
  2. This issue also reproduces when executing "Start Streaming Logs", "Create/Delete Slot..." from command palette.
nturinski commented 1 month ago

Let's wait for the Flex GA and see if any of these issues resolve themselves. I would expect that these features should work for flex in the future eventually.