Skip to content

Commit 6dae6be

Browse files
authored
Update extension-bundles.md
1 parent e7d774b commit 6dae6be

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/azure-functions/extension-bundles.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,16 @@ This table lists all `Microsoft.Azure.Functions.ExtensionBundle` bundle versions
3131

3232
<!-- | Bundle version | Version in host.json | Support state | End-of-support date |
3333
| --- | --- | --- | --- | -->
34-
| Bundle version | Version in host.json | Support state |
34+
35+
| Bundle version | Version in host.json | Support state<sup>*</sup> |
3536
| --- | --- | --- |
3637
| [4.x](https://github.com/Azure/azure-functions-extension-bundles/blob/main/src/Microsoft.Azure.Functions.ExtensionBundle/extensions.json) | `[4.0.0, 5.0.0)` | Active | <!---Not yet determined |-->
3738
| [3.x](https://github.com/Azure/azure-functions-extension-bundles/blob/main-v3/src/Microsoft.Azure.Functions.ExtensionBundle/extensions.json) | `[3.3.0, 4.0.0)` | Deprecated | <!---May 30, 2026 |-->
3839
| [2.x](https://github.com/Azure/azure-functions-extension-bundles/blob/main-v2/src/Microsoft.Azure.Functions.ExtensionBundle/extensions.json) | `[2.*, 3.0.0)` | Deprecated | <!---May 30, 2026 |-->
3940
| [1.x](https://github.com/Azure/azure-functions-extension-bundles/blob/v1.x/src/Microsoft.Azure.Functions.ExtensionBundle/extensions.json) | `[1.*, 2.0.0)` | Deprecated | <!---May 30, 2026 |-->
4041

42+
<sup>*</sup> Deprecated bundle versions can use deprecated binding extension versions. For optimal supportability and reliability, you should [upgrade to the most recent bundle version](#upgrade-extension-bundles).
43+
4144
The default extension bundles are defined via version ranges. To see the `extensions.json` definition file that generates the current bundle version for a major extension, select the link in the table.
4245

4346
## Considerations for extension bundles

0 commit comments

Comments
 (0)