Skip to content

Commit 85ebb57

Browse files
committed
tweak
1 parent b85fd69 commit 85ebb57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-functions/extension-bundles.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,7 @@ Keep these considerations in mind when choosing to use a non-GA extension bundle
7373

7474
Major version releases of extension bundles can occur when there are breaking changes or updates in the dependencies of the underlying binding extensions. These breaking changes, often introduced in Azure SDKs, require updates to the bundle to remain compatible.
7575

76-
You can view the extension bundle versions and their included extensions in the [Azure Functions Extension Bundles GitHub repo](https://github.com/Azure/azure-functions-extension-bundles/releases). Individual .NET packages are found on [https://nuget.org](https://nuget.org).
77-
78-
The removal of support for previously GA bundles follows these phases:
76+
The support cycle of a GA extension bundle follows these phases:
7977

8078
| Phase | Description |
8179
| ----- | ----- |
@@ -84,6 +82,8 @@ The removal of support for previously GA bundles follows these phases:
8482
| Deprecation phase | Occurs 12 months after the next major version of an extension bundle moves into GA. This overlap period gives you time to plan, test, and upgrade your apps before the previous version is retired. |
8583
| Retirement phase | 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.|
8684

85+
You can view the extension bundle versions and their included extensions in the [Azure Functions Extension Bundles GitHub repo](https://github.com/Azure/azure-functions-extension-bundles/releases). Individual .NET packages are found on [https://nuget.org](https://nuget.org).
86+
8787
## Related articles
8888

8989
To learn more about binding extensions, see [Register Azure Functions binding extensions](functions-bindings-register.md).

0 commit comments

Comments
 (0)