Skip to content

Commit 7489378

Browse files
authored
Merge pull request #76160 from JimacoMS3/node-version-update
update node to v10.x.x on all topics that specify a node version
2 parents 2183206 + 12db20a commit 7489378

14 files changed

+15
-15
lines changed

articles/iot-hub/iot-hub-java-java-device-management-getstarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ To complete this tutorial, you need:
5252

5353
* Maven 3. <br/> [Prepare your development environment](https://github.com/Azure/azure-iot-sdk-java/blob/master/doc/java-devbox-setup.md) describes how to install [Maven](https://maven.apache.org/what-is-maven.html) for this tutorial on either Windows or Linux.
5454

55-
* [Node.js version 0.10.0 or later](https://nodejs.org).
55+
* An active Azure account. (If you don't have an account, you can create a [free account](https://azure.microsoft.com/pricing/free-trial/) in just a couple of minutes.)
5656

5757
## Create an IoT hub
5858

articles/iot-hub/iot-hub-node-node-c2d.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ At the end of this tutorial, you run two Node.js console apps:
3939
4040
To complete this tutorial, you need the following:
4141

42-
* Node.js version 4.0.x or later.
42+
* Node.js version 10.0.x or later.
4343
* An active Azure account. (If you don't have an account, you can create a [free account](https://azure.microsoft.com/pricing/free-trial) in just a couple of minutes.)
4444

4545
## Receive messages in the simulated device app

articles/iot-hub/iot-hub-node-node-device-management-get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ At the end of this tutorial, you have two Node.js console apps:
3030

3131
To complete this tutorial, you need the following:
3232

33-
* Node.js version 4.0.x or later. [Prepare your development environment](https://github.com/Azure/azure-iot-sdk-node/tree/master/doc/node-devbox-setup.md) describes how to install Node.js for this tutorial on either Windows or Linux.
33+
* Node.js version 10.0.x or later. [Prepare your development environment](https://github.com/Azure/azure-iot-sdk-node/tree/master/doc/node-devbox-setup.md) describes how to install Node.js for this tutorial on either Windows or Linux.
3434

3535
* An active Azure account. (If you don't have an account, you can create a [free account](https://azure.microsoft.com/pricing/free-trial/) in just a couple of minutes.)
3636

articles/iot-hub/iot-hub-node-node-file-upload.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ At the end of this tutorial you run two Node.js console apps:
4141
4242
To complete this tutorial, you need the following:
4343

44-
* Node.js version 4.0.x or later.
44+
* Node.js version 10.0.x or later.
4545

4646
* An active Azure account. (If you don't have an account, you can create a [free account](https://azure.microsoft.com/pricing/free-trial/) in just a couple of minutes.)
4747

articles/iot-hub/iot-hub-node-node-schedule-jobs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ At the end of this tutorial, you have two Node.js apps:
4545

4646
To complete this tutorial, you need the following:
4747

48-
* Node.js version 4.0.x or later
48+
* Node.js version 10.0.x or later
4949
[Prepare your development environment](https://github.com/Azure/azure-iot-sdk-node/tree/master/doc/node-devbox-setup.md) describes how to install Node.js for this tutorial on either Windows or Linux.
5050

5151
* An active Azure account. (If you don't have an account, you can create a [free account](https://azure.microsoft.com/pricing/free-trial/) in just a couple of minutes.)

articles/iot-hub/iot-hub-node-node-twin-getstarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ At the end of this tutorial, you will have two Node.js console apps:
2626
2727
To complete this tutorial you need the following:
2828

29-
* Node.js version 4.0.x or later.
29+
* Node.js version 10.0.x or later.
3030

3131
* An active Azure account. (If you don't have an account, you can create a [free account](https://azure.microsoft.com/pricing/free-trial/) in just a couple of minutes.)
3232

articles/iot-hub/iot-hub-raspberry-pi-kit-node-get-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,10 +194,10 @@ Turn on Pi by using the micro USB cable and the power supply. Use the Ethernet c
194194
node -v
195195
```
196196

197-
If the version is lower than 4.x, or if there is no Node.js on your Pi, install the latest version.
197+
If the version is lower than 10.x, or if there is no Node.js on your Pi, install the latest version.
198198

199199
```bash
200-
curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash
200+
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash
201201
sudo apt-get -y install nodejs
202202
```
203203

articles/iot-hub/quickstart-control-device-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ If you don’t have an Azure subscription, create a [free account](https://azure
3131

3232
## Prerequisites
3333

34-
The two sample applications you run in this quickstart are written using Node.js. You need Node.js v4.x.x or later on your development machine.
34+
The two sample applications you run in this quickstart are written using Node.js. You need Node.js v10.x.x or later on your development machine.
3535

3636
You can download Node.js for multiple platforms from [nodejs.org](https://nodejs.org).
3737

articles/iot-hub/quickstart-device-streams-echo-nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The preview of device streams is currently only supported for IoT Hubs created i
3939
- **Central US**
4040
- **Central US EUAP**
4141

42-
To run the service-side application in this quickstart you need Node.js v4.x.x or later on your development machine.
42+
To run the service-side application in this quickstart you need Node.js v10.x.x or later on your development machine.
4343

4444
You can download Node.js for multiple platforms from [Node.js.org](https://nodejs.org).
4545

articles/iot-hub/quickstart-device-streams-proxy-nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The preview of device streams is currently only supported for IoT Hubs created i
3333
- **Central US**
3434
- **Central US EUAP**
3535

36-
To run the service-local application in this quickstart you need Node.js v4.x.x or later on your development machine.
36+
To run the service-local application in this quickstart you need Node.js v10.x.x or later on your development machine.
3737

3838
You can download Node.js for multiple platforms from [nodejs.org](https://nodejs.org).
3939

0 commit comments

Comments
 (0)