Skip to main content
Version: 2.6

Subscriber Configuration

AzureIoT Subscriber Configuration

Each publisher instance represents an Azure IoT Client dedicated receiving data from the Azure IoT platform. Each subscriber has its own configuration

The Host name of the Global Device Endpoint must be set in the property Connection.

The following table contains the specific properties of the AzureIoTClientPlugin Subscriber configuration. It extends the general DataLogger subscriber configuration documented in Common DataLogger Configuration.

ParameterDescriptionData Type
CertificateFileCertificate file for secure communication with the IoT Hub using a X509 certificateSystem.String
CertificatePasswordCertificate password.System.String
DeviceIdId of the device in Azure IoTSystem.String
IdScopeID ScopeSystem.String
PrimaryKeyPrimary key for SAS communicationSystem.String
SecondaryKeySecondary key for SAS communicationSystem.String
TransportDifferent transport types are supported. Possible values are: Amqp (default), Http1, Amqp_WebSocket_Only, Amqp_Tcp_Only, Mqtt, Mqtt_WebSocket_Only, Mqtt_Tcp_Only.TransportType