Skip to content

Commit 23337b4

Browse files
authored
Update language-support-policy.md
1 parent 6cd178c commit 23337b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ After a previously supported Functions runtime version reaches its end-of-suppor
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 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.
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 unsupported runtime versions don't receive updates, security patches, or official support from Microsoft. Your apps might also face performance degradation when using retired runtime versions.
108108

109109
### How do I upgrade my function app to a newer supported language stack or 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 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).
121+
The language stack used by 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

0 commit comments

Comments
 (0)