- 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.
推薦閱讀
- Java異步編程實戰
- Microsoft Dynamics 365 Extensions Cookbook
- 青少年軟件編程基礎與實戰(圖形化編程三級)
- Learning Linux Binary Analysis
- Windows Presentation Foundation Development Cookbook
- Python漫游數學王國:高等數學、線性代數、數理統計及運籌學
- C#實踐教程(第2版)
- MySQL入門很輕松(微課超值版)
- 編程可以很簡單
- GitHub入門與實踐
- Learning iOS Security
- Learning Python Data Visualization
- Instant Automapper
- C#面向對象程序設計(第2版)
- Java EE項目應用開發