Skip to content

Fix Azure-functions: update default ExtensionBundle to [4.0.0, 5.0.0)#53347

Open
PreetiYadav1991 wants to merge 1 commit intoquarkusio:mainfrom
PreetiYadav1991:50504-update-azure-extension-bundle-4x
Open

Fix Azure-functions: update default ExtensionBundle to [4.0.0, 5.0.0)#53347
PreetiYadav1991 wants to merge 1 commit intoquarkusio:mainfrom
PreetiYadav1991:50504-update-azure-extension-bundle-4x

Conversation

@PreetiYadav1991
Copy link
Copy Markdown

Summary

Update the default Azure Functions extensionBundle range used in the generated host.json from:

[3.*, 4.0.0)

to:

[4.0.0, 5.0.0)

No behavioral changes beyond the default host.json content.


File Changed

extensions/azure-functions/deployment/src/main/java/io/quarkus/azure/functions/deployment/AzureFunctionsProcessor.java

Rationale

This change prevents Azure Portal warnings about deprecated bundles and aligns the default with current Microsoft guidance for Azure Functions v4.


What Changed

In AzureFunctionsProcessor, the extensionBundle.version string emitted into host.json was updated:

  • Before: "[3.*, 4.0.0)"
  • After: "[4.0.0, 5.0.0)"

No other behavioral changes were introduced.


Backport Request

This is a small, low-risk default update that improves the user experience for new applications.

Please backport to:

  • 3.32.x
  • 3.33 (LTS)

Linked Issues

Fixes #50504

Update Azure Functions ExtensionBundle version from [3.0.0, 4.0.0) to [4.0.0, 5.0.0).
@geoand geoand requested a review from patriot1burke March 31, 2026 09:20
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.

Azure function host.json default bundle versions must be updated tu supported version

1 participant