Skip to content
This repository was archived by the owner on Jun 12, 2026. It is now read-only.

Add local.settings.json for local development#16

Open
paulyuk wants to merge 1 commit into
Azure-Samples:mainfrom
paulyuk:add-local-settings
Open

Add local.settings.json for local development#16
paulyuk wants to merge 1 commit into
Azure-Samples:mainfrom
paulyuk:add-local-settings

Conversation

@paulyuk

@paulyuk paulyuk commented Mar 25, 2026

Copy link
Copy Markdown
Member

Summary

Adds local.settings.json with identity-based Event Hub connection placeholders for local development. Requires azd provision first to create the Event Hub namespace, then fill in your namespace. Uses managed identity (no connection strings).

What's included

src/local.settings.json with:

  • AzureWebJobsStorage: UseDevelopmentStorage=true (Azurite emulator)
  • FUNCTIONS_WORKER_RUNTIME: dotnet-isolated
  • EVENTHUB_CONNECTION__fullyQualifiedNamespace: <your-namespace>.servicebus.windows.net
  • EVENTHUB_NAME: <your-eventhub-name>
  • EVENTHUB_CONSUMER_GROUP_NAME: $Default

Context

Tracked by Azure/azure-functions-templates — ensuring all manifest templates have local.settings.json for local development per review feedback on PR #1753.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant