vscode-azurefunctions
vscode-azurefunctions copied to clipboard
No step to select/create a storage account when debugging a .NET 6 project project created with the "Netherite" durable storage type
OS: Win10 Build Version: 20231105.1 Regression: Previous release (1.13.1)
Repro Steps:
- Create and open a .NET 6 project with "Durable Function orchestrator" function and select "Netherite" durable storage type.
- F5 -> Click "Connect Event Hubs Namespace"-> Select an event hub -> Type a hub name -> Enter.
- Check whether the next step to select/create a storage account.
Expect: The next step to select/create a storage account.
Actual:
- No step to select/create a storage account.
- Debug the project directly and an error occurs.
More Info:
- This issue doesn't reproduce for the a .NET 6 project created with the "MSSQL" durable storage type.
- This issue also reproduces for the Python V1 durable Projects.
- This issue doesn't reproduce for the JavaScript and TypeScript projects.
Does re-running F5 ever fix this issue? Also, can I see what your local.settings.json
looks like?
@MicroFish91 Verified this issue with latest main branch build 20231122.1, it doesn't reproduce for now.
Verified this issue with the latest RC Build 1.15.2-alpha.1, this issue still reproduces.