Skip to content

Commit 73c93fa

Browse files
Merge pull request #100889 from shizn/master
rename vscode iot hub extension
2 parents 98db5e5 + 3b46c81 commit 73c93fa

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
@@ -241,7 +241,7 @@
241241
href: https://azure.microsoft.com/roadmap/?category=iot
242242
- name: Azure IoT Edge for VS Code
243243
href: https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-edge
244-
- name: Azure IoT Hub Toolkit for VS Code
244+
- name: Azure IoT Hub for VS Code
245245
href: https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-toolkit
246246
- name: DeviceExplorer tool
247247
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
@@ -66,7 +66,7 @@ View the data coming through the Modbus module:
6666
iotedge logs modbus
6767
```
6868

69-
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).
69+
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).
7070

7171
## Next steps
7272

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
@@ -223,7 +223,7 @@ iotedge logs SimulatedTemperatureSensor -f
223223
224224
![View the data from your module](./media/quickstart/iotedge-logs.png)
225225

226-
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).
226+
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).
227227

228228
## Clean up resources
229229

articles/iot-edge/troubleshoot.md

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

163163
Save the file and restart the IoT Edge security manager.
164164

165-
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/).
165+
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/).
166166

167167
### Restart containers
168168

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)