Azure IoT Hub broker

Push Agent for Azure Iot Hub supports only the secured communication mode.
The secured communication mode involves the client authentication through an SAS Token generated for each device that wants to send or receive messages from Azure IoT Hub.
The client authenticates with username and password, for example:
username
contoso.azure-devices.net/MyDevice01/?api-version=2018-06-30
password
SharedAccessSignature sig=
signature-string
&se=
expiry
&sr=
URL-encoded-resourceURI
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.