- Azure IoT Development Cookbook
- Yatish Patil
- 127字
- 2021-07-02 20:50:35
Getting ready
Let's create a console application to start with IoT:
- Create a new project in Visual Studio:

Create a console application
- Add the IoT Hub connectivity extension in Visual Studio:

Add the extension for IoT Hub connectivity
- Now, right-click on the Solution in Visual Studio, navigate to Add, and select Connected Services.
- Select Azure IoT Hub and click on Add.
- Now, select the Azure subscription from the dropdown, followed by which you will get a list of the IoT Hub service parts of this Azure account, which you can select:

Select IoT Hub for our application
- Next, it will ask you to add a device; or you can skip this step, and click on the Add button, which will add the connected service to the Solution.
推薦閱讀
- Java多線程編程實(shí)戰(zhàn)指南:設(shè)計(jì)模式篇(第2版)
- Hands-On Data Structures and Algorithms with JavaScript
- C# 從入門到項(xiàng)目實(shí)踐(超值版)
- 編寫高質(zhì)量代碼:改善Python程序的91個(gè)建議
- Java從入門到精通(第4版)
- Data Analysis with IBM SPSS Statistics
- Java持續(xù)交付
- Spring實(shí)戰(zhàn)(第5版)
- 網(wǎng)絡(luò)爬蟲原理與實(shí)踐:基于C#語(yǔ)言
- 青少年P(guān)ython編程入門
- PHP 7+MySQL 8動(dòng)態(tài)網(wǎng)站開發(fā)從入門到精通(視頻教學(xué)版)
- Service Mesh實(shí)戰(zhàn):基于Linkerd和Kubernetes的微服務(wù)實(shí)踐
- Java零基礎(chǔ)實(shí)戰(zhàn)
- 響應(yīng)式Web設(shè)計(jì):HTML5和CSS3實(shí)戰(zhàn)(第2版)
- 寫給程序員的Python教程