試した内容
下記サイトを参考に実施。
注意点
Cloud Shell でIoT Hub側の受信確認をする部分で、エラーが発生して確認できなかった。
CloudShell
az iot hub monitor-events --device-id myiOSdevice --hub-name {YourIoTHubName}
The command failed with an unexpected error. Here is the traceback:
No module named 'azext_iot.monitor.central_validator.validators'
Traceback (most recent call last):
...
IoT Hubの受信内容をStorage Accountに出力するようにして確認した。