- Azure IoT Development Cookbook
- Yatish Patil
- 200字
- 2021-07-02 20:50:30
How to do it...
To create your first IoT Hub, you will need a Microsoft Azure account. You can easily get registered on Azure.com.
Once you have access, you can follow the steps to create your IoT Hub:
- Log in to https://portal.azure.com.
- Once you are logged in, click on the New menu:

- This blade will show all the Azure services available, we need to expand the Internet of Things and hit the IoT Hub, as shown in the following:

- This will come up with a new blade, where we need to fill in the details and hit the button to the create IoT Hub:
- We will give the Name as IoTHubCookeBook
- Pricing and scale tier should be F1 - Free
Microsoft Azure provides free tier. This is useful for learning, as well as to evaluate any PoC on how the IoT solution will be developed.
- We will select the data center of our choice from the list of the many available.
- Partitions: A default value is set when the IoT Hub is created. You can change the number of partitions through this setting:

- Hit the Create button and Azure will create the free tier IoT Hub for you in a moment:

推薦閱讀
- JavaScript百煉成仙
- 精通搜索分析
- 云原生Spring實戰
- Banana Pi Cookbook
- Building Mapping Applications with QGIS
- 零基礎學Python數據分析(升級版)
- Learning ELK Stack
- Linux命令行與shell腳本編程大全(第4版)
- Mastering openFrameworks:Creative Coding Demystified
- Android嵌入式系統程序開發:基于Cortex-A8(第2版)
- Go語言開發實戰(慕課版)
- MyBatis 3源碼深度解析
- Redmine Cookbook
- Hack與HHVM權威指南
- Python 3快速入門與實戰