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

Add prompts for Flex sku: InstanceMemory and InstanceCount #4128

Closed nturinski closed 1 month ago

nturinski commented 1 month ago

These two properties are exclusive for the flex consumption SKU. Both properties have defaults which are set for the user, but they are free to change it.

In the future, the basic create will most likely just leverage these defaults without prompt though.