vscode-azurefunctions icon indicating copy to clipboard operation
vscode-azurefunctions copied to clipboard

Better function app create (basic) support for durable storage providers

Open MicroFish91 opened this issue 8 months ago • 1 comments

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.

MicroFish91 avatar Aug 12 '25 21:08 MicroFish91

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

MicroFish91 avatar Aug 12 '25 21:08 MicroFish91