Skip to content

Commit 944d512

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#106627
1 parent d15a5b1 commit 944d512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-reference-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -952,7 +952,7 @@ Azure Functions supports the following Python versions:
952952

953953
\* Official Python distributions
954954

955-
To request a specific Python version when you create your function app in Azure, use the `--runtime-version` option of the [`az functionapp create`](/cli/azure/functionapp#az-functionapp-create) command. The Functions runtime version is set by the `--functions-version` option. The Python version is set when the function app is created, and it can't be changed.
955+
To request a specific Python version when you create your function app in Azure, use the `--runtime-version` option of the [`az functionapp create`](/cli/azure/functionapp#az-functionapp-create) command. The Functions runtime version is set by the `--functions-version` option. The Python version is set when the function app is created, and it can't be changed for apps running on consumption plan.
956956

957957
The runtime uses the available Python version when you run it locally.
958958

0 commit comments

Comments
 (0)