- Azure IoT Development Cookbook
- Yatish Patil
- 109字
- 2021-07-02 20:50:34
There's more...
Let's consider an example to understand how the pricing works.
A device ingests the 1 KB device-to-cloud message size data per minute to the IoT Hub. The solution backend invokes a method (with 512 bytes of payload) on the device every ten minutes to trigger a specific action. The device responds to the method with a result of 200 bytes.
The device consumes 1 message * 60 minutes * 24 hours = 1440 messages per day for the device-to-cloud messages, and 2 requests plus responses * 6 times per hour * 24 hours = 288 messages for the methods, for a total of 1728 messages per day.
推薦閱讀
- 數據庫系統原理及MySQL應用教程(第2版)
- Modular Programming with Python
- PyTorch自動駕駛視覺感知算法實戰
- Dynamics 365 Application Development
- INSTANT Sencha Touch
- GitLab Repository Management
- Python程序設計案例教程
- Mastering AndEngine Game Development
- Oracle從入門到精通(第5版)
- Getting Started with Eclipse Juno
- 軟件體系結構
- Visual Basic語言程序設計基礎(第3版)
- Python數據預處理技術與實踐
- JavaScript Unit Testing
- 軟件開發中的決策:權衡與取舍