Skip to content

Commit a487521

Browse files
authored
Merge pull request #116470 from ggailey777/patch-2
Clarify the python version to core tools
2 parents befa3b1 + 2b0f924 commit a487521

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

includes/functions-requirements-cli.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,13 @@ Before you begin, you must have the following:
1515
+ The [Azure Functions Core Tools](../articles/azure-functions/functions-run-local.md#v2) version 2.7.1846 or a later 2.x version.
1616
::: zone-end
1717
::: zone pivot="programming-language-python"
18-
+ Python 3.6 and 3.7 require [Azure Functions Core Tools](../articles/azure-functions/functions-run-local.md#v2) version 2.7.1846 or a later 2.x version. Python 3.8 requires [version 3.x](../articles/azure-functions/functions-run-local.md#v2) of the Core Tools.
18+
+ The Azure Functions Core Tools version that corresponds to your installed Python version:
19+
20+
| Python version | Core Tools version |
21+
| -------------- | ------------------ |
22+
| Python 3.8 | [version 3.x](../articles/azure-functions/functions-run-local.md#v2) |
23+
| Python 3.6<br/>Python 3.7 | [Version 2.7.1846 or a later 2.x version](../articles/azure-functions/functions-run-local.md#v2) |
24+
1925
::: zone-end
2026

2127
+ The [Azure CLI](/cli/azure/install-azure-cli) version 2.4 or later.

0 commit comments

Comments
 (0)