We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6cbe1ca + ec80045 commit 0ba1783Copy full SHA for 0ba1783
1 file changed
articles/iot-edge/configure-device.md
@@ -345,9 +345,9 @@ username = "username"
345
password = "password"
346
347
[agent.env]
348
-"RuntimeLogLevel" = "debug"
349
-"UpstreamProtocol" = "AmqpWs"
350
-"storageFolder" = "/iotedge/storage"
+RuntimeLogLevel = "debug"
+UpstreamProtocol = "AmqpWs"
+storageFolder = "/iotedge/storage"
351
```
352
353
## Daemon management and workload API endpoints
0 commit comments