Skip to content

Commit b15f131

Browse files
authored
Merge pull request #50836 from kulkarnisonia16/patch-7
Added bitness for Python download
2 parents 0d5b187 + 6dc176f commit b15f131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-create-first-azure-function-azure-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Before you begin, you must have the following:
3131
::: zone-end
3232

3333
::: zone pivot="programming-language-python"
34-
+ [Python 3.8](https://www.python.org/downloads/release/python-382/), [Python 3.7](https://www.python.org/downloads/release/python-375/), [Python 3.6](https://www.python.org/downloads/release/python-368/), which are supported by Azure Functions.
34+
+ [Python 3.8](https://www.python.org/downloads/release/python-382/), [Python 3.7](https://www.python.org/downloads/release/python-375/), [Python 3.6](https://www.python.org/downloads/release/python-368/), which are supported by Azure Functions (x64).
3535
::: zone-end
3636
::: zone pivot="programming-language-powershell"
3737
+ [PowerShell Core](/powershell/scripting/install/installing-powershell-core-on-windows)

0 commit comments

Comments
 (0)