- 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.
推薦閱讀
- 機器學(xué)習(xí)系統(tǒng):設(shè)計和實現(xiàn)
- Visual Basic學(xué)習(xí)手冊
- C語言程序設(shè)計
- HTML5從入門到精通(第4版)
- Lighttpd源碼分析
- OpenGL Data Visualization Cookbook
- 網(wǎng)絡(luò)數(shù)據(jù)采集技術(shù):Java網(wǎng)絡(luò)爬蟲實戰(zhàn)
- Learning C++ by Creating Games with UE4
- Mastering Unreal Engine 4.X
- Mastering Object:Oriented Python(Second Edition)
- Python面向?qū)ο缶幊蹋ǖ?版)
- PhantomJS Cookbook
- C++從零開始學(xué)(視頻教學(xué)版)(第2版)
- 區(qū)塊鏈技術(shù)與智能服務(wù)應(yīng)用
- Java 開發(fā)從入門到精通