Skip to content

Commit d230814

Browse files
committed
Acrolinx
1 parent a8b3361 commit d230814

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/azure-functions/language-support-policy.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Azure Functions language stack support policy
33
description: Learn about the support policy for the various language stacks that Azure Functions supports.
44
ms.topic: conceptual
5-
ms.date: 08/05/2024
5+
ms.date: 01/02/2025
66
zone_pivot_groups: programming-languages-set-functions
77
---
88

@@ -23,7 +23,7 @@ The Functions runtime includes the Functions host and programming language-speci
2323
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.
2424

2525
> [!IMPORTANT]
26-
>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).
26+
>If you're running function apps using an unsupported runtime or language version, you might encounter issues and performance implications and are required to upgrade before receiving support for your function app. As such, 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).
2727
2828
## Retirement policy exceptions
2929

@@ -36,7 +36,7 @@ Any Functions-supported exceptions to language-specific retirement policies are
3636
Use these resources to better understand and plan for language support-related changes in your function apps.
3737
::: zone pivot="programming-language-csharp"
3838

39-
| Topic | Resources |
39+
| Resource | Details |
4040
| --- | --- |
4141
| **Language version support timelines** | [.NET support policy page](https://dotnet.microsoft.com/platform/support/policy/dotnet-core)|
4242
| **Configuring language versions** | [Isolated worker model](./dotnet-isolated-process-guide.md#supported-versions)<br/>[In-process model](./functions-dotnet-class-library.md#supported-versions)|
@@ -45,7 +45,7 @@ Use these resources to better understand and plan for language support-related c
4545
::: zone-end
4646
::: zone pivot="programming-language-javascript,programming-language-typescript"
4747

48-
| Topic | Additional Resources |
48+
| Resource | Details |
4949
| --- | --- |
5050
| **Language version support timelines** | [Node.js release page on GitHub](https://github.com/nodejs/Release#release-schedule)|
5151
| **Configuring language versions** | [Setting the Node version](./functions-reference-node.md#setting-the-node-version)|
@@ -54,7 +54,7 @@ Use these resources to better understand and plan for language support-related c
5454
::: zone-end
5555
::: zone pivot="programming-language-java"
5656

57-
| Topic | Additional Resources |
57+
| Resource | Details |
5858
| --- | --- |
5959
| **Language version support timelines** | [Java support on Azure and Azure Stack](/azure/developer/java/fundamentals/java-support-on-azure)|
6060
| **Configuring language versions** | [Update the stack configuration](./update-language-versions.md#update-the-stack-configuration)|
@@ -63,15 +63,15 @@ Use these resources to better understand and plan for language support-related c
6363
::: zone-end
6464
::: zone pivot="programming-language-powershell"
6565

66-
| Topic | Additional Resources |
66+
| Resource | Details |
6767
| --- | --- |
6868
| **Language version support timelines** | [PowerShell Support Lifecycle](/powershell/scripting/powershell-support-lifecycle#powershell-end-of-support-dates)|
6969
| **Configuring language versions** | [Changing the PowerShell version](./functions-reference-python.md#python-version)|
7070

7171
::: zone-end
7272
::: zone pivot="programming-language-python"
7373

74-
| Topic | Additional Resources |
74+
| Resource | Details |
7575
| --- | --- |
7676
| **Language version support timelines** | [Python developer's guide](https://devguide.python.org/#status-of-python-branches)|
7777
| **Configuring language versions** | [Changing Python version](functions-reference-python.md#changing-python-version)|
@@ -90,7 +90,7 @@ For the language levels currently supported by Azure Functions, see [Languages b
9090

9191
This section provides you with answers to questions that are frequently asked about language support policies.
9292

93-
### Which versions of my preferred development language are currently supported by Azure Functions?
93+
### Which versions of my preferred development language does Functions currently support?
9494

9595
For the up-to-date list of supported language versions, see [Supported languages in Azure Functions](supported-languages.md#languages-by-runtime-version).
9696

@@ -104,7 +104,7 @@ After a previously supported language runtime reaches its end-of-support, Micros
104104

105105
### Can I continue to use an unsupported language stack or runtime version?
106106

107-
You can continue to use previously supported language stacks and runtime versions beyond the end-of-support date. However, you must take into account that these versions do not receive updates, security patches, or official support from Microsoft. Your apps might also face performance degradation when using a retired runtime versions.
107+
You can continue to use previously supported language stacks and runtime versions beyond the end-of-support date. However, you must take into account that these versions don't receive updates, security patches, or official support from Microsoft. Your apps might also face performance degradation when using a retired runtime versions.
108108

109109
### How do I upgrade my function app to a newer supported language stack and runtime version?
110110

@@ -118,7 +118,7 @@ Azure provides these methods to check the current runtime version used by your f
118118
+ [Using the Azure CLI](set-runtime-version.md?tabs=azure-cli#view-the-current-runtime-version)
119119
+ [Using Azure PowerShell](set-runtime-version.md?tabs=azure-powershell#view-the-current-runtime-version)
120120

121-
The language stack for your function app is determined by the `FUNCTIONS_WORKER_RUNTIME` [application setting](functions-how-to-use-azure-function-app-settings.md#settings).
121+
The language stack for your function app is determined based on the value of the `FUNCTIONS_WORKER_RUNTIME` [application setting](functions-how-to-use-azure-function-app-settings.md#settings).
122122

123123
## Next steps
124124

0 commit comments

Comments
 (0)