Skip to content

Template Gallery and classic flow initialize different default values for AzureWebJobsStorage #5083

Description

@v-ruizh

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.

Metadata

Metadata

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions