@@ -287,37 +287,38 @@ This step takes place once on the IoT Edge device during initial device setup.
287287<!-- 1.3 -->
288288:::moniker range="=iotedge-2020-11"
289289
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+ ` ` `
303303:::moniker-end
304304
305305<!-- 1.4 -->
306306:::moniker range=">=iotedge-1.4"
307307
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+ ` ` `
315321
316- [agent.env]
317- # "RuntimeLogLevel" = "debug"
318- # "UpstreamProtocol" = "AmqpWs"
319- "https_proxy" = "<proxy URL>"
320- ` ` `
321322:::moniker-end
322323
323324<!-- >= 1.3 -->
@@ -330,31 +331,31 @@ This step takes place once on the IoT Edge device during initial device setup.
330331<!-- 1.3 -->
331332:::moniker range="=iotedge-2020-11"
332333
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+ ` ` `
342343
343344:::moniker-end
344345
345346<!-- 1.4 -->
346347:::moniker range=">=iotedge-1.4"
347348
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+
358359:::moniker-end
359360
360361<!-- >= 1.3 -->
0 commit comments