Skip to content

Commit ff1b71f

Browse files
committed
acrolinx
1 parent 85ebb57 commit ff1b71f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/extension-bundles.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ The support cycle of a GA extension bundle follows these phases:
7777

7878
| Phase | Description |
7979
| ----- | ----- |
80-
| Active | This is the latest GA extension bundle version, and it is the recommended version for your function apps. Bundle versions remain active for at least 12 months after being declared GA. |
80+
| Active | This phase is for the latest GA extension bundle version, which is the recommended version for your function apps. Bundle versions remain active for at least 12 months after being declared GA. |
8181
| Notification| Microsoft provides advanced notice before retiring an extension bundle or binding extension version. When you receive such a notification, you should begin planning to upgrade your function apps to a latest supported extension bundle version. This upgrade ensures that your apps continue to access new features, performance improvements, and support. |
82-
| 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. |
82+
| Deprecation phase | Occurs 12 months after the next major extension bundle version is declared to be GA. This overlap period gives you time to plan, test, and upgrade your apps before the previous version is retired. |
8383
| 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.|
8484

8585
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).

0 commit comments

Comments
 (0)