Skip to content

Commit 96799cc

Browse files
authored
Merge pull request #67225 from tedway/patch-8
Changed ipconfig to ifconfig
2 parents 20328b2 + 4338671 commit 96799cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-edge/tutorial-deploy-machine-learning.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: In this tutorial, you deploy Azure Machine Learning as a module to
44
author: kgremban
55
manager: philmea
66
ms.author: kgremban
7-
ms.date: 11/15/2018
7+
ms.date: 02/21/2019
88
ms.topic: tutorial
99
ms.service: iot-edge
1010
services: iot-edge
@@ -53,7 +53,7 @@ Cloud resources:
5353
5454
To disable process identification on your IoT edge device, you'll need to provide the ip address and port for **workload_uri** and **management_uri** in the **connect** section of the IoT Edge daemon configuration.
5555

56-
Get the IP address first. Enter `ipconfig` in your command line and copy the IP address of the **docker0** interface.
56+
Get the IP address first. Enter `ifconfig` in your command line and copy the IP address of the **docker0** interface.
5757

5858
Edit the IoT Edge daemon configuration file:
5959

0 commit comments

Comments
 (0)