vscode-azurefunctions
vscode-azurefunctions copied to clipboard
Better function app create (basic) support for durable storage providers
Basic create had its behavior changed to default to flex which doesn't usually work with a decent number of the durable storage providers.
We should try to detect when a project has these storage providers and recommend only the available plans. Currently, if the user tries to build a basic app, they would encounter an error on deploy stating that flex is not supported. They would then have to go back and re-create using the advanced flow which is not a great workflow.
This may only be a SQL provider issue since Netherite isn't being offered anymore for newer projects and DTS is already working as intended