Skip to content

Commit 60eeb1e

Browse files
committed
Remove elipsis from JSON
1 parent ac20d6c commit 60eeb1e

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

articles/iot-edge/tutorial-develop-for-linux.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -278,16 +278,14 @@ The latest stable IoT Edge system module version is 1.4. Set your system modules
278278
1. Change the runtime version for the system runtime module images **edgeAgent** and **edgeHub**. For example, if you want to use the IoT Edge runtime version 1.4, change the following lines in the deployment manifest file:
279279
280280
```json
281-
...
282281
"systemModules": {
283282
"edgeAgent": {
284-
...
283+
285284
"image": "mcr.microsoft.com/azureiotedge-agent:1.4",
286-
...
285+
287286
"edgeHub": {
288-
...
287+
289288
"image": "mcr.microsoft.com/azureiotedge-hub:1.4",
290-
...
291289
```
292290
293291
::: zone-end
@@ -1047,7 +1045,6 @@ If you're using an Azure Container Registry to store your module image, add your
10471045
}
10481046
}
10491047
},
1050-
...
10511048
```
10521049
10531050
Add or replace the following stringified content to the *createOptions* value for each system (edgeHub and edgeAgent) and custom module (for example, tempSensor) listed. Change the values if necessary.

0 commit comments

Comments
 (0)