Skip to content

Update extension bundle ID in host.json#23

Merged
manvkaur merged 1 commit intomainfrom
manvkaur/updatebundle
Jan 22, 2026
Merged

Update extension bundle ID in host.json#23
manvkaur merged 1 commit intomainfrom
manvkaur/updatebundle

Conversation

@manvkaur
Copy link
Copy Markdown
Contributor

This pull request updates the extension bundle configuration in src/host.json to use the stable Azure Functions Extension Bundle instead of the experimental version.

  • Configuration update:
    • Changed the extensionBundle.id from "Microsoft.Azure.Functions.ExtensionBundle.Experimental" to "Microsoft.Azure.Functions.ExtensionBundle" in src/host.json, ensuring the project uses the stable extension bundle.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request updates the Azure Functions Extension Bundle configuration from the experimental version to the stable version by modifying the extensionBundle.id field in src/host.json.

Changes:

  • Updated extension bundle ID from Microsoft.Azure.Functions.ExtensionBundle.Experimental to Microsoft.Azure.Functions.ExtensionBundle in host.json
  • Maintained the same version range [4.*, 5.0.0) for the extension bundle

@manvkaur manvkaur merged commit bc991b9 into main Jan 22, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants