You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot-edge/tutorial-nested-iot-edge-for-linux-on-windows.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ In this tutorial, the following network layers are defined:
45
45
46
46
This tutorial uses a two device hierarchy for simplicity, pictured below. One device, the **top layer device**, represents a device at the top layer of the hierarchy, which can connect directly to the cloud. This device will also be referred to as the **parent device**. The other device, the **lower layer device**, represents a device at the lower layer of the hierarchy, which can't connect directly to the cloud. You can add more lower layer devices to represent your production environment, as needed. Devices at lower layers will also be referred to as **child devices**.
47
47
48
-

48
+

49
49
50
50
## Prerequisites
51
51
@@ -133,7 +133,7 @@ To use the `iotedge-config` tool to create and configure your hierarchy, follow
133
133
134
134
You can define the parent-child relationships manually as well. See the [create a gateway hierarchy](how-to-connect-downstream-iot-edge-device.md#create-a-gateway-hierarchy) section of the how-to guide to learn more.
135
135
136
-

136
+

137
137
138
138
1. Save and close the file:
139
139
@@ -156,7 +156,7 @@ To use the `iotedge-config` tool to create and configure your hierarchy, follow
156
156
157
157
The configuration tool creates your IoT Edge devices and sets up the parent-child relationships between them. Optionally, it creates certificates for your devices to use. If paths to deployment JSONs are provided, the tool will automatically create these deployments to your devices, but this isn't required. Finally, the tool will generate the configuration bundles for your devices and place them in the output directory. For a thorough look at the steps taken by the configuration tool, see the log file in the output directory.
158
158
159
-

159
+

160
160
161
161
1. Navigate to your `output` directory and download the _lower-layer.zip_ and _top-layer.zip_ files.
162
162
```bash
@@ -211,7 +211,7 @@ Each device needs its corresponding configuration bundle. You can use a USB driv
211
211
```
212
212
The output of the install script is pictured below.
213
213
214
-

214
+

215
215
216
216
1. Apply the correct certificate permissions and restart the IoT Edge runtime.
0 commit comments