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
@@ -23,7 +23,7 @@ The Functions runtime includes the Functions host and programming language-speci
23
23
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.
24
24
25
25
> [!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).
27
27
28
28
## Retirement policy exceptions
29
29
@@ -36,7 +36,7 @@ Any Functions-supported exceptions to language-specific retirement policies are
36
36
Use these resources to better understand and plan for language support-related changes in your function apps.
37
37
::: zone pivot="programming-language-csharp"
38
38
39
-
|Topic|Resources|
39
+
|Resource|Details |
40
40
| --- | --- |
41
41
|**Language version support timelines**|[.NET support policy page](https://dotnet.microsoft.com/platform/support/policy/dotnet-core)|
42
42
|**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
45
45
::: zone-end
46
46
::: zone pivot="programming-language-javascript,programming-language-typescript"
47
47
48
-
|Topic|Additional Resources|
48
+
|Resource|Details |
49
49
| --- | --- |
50
50
|**Language version support timelines**|[Node.js release page on GitHub](https://github.com/nodejs/Release#release-schedule)|
51
51
|**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
54
54
::: zone-end
55
55
::: zone pivot="programming-language-java"
56
56
57
-
|Topic|Additional Resources|
57
+
|Resource|Details |
58
58
| --- | --- |
59
59
|**Language version support timelines**|[Java support on Azure and Azure Stack](/azure/developer/java/fundamentals/java-support-on-azure)|
60
60
|**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
63
63
::: zone-end
64
64
::: zone pivot="programming-language-powershell"
65
65
66
-
|Topic|Additional Resources|
66
+
|Resource|Details |
67
67
| --- | --- |
68
68
|**Language version support timelines**|[PowerShell Support Lifecycle](/powershell/scripting/powershell-support-lifecycle#powershell-end-of-support-dates)|
69
69
|**Configuring language versions**|[Changing the PowerShell version](./functions-reference-python.md#python-version)|
70
70
71
71
::: zone-end
72
72
::: zone pivot="programming-language-python"
73
73
74
-
|Topic|Additional Resources|
74
+
|Resource|Details |
75
75
| --- | --- |
76
76
|**Language version support timelines**|[Python developer's guide](https://devguide.python.org/#status-of-python-branches)|
77
77
|**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
90
90
91
91
This section provides you with answers to questions that are frequently asked about language support policies.
92
92
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?
94
94
95
95
For the up-to-date list of supported language versions, see [Supported languages in Azure Functions](supported-languages.md#languages-by-runtime-version).
96
96
@@ -104,7 +104,7 @@ After a previously supported language runtime reaches its end-of-support, Micros
104
104
105
105
### Can I continue to use an unsupported language stack or runtime version?
106
106
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.
108
108
109
109
### How do I upgrade my function app to a newer supported language stack and runtime version?
110
110
@@ -118,7 +118,7 @@ Azure provides these methods to check the current runtime version used by your f
118
118
+[Using the Azure CLI](set-runtime-version.md?tabs=azure-cli#view-the-current-runtime-version)
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).
0 commit comments