@@ -287,37 +287,38 @@ This step takes place once on the IoT Edge device during initial device setup.
287
287
<!-- 1.3 -->
288
288
:::moniker range="=iotedge-2020-11"
289
289
290
- ` ` ` toml
291
- [agent]
292
- name = "edgeAgent"
293
- type = "docker"
294
-
295
- [agent.config]
296
- image = "mcr.microsoft.com/azureiotedge-agent:1.3"
297
-
298
- [agent.env]
299
- # "RuntimeLogLevel" = "debug"
300
- # "UpstreamProtocol" = "AmqpWs"
301
- "https_proxy" = "<proxy URL>"
302
- ` ` `
290
+ ` ` ` toml
291
+ [agent]
292
+ name = "edgeAgent"
293
+ type = "docker"
294
+
295
+ [agent.config]
296
+ image = "mcr.microsoft.com/azureiotedge-agent:1.3"
297
+
298
+ [agent.env]
299
+ # "RuntimeLogLevel" = "debug"
300
+ # "UpstreamProtocol" = "AmqpWs"
301
+ "https_proxy" = "<proxy URL>"
302
+ ` ` `
303
303
:::moniker-end
304
304
305
305
<!-- 1.4 -->
306
306
:::moniker range=">=iotedge-1.4"
307
307
308
- ` ` ` toml
309
- [agent]
310
- name = "edgeAgent"
311
- type = "docker"
312
-
313
- [agent.config]
314
- image = "mcr.microsoft.com/azureiotedge-agent:1.4"
308
+ ` ` ` toml
309
+ [agent]
310
+ name = "edgeAgent"
311
+ type = "docker"
312
+
313
+ [agent.config]
314
+ image = "mcr.microsoft.com/azureiotedge-agent:1.4"
315
+
316
+ [agent.env]
317
+ # "RuntimeLogLevel" = "debug"
318
+ # "UpstreamProtocol" = "AmqpWs"
319
+ "https_proxy" = "<proxy URL>"
320
+ ` ` `
315
321
316
- [agent.env]
317
- # "RuntimeLogLevel" = "debug"
318
- # "UpstreamProtocol" = "AmqpWs"
319
- "https_proxy" = "<proxy URL>"
320
- ` ` `
321
322
:::moniker-end
322
323
323
324
<!-- >= 1.3 -->
@@ -330,31 +331,31 @@ This step takes place once on the IoT Edge device during initial device setup.
330
331
<!-- 1.3 -->
331
332
:::moniker range="=iotedge-2020-11"
332
333
333
- ` ` ` toml
334
- [agent.config]
335
- image = "mcr.microsoft.com/azureiotedge-agent:1.3"
336
-
337
- [agent.env]
338
- # "RuntimeLogLevel" = "debug"
339
- "UpstreamProtocol" = "AmqpWs"
340
- "https_proxy" = "<proxy URL>"
341
- ` ` `
334
+ ` ` ` toml
335
+ [agent.config]
336
+ image = "mcr.microsoft.com/azureiotedge-agent:1.3"
337
+
338
+ [agent.env]
339
+ # "RuntimeLogLevel" = "debug"
340
+ "UpstreamProtocol" = "AmqpWs"
341
+ "https_proxy" = "<proxy URL>"
342
+ ` ` `
342
343
343
344
:::moniker-end
344
345
345
346
<!-- 1.4 -->
346
347
:::moniker range=">=iotedge-1.4"
347
348
348
- ` ` ` toml
349
- [agent.config]
350
- image = "mcr.microsoft.com/azureiotedge-agent:1.4"
351
-
352
- [agent.env]
353
- # "RuntimeLogLevel" = "debug"
354
- "UpstreamProtocol" = "AmqpWs"
355
- "https_proxy" = "<proxy URL>"
356
- ` ` `
357
-
349
+ ` ` ` toml
350
+ [agent.config]
351
+ image = "mcr.microsoft.com/azureiotedge-agent:1.4"
352
+
353
+ [agent.env]
354
+ # "RuntimeLogLevel" = "debug"
355
+ "UpstreamProtocol" = "AmqpWs"
356
+ "https_proxy" = "<proxy URL>"
357
+ ` ` `
358
+
358
359
:::moniker-end
359
360
360
361
<!-- >= 1.3 -->
0 commit comments