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
Copy file name to clipboardExpand all lines: articles/azure-functions/extension-bundles.md
+7-18Lines changed: 7 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,14 +27,14 @@ You define an extension bundle reference in the *host.json* project file by addi
27
27
28
28
## Supported extension bundles
29
29
30
-
This table lists the default `Microsoft.Azure.Functions.ExtensionBundle` bundles that are currently GA.
30
+
This table lists the default `Microsoft.Azure.Functions.ExtensionBundle` bundles that are currently GA and any known end-of-support dates.
31
31
32
-
| Bundle version | Version in host.json | Included extensions |
33
-
| --- | --- | --- |
34
-
| 4.x |`[4.0.0, 5.0.0)`| See [extensions.json](https://github.com/Azure/azure-functions-extension-bundles/blob/main/src/Microsoft.Azure.Functions.ExtensionBundle/extensions.json) used to generate the bundle. |
35
-
| 3.x |`[3.3.0, 4.0.0)`| See [extensions.json](https://github.com/Azure/azure-functions-extension-bundles/blob/main-v3/src/Microsoft.Azure.Functions.ExtensionBundle/extensions.json) used to generate the bundle. |
36
-
| 2.x |`[2.*, 3.0.0)`| See [extensions.json](https://github.com/Azure/azure-functions-extension-bundles/blob/main-v2/src/Microsoft.Azure.Functions.ExtensionBundle/extensions.json) used to generate the bundle. |
37
-
| 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. |
32
+
| Bundle version | Version in host.json | Included extensions | End-of-support date |
33
+
| --- | --- | --- | --- |
34
+
| 4.x |`[4.0.0, 5.0.0)`| See [extensions.json](https://github.com/Azure/azure-functions-extension-bundles/blob/main/src/Microsoft.Azure.Functions.ExtensionBundle/extensions.json) used to generate the bundle. | Not yet determined |
35
+
| 3.x |`[3.3.0, 4.0.0)`| See [extensions.json](https://github.com/Azure/azure-functions-extension-bundles/blob/main-v3/src/Microsoft.Azure.Functions.ExtensionBundle/extensions.json) used to generate the bundle. | 05/30/2026 |
36
+
| 2.x |`[2.*, 3.0.0)`| See [extensions.json](https://github.com/Azure/azure-functions-extension-bundles/blob/main-v2/src/Microsoft.Azure.Functions.ExtensionBundle/extensions.json) used to generate the bundle. | 05/30/2026 |
37
+
| 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. | 05/30/2026 |
38
38
39
39
The default extension bundles are defined using version ranges, and this table links to the extension definitions for the bundle. For more information, see [Support policy](#support-policy).
40
40
@@ -83,17 +83,6 @@ Microsoft provides advance notice before retiring an extension bundle or binding
83
83
84
84
After the retirement of an extension bundle or binding extension version, function apps that use retired versions can still be created and deployed and continue to run on the platform. However, your function apps aren’t eligible for new features, security patches, and performance optimizations until you upgrade them to use a supported extension bundle version. You must upgrade your functions apps to a supported bundle version before you can receive support.
85
85
86
-
### Bundle version support state
87
-
88
-
This table shows the major versions of GA bundles and their current lifecycle state:
By default, the generated project includes a _host.json_ file that contains the extension bundles that include the SignalR extension. For more information about extension bundles, see [Register Azure Functions binding extensions](../azure-functions/functions-bindings-register.md#extension-bundles).
107
+
By default, the generated project includes a _host.json_ file that contains the extension bundles that include the SignalR extension. For more information, see [Azure Functions extension bundles](../azure-functions/extension-bundles.md).
Copy file name to clipboardExpand all lines: articles/azure-web-pubsub/reference-functions-bindings.md
+7-10Lines changed: 7 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,21 +26,18 @@ Web PubSub is an Azure-managed service that helps developers easily build web ap
26
26
[Product documentation](./index.yml) |
27
27
[Samples][samples_ref]
28
28
29
-
## Add to your Functions app
29
+
## Add to your function app
30
30
31
-
Working with the trigger and bindings requires you reference the appropriate package. The NuGet package is used for .NET class libraries while the extension bundle is used for all other application types.
31
+
Working with the trigger and bindings requires you reference the appropriate package. The NuGet package is used for .NET class libraries while an extension bundle is used for all other application types.
| C# | Installing the [NuGet package], version prerelease ||
36
-
| C# Script, JavaScript, Python, PowerShell |[Explicitly install extensions], [Use extension bundles]| The [Azure Tools extension] is recommended to use with Visual Studio Code. |
37
-
| C# Script (online-only in Azure portal) | Adding a binding | To update existing binding extensions without having to republish your function app, see [Update your extensions]. |
0 commit comments