Azure IoT Hub
Last updated
Last updated
Configuration:
Topic - for more information about IoT Hub topic use link.
Hostname - Azure IoT Hub Hostname.
Device ID - Your Device ID from Azure IoT Hub.
Credentials - Azure IoT Hub connection credentials. Can be either Shared Access Signature or PEM.
Different Authentication credentials are supported for Azure IoT Hub:
Shared Access Signature - SAS Key is used for Authentication
PEM - PEM certificates are used for Authentication
If Shared Access Signature credentials type is selected, the following configuration should be provided:
SAS Key - it is key from your device in Azure IoT Hub
CA certificate file, by default used Baltimore certificate. More about certificates here
If PEM credentials type is selected, the following configuration should be provided:
CA certificate file, by default used Baltimore certificate. More about certificates here
Certificate file
Private key file
Private key password
X.509 CA-signed authentication
Published body - Node will send full Message payload to the Azure IoT Hub device. If required, Rule Chain can be configured to use chain of Transformation Nodes for sending correct Payload to the Azure IoT Hub.
In case of successful message publishing, original Message will be passed to the next nodes via Success chain, otherwise Failure chain is used.