- 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:

推薦閱讀
- Modular Programming with Python
- JavaScript全程指南
- Hyper-V 2016 Best Practices
- Arduino開發實戰指南:LabVIEW卷
- R語言數據可視化之美:專業圖表繪制指南
- Java技術手冊(原書第7版)
- Responsive Web Design with HTML5 and CSS3
- JS全書:JavaScript Web前端開發指南
- 微信公眾平臺開發:從零基礎到ThinkPHP5高性能框架實踐
- 名師講壇:Java微服務架構實戰(SpringBoot+SpringCloud+Docker+RabbitMQ)
- 概率成形編碼調制技術理論及應用
- Java系統化項目開發教程
- PySpark Cookbook
- Linux C編程:一站式學習
- iOS自動化測試實戰:基于Appium、Python與Pytest