Skip to content

Commit b19c53f

Browse files
authored
Merge pull request #110557 from ggailey777/simona
[Simonaco] Update to check node version
2 parents cf4fcd2 + 1fdd668 commit b19c53f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ Before you get started, make sure you have the following requirements in place:
2020
+ An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio).
2121

2222
::: zone pivot="programming-language-csharp,programming-language-powershell,programming-language-python"
23-
+ [Node.js](https://nodejs.org/), required by Windows for npm. Only [Active LTS and Maintenance LTS versions ](https://nodejs.org/about/releases/). Use the `npm --version` command to check your version.
23+
+ [Node.js](https://nodejs.org/), required by Windows for npm. Only [Active LTS and Maintenance LTS versions](https://nodejs.org/about/releases/). Use the `node --version` command to check your version.
2424
Not required for local development on macOS and Linux.
2525
::: zone-end
2626
::: zone pivot="programming-language-javascript,programming-language-typescript"
27-
+ [Node.js](https://nodejs.org/), Active LTS and Maintenance LTS versions (10.14.1 recommended). Use the `npm --version` command to check your version.
27+
+ [Node.js](https://nodejs.org/), Active LTS and Maintenance LTS versions (10.14.1 recommended). Use the `node --version` command to check your version.
2828
::: zone-end
2929
::: zone pivot="programming-language-python"
3030
+ [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).

0 commit comments

Comments
 (0)