Below you will find information about how to connect Azure IoT Hub. In this guide we will be using a service account to connect to the IoT Hub. The IoT Bridge will automatically create any devices that are required when they first attempt to communicate.
If you already have an IoT Hub defined, you can skip to step #2.
This is a basic guide to creating an IoT Hub in Azure, for a detailed walkthrough from Microsoft, check out the following link:
https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-create-through-portal
Create a resource
at the top of the page.IoT Hub
by Microsoft.Create
.New service
.Service name
, Service key
fields.Azure IoT Hub
.Authentication
to Service Account
.Connection String
to the connection string you retrieved above.Save
to create your new service connection.With these steps complete, you can use the standard Azure IoT Hub functionality to build your application, whether it is LWM2M or LORA based devices.