Skip to content

Commit 3b46c81

Browse files
author
shizn
committed
rename vscode iot hub extension
1 parent 712db76 commit 3b46c81

15 files changed

+21
-21
lines changed

articles/iot-edge/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
href: https://azure.microsoft.com/roadmap/?category=iot
236236
- name: Azure IoT Edge for VS Code
237237
href: https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-edge
238-
- name: Azure IoT Hub Toolkit for VS Code
238+
- name: Azure IoT Hub for VS Code
239239
href: https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-toolkit
240240
- name: DeviceExplorer tool
241241
href: https://github.com/Azure/azure-iot-sdk-csharp/tree/master/tools/DeviceExplorer

articles/iot-edge/deploy-modbus-gateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ View the data coming through the modbus module:
101101
iotedge logs modbus
102102
```
103103

104-
You can also view the telemetry the device is sending by using the [Azure IoT Hub Toolkit extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-toolkit) (formerly Azure IoT Toolkit extension).
104+
You can also view the telemetry the device is sending by using the [Azure IoT Hub extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-toolkit) (formerly Azure IoT Toolkit extension).
105105

106106
## Next steps
107107

articles/iot-edge/quickstart-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ View the messages being sent from the temperature sensor module:
196196
197197
![View the data from your module](./media/quickstart-linux/iotedge-logs.png)
198198

199-
You can also watch the messages arrive at your IoT hub by using the [Azure IoT Hub Toolkit extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-toolkit) (formerly Azure IoT Toolkit extension).
199+
You can also watch the messages arrive at your IoT hub by using the [Azure IoT Hub extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-toolkit).
200200

201201
## Clean up resources
202202

articles/iot-edge/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ iotedge logs SimulatedTemperatureSensor -f
224224
225225
![View the data from your module](./media/quickstart/iotedge-logs.png)
226226

227-
You can also watch the messages arrive at your IoT hub by using the [Azure IoT Hub Toolkit extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-toolkit) (formerly Azure IoT Toolkit extension).
227+
You can also watch the messages arrive at your IoT hub by using the [Azure IoT Hub extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-toolkit).
228228

229229
## Clean up resources
230230

articles/iot-edge/troubleshoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Replace `env: {}` with:
160160

161161
Save the file and restart the IoT Edge security manager.
162162

163-
You can also check the messages being sent between IoT Hub and the IoT Edge devices. View these messages by using the [Azure IoT Hub Toolkit](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-toolkit) extension (formerly Azure IoT Toolkit extension) for Visual Studio Code. For more information, see [Handy tool when you develop with Azure IoT](https://blogs.msdn.microsoft.com/iotdev/2017/09/01/handy-tool-when-you-develop-with-azure-iot/).
163+
You can also check the messages being sent between IoT Hub and the IoT Edge devices. View these messages by using the [Azure IoT Hub extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-toolkit). For more information, see [Handy tool when you develop with Azure IoT](https://blogs.msdn.microsoft.com/iotdev/2017/09/01/handy-tool-when-you-develop-with-azure-iot/).
164164

165165
### Restart containers
166166
After investigating the logs and messages for information, you can try restarting containers:

articles/iot-edge/tutorial-deploy-machine-learning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ You may need to use `sudo` for elevated permissions to run `iotedge` commands. S
128128

129129
### View data arriving at your IoT hub
130130

131-
You can view the device-to-cloud messages that your IoT hub receives by using the [Azure IoT Hub Toolkit extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-toolkit) (formerly Azure IoT Toolkit extension).
131+
You can view the device-to-cloud messages that your IoT hub receives by using the [Azure IoT Hub extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-toolkit).
132132

133133
The following steps show you how to set up Visual Studio Code to monitor device-to-cloud messages that arrive at your IoT hub.
134134

articles/iot-edge/tutorial-machine-learning-edge-03-generate-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Now that we have the project building, connect to your IoT hub to access the con
118118

119119
1. You can view the messages being sent to the hub by right-clicking on any device and selecting **Start Monitoring Built-in Event Endpoint**. The messages will show in the output pane in Visual Studio Code.
120120

121-
1. Stop monitoring by clicking in the **Azure IoT Hub Toolkit** output pane and choose **Stop Monitoring Built-in Event Endpoint**.
121+
1. Stop monitoring by clicking in the **Azure IoT Hub** output pane and choose **Stop Monitoring Built-in Event Endpoint**.
122122

123123
1. Let the application run to completion, which takes a few minutes.
124124

articles/iot-hub/iot-hub-arduino-iot-devkit-az3166-get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Follow these steps to prepare the development environment for the DevKit:
169169
> [Install Azure IoT Tools extension pack](vscode:extension/vsciot-vscode.azure-iot-tools)
170170
171171
> [!NOTE]
172-
> The Azure IoT Tools extension pack contains the [Azure IoT Device Workbench](https://aka.ms/iot-workbench) which is used to develop and debug on various IoT devkit devices. The [Azure IoT Hub Toolkit](https://aka.ms/iot-toolkit), also included with the Azure IoT Tools extension pack, is used to manage and interact with Azure IoT Hubs.
172+
> The Azure IoT Tools extension pack contains the [Azure IoT Device Workbench](https://aka.ms/iot-workbench) which is used to develop and debug on various IoT devkit devices. The [Azure IoT Hub extension](https://aka.ms/iot-toolkit), also included with the Azure IoT Tools extension pack, is used to manage and interact with Azure IoT Hubs.
173173
174174
5. Configure VS Code with Arduino settings.
175175

articles/iot-hub/iot-hub-create-use-iot-toolkit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ Now you have deployed an IoT hub using the Azure IoT Tools for Visual Studio Cod
5959

6060
* [Use the Azure IoT Tools for Visual Studio Code for Azure IoT Hub device management](iot-hub-device-management-iot-toolkit.md)
6161

62-
* [See the Azure IoT Hub Toolkit wiki page](https://github.com/microsoft/vscode-azure-iot-toolkit/wiki).
62+
* [See the Azure IoT Hub for VS Code wiki page](https://github.com/microsoft/vscode-azure-iot-toolkit/wiki).

articles/iot-hub/iot-hub-device-management-iot-toolkit.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Run Azure IoT Tools for Visual Studio Code with various management options.
6666

6767
2. Enter the method name and payload in input box.
6868

69-
3. Results will be shown in **OUTPUT** > **Azure IoT Hub Toolkit** view.
69+
3. Results will be shown in **OUTPUT** > **Azure IoT Hub** view.
7070

7171
## Read device twin
7272

@@ -90,7 +90,7 @@ To send a message from your IoT hub to your device, follow these steps:
9090

9191
2. Enter the message in input box.
9292

93-
3. Results will be shown in **OUTPUT** > **Azure IoT Hub Toolkit** view.
93+
3. Results will be shown in **OUTPUT** > **Azure IoT Hub** view.
9494

9595
## Next steps
9696

0 commit comments

Comments
 (0)