microsoft / vscode-azurefunctions

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

Flex fixes and includes the adding flex to function app context values #4078

Closed nturinski closed 5 months ago

nturinski commented 6 months ago

Includes this https://github.com/microsoft/vscode-azurefunctions/pull/4072 PR but I ended up changing the context value portion of it slightly since a flex app is different from productionSlot or slot.

Fixes https://github.com/microsoft/vscode-azurefunctions/issues/4070 (by removing the deployment configuration command) Fixes https://github.com/microsoft/vscode-azurefunctions/issues/4068 (by removing the sub-wizard that asks for a plan immediately after picking the host service type. We need to let users select a runtime first because which OS it can run on is stack dependent)