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

Create container on flex app creation and allow flex nodes to be passed into deploy #4088

Closed nturinski closed 3 months ago

nturinski commented 3 months ago

Fixes https://github.com/microsoft/vscode-azurefunctions/issues/4083

Had a discussion with CLI tooling team. The fact that we do not create the container in the storage account on flex app creation breaks their deployment scenario. I made the design decision to create the container on deployment originally, but I do not think there is any harm in verifying the container in both scenarios.