diff --git a/docs/providers/azure/guide/installation.md b/docs/providers/azure/guide/installation.md index 674793323..19edc7ab1 100644 --- a/docs/providers/azure/guide/installation.md +++ b/docs/providers/azure/guide/installation.md @@ -18,7 +18,7 @@ Serverless is a [Node.js](https://nodejs.org) CLI tool so the first thing you ne Go to the official [Node.js website](https://nodejs.org), download and follow the [installation instructions](https://nodejs.org/en/download/) to install Node.js on your local machine. -**Note:** Serverless runs on Node v4 or higher. +**Note:** The Azure Functions Serverless Framework plugin requires Node v6.5.0 You can verify that Node.js is installed successfully by runnning `node --version` in your terminal. You should see the corresponding Node version number printed out.