- Azure IoT Development Cookbook
- Yatish Patil
- 172字
- 2021-07-02 20:50:34
How to do it...
To find out the what will be the price based on the IoT solution needs we will use the pricing calculator provided by Microsoft Azure:
- The price is per size of the IoT Hub instance.
- First find out the size and units per size required.
- First use the following link to go to Azure pricing calculator:
https://azure.microsoft.com/en-gb/pricing/calculator/
- Now select the Azure service for which you want to estimate the price, in our case it is IoT Hub:

Select the service for estimation
- Once you have selected IoT Hub service, it will show the estimation area:

IoT Hub selected for price estimation
- Select the IoT Hub tier based on the number of messages per day capability you want to build in your IoT solution:

Select the IoT Hub tier
- Select the number of units required to full fill your requirement amount of messages per day:

Set the units for selected tier
- I have selected S1 tier with 2 units. It will support 800 k messages per day at $100.
推薦閱讀
- 演進式架構(原書第2版)
- Design Principles for Process:driven Architectures Using Oracle BPM and SOA Suite 12c
- 密碼學原理與Java實現
- Xamarin.Forms Projects
- 軟件項目管理實用教程
- C程序設計案例教程
- Java Web程序設計任務教程
- .NET 3.5編程
- Advanced Express Web Application Development
- HTML+CSS+JavaScript網頁設計從入門到精通 (清華社"視頻大講堂"大系·網絡開發視頻大講堂)
- PHP編程基礎與實踐教程
- Mastering Elasticsearch(Second Edition)
- C語言從入門到精通
- 面向對象程序設計及C++(第3版)
- Hands-On Dependency Injection in Go