You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot-hub/iot-hub-create-use-iot-toolkit.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ The following steps show how to create an IoT Hub without an IoT Project in Visu
55
55
56
56
## Create an IoT hub and device in an existing IoT project
57
57
58
-
The following steps show how to create an IoT Hub and register a device to the hub within an existing IoT project in Visual Studio (VS) Code.
58
+
The following steps show how to create an IoT hub and register a device to the hub within an existing IoT project in Visual Studio (VS) Code.
59
59
60
60
This method allows you to provision in Visual Studio Code without leaving your development environment.
61
61
@@ -74,37 +74,37 @@ This method allows you to provision in Visual Studio Code without leaving your d
74
74
75
75
:::image type="content" source="media/iot-hub-create-use-iot-toolkit/select-resource-group.png" alt-text="A screenshot that shows how to choose a resource group or create a new one in Visual Studio Code." lightbox="media/iot-hub-create-use-iot-toolkit/select-resource-group.png":::
76
76
77
-
1. In the resource group you specified, follow the prompts to select an existing IoT Hub or create a new Azure IoT Hub.
77
+
1. In the resource group you specified, follow the prompts to select an existing IoT hub or create a new Azure IoT hub.
78
78
79
-
:::image type="content" source="media/iot-hub-create-use-iot-toolkit/iot-hub-provision.png" alt-text="A screenshot that shows the first prompt in choosing an existing IoT Hub in Visual Studio Code." lightbox="media/iot-hub-create-use-iot-toolkit/iot-hub-provision.png":::
79
+
:::image type="content" source="media/iot-hub-create-use-iot-toolkit/iot-hub-provision.png" alt-text="A screenshot that shows the first prompt in choosing an existing IoT hub in Visual Studio Code." lightbox="media/iot-hub-create-use-iot-toolkit/iot-hub-provision.png":::
80
80
81
-
:::image type="content" source="media/iot-hub-create-use-iot-toolkit/select-iot-hub.png" alt-text="A screenshot that shows the second prompt in choosing an existing IoT Hub in Visual Studio Code." lightbox="media/iot-hub-create-use-iot-toolkit/select-iot-hub.png":::
81
+
:::image type="content" source="media/iot-hub-create-use-iot-toolkit/select-iot-hub.png" alt-text="A screenshot that shows the second prompt in choosing an existing IoT hub in Visual Studio Code." lightbox="media/iot-hub-create-use-iot-toolkit/select-iot-hub.png":::
82
82
83
-
:::image type="content" source="media/iot-hub-create-use-iot-toolkit/iot-hub-selected.png" alt-text="A screenshot that shows the third prompt in choosing an existing IoT Hub in Visual Studio Code." lightbox="media/iot-hub-create-use-iot-toolkit/iot-hub-selected.png":::
83
+
:::image type="content" source="media/iot-hub-create-use-iot-toolkit/iot-hub-selected.png" alt-text="A screenshot that shows the third prompt in choosing an existing IoT hub in Visual Studio Code." lightbox="media/iot-hub-create-use-iot-toolkit/iot-hub-selected.png":::
84
84
85
-
1. In the output window, you see the Azure IoT Hub provisioned.
85
+
1. In the output window, you see the Azure IoT hub provisioned.
86
86
87
87
:::image type="content" source="media/iot-hub-create-use-iot-toolkit/iot-hub-provisioned.png" alt-text="A screenshot that shows the output window in Visual Studio Code." lightbox="media/iot-hub-create-use-iot-toolkit/iot-hub-provisioned.png":::
88
88
89
-
1. Select or create a new IoT Hub Device in the Azure IoT Hub you provisioned.
89
+
1. Select or create a new IoT device in the Azure IoT hub you provisioned.
90
90
91
-
:::image type="content" source="media/iot-hub-create-use-iot-toolkit/iot-device-provision.png" alt-text="A screenshot that shows the fourth prompt in choosing an existing IoT Hub in Visual Studio Code." lightbox="media/iot-hub-create-use-iot-toolkit/iot-device-provision.png":::
91
+
:::image type="content" source="media/iot-hub-create-use-iot-toolkit/iot-device-provision.png" alt-text="A screenshot that shows the fourth prompt in choosing an existing IoT hub in Visual Studio Code." lightbox="media/iot-hub-create-use-iot-toolkit/iot-device-provision.png":::
92
92
93
-
:::image type="content" source="media/iot-hub-create-use-iot-toolkit/select-iot-device.png" alt-text="A screenshot that shows an example of an existing IoT Hub in Visual Studio Code." lightbox="media/iot-hub-create-use-iot-toolkit/select-iot-device.png":::
93
+
:::image type="content" source="media/iot-hub-create-use-iot-toolkit/select-iot-device.png" alt-text="A screenshot that shows an example of an existing IoT hub in Visual Studio Code." lightbox="media/iot-hub-create-use-iot-toolkit/select-iot-device.png":::
94
94
95
-
1. Now you have an Azure IoT Hub provisioned and a device created in it. The device connection string is saved in VS Code.
95
+
1. Now you have an Azure IoT hub provisioned and a device created in it. The device connection string is saved in VS Code.
96
96
97
-
:::image type="content" source="media/iot-hub-create-use-iot-toolkit/provision-done.png" alt-text="A screenshot that shows IoT Hub details in the output window in Visual Studio Code." lightbox="media/iot-hub-create-use-iot-toolkit/provision-done.png":::
97
+
:::image type="content" source="media/iot-hub-create-use-iot-toolkit/provision-done.png" alt-text="A screenshot that shows IoT hub details in the output window in Visual Studio Code." lightbox="media/iot-hub-create-use-iot-toolkit/provision-done.png":::
98
98
99
99
> [!TIP]
100
100
> To delete a device from your IoT hub, use the `Azure IoT Hub: Delete Device` option from the Command Palette. There is no option to delete your IoT hub in Visual Studio Code, however you can [delete your hub in the Azure portal](iot-hub-create-through-portal.md#delete-an-iot-hub).
101
101
102
102
## Next steps
103
103
104
-
Now that you've deployed an IoT hub using the Azure IoT Tools for Visual Studio Code, explore these articles:
104
+
Now that you've deployed an IoT hub using the Azure IoT Hub extension for Visual Studio Code, explore these articles:
105
105
106
-
-[Use the Azure IoT Tools for Visual Studio Code to send and receive messages between your device and an IoT Hub](iot-hub-vscode-iot-toolkit-cloud-device-messaging.md).
106
+
-[Use the Azure IoT Hub extension for Visual Studio Code to send and receive messages between your device and an IoT hub](iot-hub-vscode-iot-toolkit-cloud-device-messaging.md).
107
107
108
-
-[Use the Azure IoT Tools for Visual Studio Code for Azure IoT Hub device management](iot-hub-device-management-iot-toolkit.md)
108
+
-[Use the Azure IoT Hub extension for Visual Studio Code for Azure IoT Hub device management](iot-hub-device-management-iot-toolkit.md)
109
109
110
-
-[See the Azure IoT Hub for Visual Studio Code wiki page](https://github.com/microsoft/vscode-azure-iot-toolkit/wiki).
110
+
-[See the Azure IoT Hub extension for Visual Studio Code wiki page](https://github.com/microsoft/vscode-azure-iot-toolkit/wiki).
Copy file name to clipboardExpand all lines: articles/iot-hub/iot-hub-device-management-iot-toolkit.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: Azure IoT device management with Azure IoT Tools for VSCode
3
-
description: Use the Azure IoT Tools for Visual Studio Code for Azure IoT Hub device management, featuring the Direct methods and the Twin's desired properties management options.
2
+
title: Azure IoT device management with the Azure IoT Hub extension for VSCode
3
+
description: Use the Azure IoT Hub extension for Visual Studio Code for Azure IoT Hub device management, featuring the Direct methods and the Twin's desired properties management options.
4
4
author: formulahendry
5
5
6
6
ms.author: junhan
@@ -9,11 +9,11 @@ ms.topic: how-to
9
9
ms.date: 01/04/2019
10
10
---
11
11
12
-
# Use Azure IoT Tools for Visual Studio Code for Azure IoT Hub device management
12
+
# Use the Azure IoT Hub extension for Visual Studio Code for Azure IoT Hub device management
In this article, you learn how to use Azure IoT Tools for Visual Studio Code with various management options on your development machine. [Azure IoT Hub for VS Code](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-toolkit) is a useful Visual Studio Code extension that makes IoT Hub management and IoT application development easier. It comes with management options that you can use to perform various tasks.
16
+
In this article, you learn how to use the [Azure IoT Hub extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-toolkit) with various management options on your development machine. The IoT Hub extension is a useful Visual Studio Code extension that makes IoT Hub management and IoT application development easier. It comes with management options that you can use to perform various tasks.
@@ -35,7 +35,7 @@ Device twins are JSON documents that store device state information (metadata, c
35
35
* An active Azure subscription.
36
36
* An Azure IoT hub under your subscription.
37
37
*[Visual Studio Code](https://code.visualstudio.com/)
38
-
*[Azure IoT Hub for VS Code](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-toolkit) or copy this URL and paste it into a browser window:`vscode:extension/vsciot-vscode.azure-iot-toolkit`.
38
+
*[Azure IoT Hub extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-toolkit) or copy this URL and paste it into a browser window:`vscode:extension/vsciot-vscode.azure-iot-toolkit`.
39
39
40
40
## Sign in to access your IoT hub
41
41
@@ -49,7 +49,7 @@ Device twins are JSON documents that store device state information (metadata, c
49
49
50
50
5. The device list will be shown in **Azure IoT Hub Devices** tab in a few seconds.
51
51
52
-
> [!Note]
52
+
> [!NOTE]
53
53
> You can also complete the set up by choosing **Set IoT Hub Connection String**. Enter the **iothubowner** policy connection string for the IoT hub that your IoT device connects to in the pop-up window.
54
54
55
55
## Direct methods
@@ -86,6 +86,6 @@ To send a message from your IoT hub to your device, follow these steps:
86
86
87
87
## Next steps
88
88
89
-
You've learned how to use Azure IoT Hub for Visual Studio Code with various management options.
89
+
You've learned how to use the Azure IoT Hub extension for Visual Studio Code with various management options.
Copy file name to clipboardExpand all lines: articles/iot-hub/iot-hub-distributed-tracing.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -206,9 +206,9 @@ To change the percentage of messages to be traced from the cloud, you must updat
206
206
207
207
1. (Optional) Change the sampling rate to a different value, and observe the change in frequency that messages include `tracestate` in the application properties.
208
208
209
-
### Update by using Azure IoT Hub for Visual Studio Code
209
+
### Update by using the Azure IoT Hub extension for Visual Studio Code
210
210
211
-
1. With Visual Studio Code installed, install the latest version of [Azure IoT Tools](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-toolkit) for Visual Studio Code.
211
+
1. With Visual Studio Code installed, install the latest version of the [Azure IoT Hub extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-toolkit).
212
212
213
213
1. Open Visual Studio Code, and go to the **Explorer** tab and the **Azure IoT Hub** section.
Copy file name to clipboardExpand all lines: articles/iot-hub/iot-hub-mqtt-support.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,9 +118,9 @@ If a device can't use the device SDKs, it can still connect to the public device
118
118
119
119
For more information about how to generate SAS tokens, see the [Use SAS tokens as a device](iot-hub-dev-guide-sas.md#use-sas-tokens-as-a-device) section of [Control access to IoT Hub using Shared Access Signatures](iot-hub-dev-guide-sas.md).
120
120
121
-
You can also use the cross-platform Azure IoT Tools for Visual Studio Code or the CLI extension command [az iot hub generate-sas-token](/cli/azure/iot/hub#az-iot-hub-generate-sas-token) to quickly generate a SAS token. You can then copy and paste the SAS token into your own code for testing purposes.
121
+
You can also use the cross-platform [Azure IoT Hub extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-toolkit) or the CLI extension command [az iot hub generate-sas-token](/cli/azure/iot/hub#az-iot-hub-generate-sas-token) to quickly generate a SAS token. You can then copy and paste the SAS token into your own code for testing purposes.
122
122
123
-
### For Azure IoT Tools
123
+
### Using the Azure IoT Hub extension for Visual Studio Code
124
124
125
125
1. Expand the **AZURE IOT HUB DEVICES** tab in the bottom left corner of Visual Studio Code.
Copy file name to clipboardExpand all lines: articles/iot-hub/iot-hub-raspberry-pi-kit-c-get-started.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -225,7 +225,7 @@ You should see the following output that shows the sensor data and the messages
225
225
226
226
## Read the messages received by your hub
227
227
228
-
One way to monitor messages received by your IoT hub from your device is to use the Azure IoT Tools for Visual Studio Code. To learn more, see [Use Azure IoT Hub extension for Visual Studio Code to send and receive messages between your device and IoT Hub](iot-hub-vscode-iot-toolkit-cloud-device-messaging.md).
228
+
One way to monitor messages received by your IoT hub from your device is to use the Azure IoT Hub extension for Visual Studio Code. To learn more, see [Use the Azure IoT Hub extension for Visual Studio Code to send and receive messages between your device and IoT Hub](iot-hub-vscode-iot-toolkit-cloud-device-messaging.md).
229
229
230
230
For more ways to process data sent by your device, continue on to the next section.
Copy file name to clipboardExpand all lines: articles/iot-hub/iot-hub-raspberry-pi-kit-node-get-started.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -249,7 +249,7 @@ You should see the following output that shows the sensor data and the messages
249
249
250
250
## Read the messages received by your hub
251
251
252
-
One way to monitor messages received by your IoT hub from your device is to use the Azure IoT Tools for Visual Studio Code. To learn more, see [Use Azure IoT Tools for Visual Studio Code to send and receive messages between your device and IoT Hub](iot-hub-vscode-iot-toolkit-cloud-device-messaging.md).
252
+
One way to monitor messages received by your IoT hub from your device is to use the Azure IoT Hub extension for Visual Studio Code. To learn more, see [Use the Azure IoT Hub extension for Visual Studio Code to send and receive messages between your device and IoT Hub](iot-hub-vscode-iot-toolkit-cloud-device-messaging.md).
253
253
254
254
For more ways to process data sent by your device, continue on to the next section.
Copy file name to clipboardExpand all lines: articles/iot-hub/iot-hub-raspberry-pi-web-simulator-get-started.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ You should see the following output that shows the sensor data and the messages
97
97
98
98
## Read the messages received by your hub
99
99
100
-
One way to monitor messages received by your IoT hub from the simulated device is to use the Azure IoT Tools for Visual Studio Code. To learn more, see [Use Azure IoT Tools for Visual Studio Code to send and receive messages between your device and IoT Hub](iot-hub-vscode-iot-toolkit-cloud-device-messaging.md).
100
+
One way to monitor messages received by your IoT hub from the simulated device is to use the Azure IoT Hub extension for Visual Studio Code. To learn more, see [Use the Azure IoT Hub extension for Visual Studio Code to send and receive messages between your device and IoT Hub](iot-hub-vscode-iot-toolkit-cloud-device-messaging.md).
101
101
102
102
For more ways to process data sent by your device, continue on to the next section.
Copy file name to clipboardExpand all lines: articles/iot-hub/iot-hub-vscode-iot-toolkit-cloud-device-messaging.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: Use Azure IoT Tools for VSCode to manage IoT Hub messaging
3
-
description: Learn how to use Azure IoT Tools for Visual Studio Code to monitor device to cloud messages and send cloud to device messages in Azure IoT Hub.
2
+
title: Use the Azure IoT Hub extension for Visual Studio Code to manage IoT Hub messaging
3
+
description: Learn how to use the Azure IoT Hub extension for Visual Studio Code to monitor device to cloud messages and send cloud to device messages in Azure IoT Hub.
4
4
author: formulahendry
5
5
6
6
ms.author: junhan
@@ -10,13 +10,13 @@ ms.date: 01/18/2019
10
10
ms.custom: ['Role: Cloud Development']
11
11
---
12
12
13
-
# Use Azure IoT Tools for Visual Studio Code to send and receive messages between your device and IoT Hub
13
+
# Use the Azure IoT Hub extension for Visual Studio Code to send and receive messages between your device and IoT Hub
In this article, you learn how to use Azure IoT Tools for Visual Studio Code to monitor device-to-cloud messages and to send cloud-to-device messages. Device-to-cloud messages could be sensor data that your device collects and then sends to your IoT hub. Cloud-to-device messages could be commands that your IoT hub sends to your device to blink an LED that is connected to your device.
17
+
In this article, you learn how to use the Azure IoT Hub extension for Visual Studio Code to monitor device-to-cloud messages and to send cloud-to-device messages. Device-to-cloud messages could be sensor data that your device collects and then sends to your IoT hub. Cloud-to-device messages could be commands that your IoT hub sends to your device to blink an LED that is connected to your device.
18
18
19
-
[Azure IoT Tools](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-toolkit) is a useful Visual Studio Code extension that makes IoT Hub management and IoT application development easier. This article focuses on how to use Azure IoT Tools for Visual Studio Code to send and receive messages between your device and your IoT hub.
19
+
The [Azure IoT Hub extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-toolkit) is a useful extension that makes IoT Hub management and IoT application development easier. This article focuses on how to use the extension to send and receive messages between your device and your IoT hub.
@@ -28,7 +28,7 @@ In this article, you learn how to use Azure IoT Tools for Visual Studio Code to
28
28
29
29
*[Visual Studio Code](https://code.visualstudio.com/)
30
30
31
-
*[Azure IoT Tools for VS Code](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-toolkit) or copy and paste this URL into a browser window: `vscode:extension/vsciot-vscode.azure-iot-toolkit`
31
+
*[Azure IoT Hub extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-toolkit) or copy and paste this URL into a browser window: `vscode:extension/vsciot-vscode.azure-iot-toolkit`
32
32
33
33
## Sign in to access your IoT hub
34
34
@@ -42,7 +42,7 @@ In this article, you learn how to use Azure IoT Tools for Visual Studio Code to
42
42
43
43
5. The device list will be shown in **Azure IoT Hub Devices** tab in a few seconds.
44
44
45
-
> [!Note]
45
+
> [!NOTE]
46
46
> You can also complete the set up by choosing **Set IoT Hub Connection String**. Enter the **iothubowner** policy connection string for the IoT hub that your IoT device connects to in the pop-up window.
0 commit comments