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/language-support-policy.md
+16-17Lines changed: 16 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,34 +1,32 @@
1
1
---
2
-
title: Azure Functions language runtime support policy
3
-
description: Learn about Azure Functions language runtime support policy
2
+
title: Azure Functions language stack support policy
3
+
description: Learn about the support policy for the various language stacks that Azure Functions supports.
4
4
ms.topic: conceptual
5
5
ms.date: 08/05/2024
6
6
---
7
7
8
-
# Language runtime support policy
8
+
# Azure Functions language stack support policy
9
9
10
-
This article explains Azure functions language runtime support policy.
10
+
This article explains the support policy for the language stacks supported by Azure Functions.
11
11
12
12
## Retirement process
13
13
14
-
Azure Functions runtime is built around various components, including operating systems, the Azure Functions host, and language-specific workers. To maintain full-support coverages for function apps, Functions support aligns with end-of-life support for a given language. To achieve this goal, Functions implements a phased reduction in support as programming language versions reach their end-of-life dates. For most language versions, the retirement date coincides with the community end-of-life date.
14
+
The Azure Functions runtime includes the Azure Functions host and programming language-specific workers. To maintain full-support coverage when running your functions in Azure, Functions support aligns with end-of-life support for a given language. To help you keep your apps up-to-date and supported, Functions implements a phased reduction in support as language stack versions reach their end-of-life dates. Generally, the retirement date coincides with the community end-of-life date of the given language.
15
15
16
-
### Notification phase
16
+
+**Notification phase**:
17
17
18
-
The Functions team sends notification emails to function app users about upcoming language version retirements. When you receive the notification, you should prepare to upgrade functions apps to use to a supported version.
18
+
The Functions team sends you notification emails about upcoming language version retirements that affect your function apps. When you receive this notification, you should prepare to upgrade these apps to use to a supported version.
19
19
20
-
### Retirement phase
20
+
+**Retirement phase**:
21
21
22
-
After the language end-of-life date, function apps that use retired language versions can still be created and deployed, and they continue to run on the platform. However your apps aren't eligible for new features, security patches, and performance optimizations until you upgrade them to a supported language version.
23
-
24
-
> [!IMPORTANT]
25
-
>You're highly encouraged to upgrade the language version of your affected function apps to a supported version.
26
-
>If you're running functions apps using an unsupported runtime or language version, you may encounter issues and performance implications and will be required to upgrade before receiving support for your function app.
22
+
After the language end-of-life date, function apps that use retired language versions can still be created and deployed, and they continue to run on the platform. However, these apps aren't eligible for new features, security patches, and performance optimizations until after you upgrade them to a supported language version.
27
23
24
+
> [!IMPORTANT]
25
+
>If you're running function apps using an unsupported runtime or language version, you may encounter issues and performance implications and are required to upgrade before receiving support for your function app. Because of this, you're highly encouraged to upgrade the language version of such an app to a supported version. TO learn how, see [Update language stack versions in Azure Functions](./update-language-versions.md).
28
26
29
27
## Retirement policy exceptions
30
28
31
-
Any Azure Functionssupported exceptions to language-specific retirement policies are documented here.
29
+
Any Functions-supported exceptions to language-specific retirement policies are documented here:
32
30
33
31
> There are currently no exceptions to the general retirement policy.
34
32
@@ -43,7 +41,7 @@ To learn more about specific language version support policy timeline, visit the
0 commit comments