Getting sensor messages on Azure Service Bus
In this section, we will set up an Azure Service Bus queue and configure the Azure IoT Central application to export telemetry to this queue. Go to the Azure portal using the following URL: https://portal.azure.com. We start by creating the Azure Service Bus instance. Execute the following steps, as shown in Figure 10.12:
- Click on the hamburger and select + Create. Enter
service bus
in the search field and press Enter. - Click on the Create button in the Service Bus box and select the Service Bus option:
Execute the following steps, as shown in Figure 10.13:
- Select your subscription.
- Select the DigitalTwinsBook resource group.
- Enter the name
dtbservicebus
for our new Azure Service Bus instance. If the name is already in use, choose another unique name. - Select the location. Choose the location that is closest...