- Azure IoT Development Cookbook
- Yatish Patil
- 164字
- 2021-07-02 20:50:36
How it works...
Let's now understand the steps we performed. We initiated this by creating a console application and configured it for the Azure IoT Hub solution. The idea behind this was look at a simple operation for device management.
In this section, we started with a simple operation for the provision of the device by adding it to the IoT Hub. We needed to create a connection to the IoT Hub first. The next step will creating the object of the registry manager. This registry manager object is used to perform the device identity operations.
Once we are connected with IoT Hub using the SDK, we can perform operations such as adding a device, deleting a device, and getting a device; these methods are asynchronous ones.
IoT Hub also connects with Azure Blob storage for bulk operations, such as exporting all devices or importing all devices; this works on JSON format only. The entire set of IoT devices gets exported in this way.
- Mastering Visual Studio 2017
- Visual Basic .NET程序設計(第3版)
- VMware View Security Essentials
- JavaScript+jQuery網頁特效設計任務驅動教程(第2版)
- C#程序設計(慕課版)
- Python Data Analysis(Second Edition)
- C#程序設計基礎:教程、實驗、習題
- Elasticsearch Server(Third Edition)
- Python編程:從入門到實踐
- SQL Server數據庫管理與開發兵書
- Microsoft 365 Certified Fundamentals MS-900 Exam Guide
- JQuery風暴:完美用戶體驗
- Clojure Polymorphism
- Python Social Media Analytics
- Jakarta EE Cookbook