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.
Parameter | Description | Data Type |
---|---|---|
CertificateFile | Certificate file for secure communication with the IoT Hub using a X509 certificate | System.String |
CertificatePassword | Certificate password. | System.String |
DeviceId | Id of the device in Azure IoT | System.String |
IdScope | ID Scope | System.String |
PrimaryKey | Primary key for SAS communication | System.String |
SecondaryKey | Secondary key for SAS communication | System.String |
Transport | Different transport types are supported. Possible values are: Amqp (default), Http1 , Amqp_WebSocket_Only , Amqp_Tcp_Only , Mqtt , Mqtt_WebSocket_Only , Mqtt_Tcp_Only . | TransportType |