Monitor the method of uploading Raspberry Pi 4B to iot hub

pip install azure-iot-hub
//装好了 Azure CLI 之后执行:
az iot hub show-connection-string --hub-name {your iot hub name} --policy-name service

Get the connection string you used for monitoring, and stick it in the monitoring code

Published 9 original articles · won 9 · visited 321

Guess you like

Origin blog.csdn.net/Elleryer/article/details/105428314