Skip to content

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

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

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

Conversation

@PreetiYadav1991
Copy link

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

This 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 beyond the default host.json content.

Backport request

This is a small, low-risk default update that improves user experience for new apps.
Please backport to: 3.32.x and include in 3.33 LTS.


Linked issues

Fixes #50504

@PreetiYadav1991 PreetiYadav1991 changed the title azure-functions: update default ExtensionBundle to [4.0.0, 5.0.0) (Fixes #50504) Fixes #50504 : azure-functions: update default ExtensionBundle to [4.0.0, 5.0.0) Mar 18, 2026
@PreetiYadav1991 PreetiYadav1991 changed the title Fixes #50504 : azure-functions: update default ExtensionBundle to [4.0.0, 5.0.0) Azure-functions: update default ExtensionBundle to [4.0.0, 5.0.0) Mar 18, 2026
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.

1 participant