You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following TOML v1.0 guidelines, replace quoted keys with bare keys.
https://toml.io/en/v1.0.0#keyvalue-pair
Quoted keys follow the exact same rules as either basic strings or literal strings, allowing for a much broader set of key names. However, best practice is to use bare keys unless absolutely necessary.
4. The IoT Edge runtime uses AMQP by default to communicate with IoT Hub. Some proxy servers block AMQP ports. If that's the case, then you also need to configure edgeAgent to use AMQP over WebSocket. Remove the comment from the `UpstreamProtocol` parameter.
@@ -225,9 +225,9 @@ This step takes place once on the IoT Edge device during initial device setup.
4. The IoT Edge runtime uses AMQP by default to talk to IoT Hub. Some proxy servers block AMQP ports. If that's the case, then you also need to configure edgeAgent to use AMQP over WebSocket. Uncomment the `UpstreamProtocol` parameter.
@@ -253,9 +253,9 @@ This step takes place once on the IoT Edge device during initial device setup.
0 commit comments