Skip to content

Commit 6cd178c

Browse files
authored
Clarify FAQ
1 parent 3c5311a commit 6cd178c

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -90,39 +90,39 @@ 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 does Functions currently support?
93+
### Which versions of my preferred language does Functions currently support?
9494

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

97-
### How long will Functions continue to support my language and runtime version?
97+
### How long will Functions continue to support my language version?
9898

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

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?
102102

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.
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 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.
108108

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?
110110

111111
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)
112112

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?
114114

115115
Azure provides these methods to check the current runtime version used by your function app:
116116

117117
+ [Using the Azure portal](set-runtime-version.md?tabs=azure-portal#view-the-current-runtime-version)
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 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).
122122

123123
## Related articles
124124

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:
126126

127127

128128
+ [Update language stack versions](./update-language-versions.md)

0 commit comments

Comments
 (0)