How-To Guides
...
Integration Guides
Azure IoT Hub Guides

Set up an Azure IoT Hub

3min
azure iot hub integration enables litmus edge to publish data directly to the microsoft azure cloud you will need to set up the azure iot hub before setting up the connector in litmus edge before you begin you must have an azure account step 1 create an iot hub you can create the iot hub in the microsoft azure portal to create an iot hub open the microsoft azure portal log in with your azure account click create a resource the everything dialog box appears enter iot hub in the search bar click iot hub , and then click create from the basics tab, select an option from the subscription drop down list do one of the following select an option from the resource group drop down list click create new and create a new resource group select an option from the region drop down list enter a name for the iot hub in the iot hub name field click the size and scale tab select an option from the pricing and scale tier drop down list enter a value in the number of s1 iot hub units field to determine the number of connected devices to host on azure and send messages to and from litmus edge click the review + create tab to finalize creating the iot hub and begin adding devices step 2 add iot device to hub after creating the iot hub, you will need to add an iot device to the hub to add an iot device to the hub from the azure portal, open the command line interface (cli) in the azure cli, enter the following two commands make sure to replace with youriothubname and mynodedevice with the names of your respective iot hub and device az extension add name azure iot az iot hub device identity create hub name youriothubname device id mynodedevice from the azure portal, click your iot hub under explorers , click iot devices to verify that you successfully added the new device