Skip to content

Commit c077eae

Browse files
authored
Merge pull request #50835 from kulkarnisonia16/patch-6
Added bitness for Python download
2 parents b15f131 + 4bf48dc commit c077eae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-create-first-function-vs-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Before you get started, make sure you have the following requirements in place:
2727
+ [Node.js](https://nodejs.org/), Active LTS and Maintenance LTS versions (10.14.1 recommended). Use the `npm --version` command to check your version.
2828
::: zone-end
2929
::: zone pivot="programming-language-python"
30-
+ [Python 3.8](https://www.python.org/downloads/release/python-381/), [Python 3.7](https://www.python.org/downloads/release/python-375/), [Python 3.6](https://www.python.org/downloads/release/python-368/) are supported by Azure Functions.
30+
+ [Python 3.8](https://www.python.org/downloads/release/python-381/), [Python 3.7](https://www.python.org/downloads/release/python-375/), [Python 3.6](https://www.python.org/downloads/release/python-368/) are supported by Azure Functions (x64).
3131
::: zone-end
3232
::: zone pivot="programming-language-powershell"
3333
+ [PowerShell Core](/powershell/scripting/install/installing-powershell-core-on-windows)

0 commit comments

Comments
 (0)