Azure IoT Hub tab
The IoT Hub tab lets you configure the Azure connection between the Gateway and the Azure Service. You can also obtain the status of the Azure connection and several key statistics. To following table describes all the parameters in the IoT Hub Tab.

Parameter descriptions
Parameter | Description |
---|---|
Status | The status of the Connection. |
Host name | The Host name connected to. |
Device | The device ID used to connect to IoT Hub. |
Service Endpoint | The address of the Device Provisioning Service or IoT Hub. |
Protocol | The protocol used to connect to Azure. |
Connection Method | The method to connect to an Azure IoT Hub. |
Authentication Method | Method used to authenticate with the Azure. |
Symmetric Key | The symmetric key used to prove identity to the Device Provisioning Service or IoT Hub. |
ID Scope | The ID scope that is assigned to a Device Provisioning Service. |
Registration ID | The string representing the identity of the device. Used along with the symmetric key by the Azure Device Provisioning Service to authenticate the device. |
Device Id | The id of the Azure IoT Device. |
IoT Edge Hostname | The hostname of the IoT Edge Device.This must be the same hostname listed in the IoT Edge config.yaml. |
IoT Edge Gateway Certificate | The certificate for the IoT Edge to connect through. |
Certificate | The certificate used to authenticate the device to Azure.Should be in PEM encoding. |
Private Key | The private key used to authenticate the device to Azure. Should be in PEM encoding. |
Use HTTP Proxy | Enable proxy support. |
Proxy Hostname | The hostname or IP of the proxy server. |
Proxy User | The user to use the proxy under. |
Proxy Password | The password to authenticate with the proxy. |
Enable Compression | Compress message before sending. Compression uses Deflate RFC 1951. |
Enable Aggregator | When enabled messages will be sent together in the same packet. |
Aggregator Queue Size | Number of messages to wait for before sending. |
Aggregator Send Interval (ms) | Amount of time to wait for before sending. The time value should be in Milliseconds. |
S&F Max Requests Per Second | Limits the number of requests that can be sent per second. |