You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following table lists the currently available versions of the default *Microsoft.Azure.Functions.ExtensionBundle*bundle and links to the extensions they include.
37
+
The following table lists the currently available version ranges of the default *Microsoft.Azure.Functions.ExtensionBundle*bundles and links to the extensions they include.
38
38
39
39
| Bundle version | Version in host.json | Included extensions |
40
40
| --- | --- | --- |
41
-
| 1.x |`[1.*, 2.0.0)`| See [extensions.json](https://github.com/Azure/azure-functions-extension-bundles/blob/v1.x/src/Microsoft.Azure.Functions.ExtensionBundle/extensions.json) used to generate the bundle |
42
-
| 2.x |`[2.*, 3.0.0)`| See [extensions.json](https://github.com/Azure/azure-functions-extension-bundles/blob/v2.x/src/Microsoft.Azure.Functions.ExtensionBundle/extensions.json) used to generate the bundle |
43
-
| 3.x |`[3.3.0, 4.0.0)`| See [extensions.json](https://github.com/Azure/azure-functions-extension-bundles/blob/4f5934a18989353e36d771d0a964f14e6cd17ac3/src/Microsoft.Azure.Functions.ExtensionBundle/extensions.json) used to generate the bundle<sup>1</sup> |
44
-
| 4.x |`[4.0.0, 5.0.0)`| See [extensions.json](https://github.com/Azure/azure-functions-extension-bundles/blob/v4.x/src/Microsoft.Azure.Functions.ExtensionBundle/extensions.json) used to generate the bundle<sup>1</sup> |
45
-
46
-
<sup>1</sup> Version 4.x of the extension bundle currently doesn't include the [Web PubSub bindings](https://learn.microsoft.com/azure/azure-web-pubsub/reference-functions-bindings?tabs=csharp#add-to-your-functions-app). If your app requires Web PubSub, you'll need to continue using the 3.x version for now.
47
-
41
+
| 1.x |`[1.*, 2.0.0)`| See [extensions.json](https://github.com/Azure/azure-functions-extension-bundles/blob/v1.x/src/Microsoft.Azure.Functions.ExtensionBundle/extensions.json) used to generate the bundle. |
42
+
| 2.x |`[2.*, 3.0.0)`| See [extensions.json](https://github.com/Azure/azure-functions-extension-bundles/blob/v2.x/src/Microsoft.Azure.Functions.ExtensionBundle/extensions.json) used to generate the bundle. |
43
+
| 3.x |`[3.3.0, 4.0.0)`| See [extensions.json](https://github.com/Azure/azure-functions-extension-bundles/blob/4f5934a18989353e36d771d0a964f14e6cd17ac3/src/Microsoft.Azure.Functions.ExtensionBundle/extensions.json) used to generate the bundle. |
44
+
| 4.x |`[4.0.0, 5.0.0)`| See [extensions.json](https://github.com/Azure/azure-functions-extension-bundles/blob/v4.x/src/Microsoft.Azure.Functions.ExtensionBundle/extensions.json) used to generate the bundle. |
48
45
49
46
50
47
> [!NOTE]
51
-
> Even though host.json supports custom ranges for `version`, you should use a version value from this table.
48
+
> Even though host.json supports custom ranges for `version`, you should use a version range value from this table, such as `[3.3.0, 4.0.0)`.
0 commit comments