microsoft / microsoft/vscode-azurefunctions

Template Gallery and classic flow initialize different default values for AzureWebJobsStorage

Open
#5,083 2 comments 1 reaction 3 assignees View on GitHub

@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:

  1. Create a new Azure Functions project using Template Gallery.
  2. Open local.settings.json file.
  3. Observe: "AzureWebJobsStorage": "UseDevelopmentStorage=true"
  4. Create another Azure Functions project using the classic flow.
  5. Open local.settings.json file.
  6. 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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.