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
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,39 +90,39 @@ 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 does Functions currently support?
93
+
### Which versions of my preferred language does Functions currently support?
94
94
95
-
For the up-to-date list of supported language versions, see [Supported languages in Azure Functions](supported-languages.md#languages-by-runtime-version).
95
+
For the up-to-date list of supported language stack versions, see [Supported languages in Azure Functions](supported-languages.md#languages-by-runtime-version).
96
96
97
-
### How long will Functions continue to support my language and runtime version?
97
+
### How long will Functions continue to support my language version?
98
98
99
-
Functions support aligns with the end-of-life date published by the community for a given language. For end-of-life date of currently supported versions, see [Supported languages in Azure Functions](supported-languages.md#languages-by-runtime-version).
99
+
Functions support aligns with the end-of-life date published by the community for a given language stack. For the expected end-of-life date of currently supported versions, see [Supported languages in Azure Functions](supported-languages.md#languages-by-runtime-version).
100
100
101
-
### What happens when my language runtime version reaches the end of support?
101
+
### What happens when my runtime version reaches the end of support?
102
102
103
-
After a previously supported language runtime reaches its end-of-support, Microsoft no longer provides bug fixes, security updates, or patches. Apps using retired runtime versions may also face performance degradation. You must upgrade to a supported version of your language runtime to maintain security and stability.
103
+
After a previously supported Functions runtime version reaches its end-of-support, Microsoft no longer provides bug fixes, security updates, or patches. Apps using retired versions may also face performance degradation. You must upgrade to a supported version to maintain security and stability.
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 don't 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 Functions 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
-
### How do I upgrade my function app to a newer supported language stack and runtime version?
109
+
### How do I upgrade my function app to a newer supported language stack or runtime version?
110
110
111
111
To make sure that your app is compatible with both the latest supported Functions runtime version and the latest version of your language stack, see [Update language stack versions in Azure Functions](update-language-versions.md)
112
112
113
-
### How do I check which version of a language stack and Functions runtime is being used by my function app?
113
+
### How do I check which language stack and runtime version is being used by my function app?
114
114
115
115
Azure provides these methods to check the current runtime version used by your function app:
116
116
117
117
+[Using the Azure portal](set-runtime-version.md?tabs=azure-portal#view-the-current-runtime-version)
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 based on the value of 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. For more information, see [Work with application settings](functions-how-to-use-azure-function-app-settings.md#settings).
122
122
123
123
## Related articles
124
124
125
-
To learn more about how to upgrade your functions apps language versions, see the following resources:
125
+
To learn more about how to upgrade your function app's language version, see these articles:
126
126
127
127
128
128
+[Update language stack versions](./update-language-versions.md)
0 commit comments