Skip to content

Commit 3becf90

Browse files
committed
Clarify agent configuration configuration
1 parent 616fb3e commit 3becf90

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

articles/iot-edge/how-to-connect-downstream-iot-edge-device.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,10 @@ You should already have IoT Edge installed on your device. If not, follow the st
302302
01. Verify your IoT Edge device uses the correct version of the IoT Edge agent when it starts. Find the **Default Edge Agent** section and set the image value for IoT Edge to version 1.5. For example:
303303
304304
```toml
305+
[agent]
306+
name = "edgeAgent"
307+
type = "docker"
308+
305309
[agent.config]
306310
image = "mcr.microsoft.com/azureiotedge-agent:1.5"
307311
```
@@ -512,6 +516,10 @@ You should already have IoT Edge installed on your device. If not, follow the st
512516
01. Verify your IoT Edge device uses the correct version of the IoT Edge agent when it starts. Find the **Default Edge Agent** section and set the image value for IoT Edge to version 1.5. For example:
513517
514518
```toml
519+
[agent]
520+
name = "edgeAgent"
521+
type = "docker"
522+
515523
[agent.config]
516524
image: "mcr.microsoft.com/azureiotedge-agent:1.5"
517525
```

0 commit comments

Comments
 (0)