I'm able to follow each and every step of the following URL regarding sensor integration as both parner and customer.
I've sent my sensor data using IoThub device connection string. Post this how can I check my telemetry data using REST API and how to route this sensor data to the endpoint may be storage account or any another. Please suggest.
The Rest API below is used to retrieve cloud-to-device messages for a specific device of Azure IoT Hub.
Response:
The code below is to create a Shared Access Signature (SAS) token for Azure IoT Hub devices using Node.js.
You can follow the steps below to configure message routing from your IoT devices to a storage account within your IoT Hub:
Select your IoT Hub and click on the "Message Routing" option in the navigation pane.
Click on the "+ Add" button to create a new route for message routing and next to the "Endpoint" field, click on the "+ Add" button to specify the endpoint for your route.
Select "Blob storage" as the endpoint type from the available options and enter a name for your endpoint, e.g., "IoTStorageEndpoint".
Click on "Pick a container" to choose the storage container where you want to store the routed messages. If the desired container doesn't exist, you can create a new one by clicking on the "+ Containers" button and specifying the name and access level.
Choose whether to use the default naming convention for blobs or customize it according to your preferences. Click "Create" to create the storage endpoint once you've configured all necessary details. Enter a name for the route, select "Device Telemetry Messages" as the data source, enable the route, and specify the route query, e.g., "level='storage'"/true.
Send telemetry data to Azure IoT Hub :
Azure Storage: