How to connect to Azure IoT Hub with x-cube-azrtos-h7
I have STM32H723ZG board. I want to connect to Azure IoT Hub and send telemetry from this STM32H723ZG,
Azure IoT Hub and device was already created in Azure Portal.
I downloaded x-cube-azrtos-h7. But I couldn't find the example to connect to Azure IoT Hub.
I found the sample https://github.com/azure-rtos/samples. But this is the sample for STM32F746G-DISCOVERY.
This sample uses sample_azure_iot_embedded_sdk.c. The x-cube-azrtos-h7 also has this in Middlewares\ST\netxduo\addons\azure_iot\samples.
But I couldn't know how to use this in x-cube-azrtos-h7 with STM32CubeIDE.
How can I use Middlewares\ST\netxduo\addons\azure_iot\samples?
How can I connect to Azure IoT Hub with x-cube-azrtos-h7?
