Skip to content

Commit 3a0f31f

Browse files
Merge pull request #230806 from MughundhanRaveendran-MSFT/patch-22
(AzureCXP) fixes MicrosoftDocs/azure-docs#106627
2 parents 146fcca + 895a5b3 commit 3a0f31f

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 in a Consumption plan.
956956

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

0 commit comments

Comments
 (0)