0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

[メモ] iOSからAzure IoT Hubへテレメトリ送信する

Posted at

試した内容

下記サイトを参考に実施。

注意点

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に出力するようにして確認した。

その他参考サイト

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?