skip to Main Content

Azure IoT Edge device not connecting to IoT Hub

I followed this tuturial to the tee: https://learn.microsoft.com/en-us/azure/iot-edge/how-to-provision-single-device-linux-on-windows-symmetric?view=iotedge-1.4&tabs=azure-portal but I'm getting errors I don't know how to resolve here are some: running command iotedge system logs -- -f running command iotedge check --verbose In Azure Clicking on "Error" I get:…

VIEW QUESTION

How to get Email Message ID from Azure email service?

I'm trying to send email using azure email communication Python SDK poller = self.email_client.begin_send( message=payload, ) time_elapsed = 0 while not poller.done(): logger.info("Email send poller status: " + poller.status()) poller.wait(POLLER_WAIT_TIME) time_elapsed += POLLER_WAIT_TIME if time_elapsed > 18 * POLLER_WAIT_TIME: raise…

VIEW QUESTION
Back To Top
Search