Skip to content

Commit 2d2bbed

Browse files
committed
Add Azure Device ID casing warning.
1 parent 2f56d35 commit 2d2bbed

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/content/integrate/azure-iot-hub.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ authentication thype must be used when connecting with the
1515

1616
## Limitations
1717

18-
* Please note that this authentication type is only available for the `json` or
19-
`protobuf` marshaler.
2018
* As you need to setup the device ID (in this case the device is the gateway)
2119
when provisioning the device (LoRa gateway) in Cloud IoT Core,
2220
this does not allow to connect multiple LoRa gateways to a single LoRa Gateway
@@ -27,6 +25,7 @@ authentication thype must be used when connecting with the
2725
### Device ID naming
2826

2927
The IoT Hub Device ID must match the Gateway ID (e.g. `0102030405060708`).
28+
It must be entered in lowercase (the IoT Hub Device ID is case-sensitive).
3029

3130
### MQTT topics
3231

0 commit comments

Comments
 (0)