microsoft / microsoft/vscode-azurefunctions
Template Gallery and classic flow initialize different default values for AzureWebJobsStorage
Open
@nturinski is already working on this.
Since Jun 15, 2026.
AT-CTI
template gallery
- Dominant language
- TypeScript
- Stars
- 319
- Forks
- 158
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 4
Description
OS: Win 11 x64
Build Version: 20260602.6
Repro Steps:
- Create a new Azure Functions project using Template Gallery.
- Open local.settings.json file.
- Observe:
"AzureWebJobsStorage": "UseDevelopmentStorage=true" - Create another Azure Functions project using the classic flow.
- Open local.settings.json file.
- Observe:
"AzureWebJobsStorage": ""
Expect:
Project initialization behavior should be consistent across creation flows.
Actual:
Template Gallery initializes AzureWebJobsStorage to use the emulator (UseDevelopmentStorage=true).
Classic flow initializes AzureWebJobsStorage as empty.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.