Skip to content

Commit 01138e7

Browse files
authored
Merge pull request #77858 from v-stadam/update_IoT_toolkit_UI_0523
Update content for UI changes
2 parents 14096e9 + b96a449 commit 01138e7

15 files changed

+21
-26
lines changed

articles/iot-edge/how-to-visual-studio-develop-module.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,9 +233,9 @@ In the quickstart article that you used to set up your IoT Edge device, you depl
233233

234234
## View generated data
235235

236-
1. To monitor the D2C message for a specific device, select the device in the list and then click **Start Monitoring D2C Messages** in the **Action** window.
236+
1. To monitor the D2C message for a specific device, select the device in the list and then click **Start Monitoring Built-in Event Endpoint** in the **Action** window.
237237

238-
1. To stop monitoring data, select the device in the list and then select **Stop Monitoring D2C Messages** in the **Action** window.
238+
1. To stop monitoring data, select the device in the list and then select **Stop Monitoring Built-in Event Endpoint** in the **Action** window.
239239

240240
## Next steps
241241

22.8 KB
Loading
21.8 KB
Loading

articles/iot-edge/tutorial-c-module-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ You can use the IoT Edge Tools extension to view messages as they arrive at your
327327

328328
1. In the Visual Studio cloud explorer, select the name of your IoT Edge device.
329329

330-
2. In the **Actions** list, select **Start Monitoring D2C Message**.
330+
2. In the **Actions** list, select **Start Monitoring Built-in Event Endpoint**.
331331

332332
3. View the messages arriving at your IoT Hub. It may take a while for the messages to arrive, because the IoT Edge device has to receive its new deployment and start all the modules. Then, the changes we made to the CModule code wait until the machine temperature reaches 25 degrees before sending messages. It also adds the message type **Alert** to any messages that reach that temperature threshold.
333333

articles/iot-edge/tutorial-c-module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ Once you apply the deployment manifest to your IoT Edge device, the IoT Edge run
312312

313313
You can view the status of your IoT Edge device using the **Azure IoT Hub Devices** section of the Visual Studio Code explorer. Expand the details of your device to see a list of deployed and running modules.
314314

315-
1. In the Visual Studio Code explorer, right-click the name of your IoT Edge device and select **Start Monitoring D2C Messages**.
315+
1. In the Visual Studio Code explorer, right-click the name of your IoT Edge device and select **Start Monitoring Built-in Event Endpoint**.
316316

317317
2. View the messages arriving at your IoT Hub. It may take a while for the messages to arrive, because the IoT Edge device has to receive its new deployment and start all the modules. Then, the changes we made to the CModule code wait until the machine temperature reaches 25 degrees before sending messages. It also adds the message type **Alert** to any messages that reach that temperature threshold.
318318

articles/iot-edge/tutorial-csharp-module-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ You can use the IoT Edge Tools extension to view messages as they arrive at your
320320

321321
1. In the Visual Studio cloud explorer, select the name of your IoT Edge device.
322322

323-
2. In the **Actions** list, select **Start Monitoring D2C Message**.
323+
2. In the **Actions** list, select **Start Monitoring Built-in Event Endpoint**.
324324

325325
3. View the messages arriving at your IoT Hub. It may take a while for the messages to arrive, because the changes we made to the CSharpModule code wait until the machine temperature reaches 25 degrees before sending messages. It also adds the message type **Alert** to any messages that reach that temperature threshold.
326326

articles/iot-edge/tutorial-csharp-module.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Before beginning this tutorial, you should have gone through the previous tutori
4848
* A free or standard-tier [IoT Hub](../iot-hub/iot-hub-create-through-portal.md) in Azure.
4949
* A [Linux device running Azure IoT Edge](quickstart-linux.md).
5050
* A container registry, like [Azure Container Registry](https://docs.microsoft.com/azure/container-registry/).
51-
* [Visual Studio Code](https://code.visualstudio.com/) configured with the [Azure IoT Tools](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-tools) extension.
51+
* [Visual Studio Code](https://code.visualstudio.com/) configured with the [Azure IoT Tools](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-tools).
5252
* [Docker CE](https://docs.docker.com/install/) configured to run Linux containers.
5353

5454
To complete these tutorials, prepare the following additional prerequisites on your development machine:
@@ -296,7 +296,7 @@ Once you apply the deployment manifest to your IoT Edge device, the IoT Edge run
296296

297297
You can view the status of your IoT Edge device using the **Azure IoT Hub Devices** section of the Visual Studio Code explorer. Expand the details of your device to see a list of deployed and running modules.
298298

299-
1. In the Visual Studio Code explorer, right-click the name of your IoT Edge device and select **Start Monitoring D2C Messages**.
299+
1. In the Visual Studio Code explorer, right-click the name of your IoT Edge device and select **Start Monitoring Built-in Event Endpoint**.
300300

301301
2. View the messages arriving at your IoT Hub. It may take a while for the messages to arrive, because the IoT Edge device has to receive its new deployment and start all the modules. Then, the changes we made to the CModule code wait until the machine temperature reaches 25 degrees before sending messages. It also adds the message type **Alert** to any messages that reach that temperature threshold.
302302

articles/iot-edge/tutorial-deploy-custom-vision.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ From your device, view the logs of the cameraCapture module to see the messages
434434
iotedge logs cameraCapture
435435
```
436436

437-
From Visual Studio Code, right-click on the name of your IoT Edge device and select **Start monitoring D2C message**.
437+
From Visual Studio Code, right-click on the name of your IoT Edge device and select **Start Monitoring Built-in Event Endpoint**.
438438

439439
The results from the Custom Vision module, which are sent as messages from the cameraCapture module, include the probability that the image is of either a hemlock or cherry tree. Since the image is hemlock, you should see the probability as 1.0.
440440

articles/iot-edge/tutorial-deploy-function.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -218,12 +218,11 @@ You can use the Azure portal to deploy your function module to an IoT Edge devic
218218
219219
## View generated data
220220
221-
You can see all of the messages that arrive at your IoT hub by running **Azure IoT Hub: Start Monitoring D2C Message** in the command palette.
221+
You can see all of the messages that arrive at your IoT hub by running **Azure IoT Hub: Start Monitoring Built-in Event Endpoint** in the command palette.
222222
223-
You can also filter the view to see all of the messages that arrive at your IoT hub from a specific device. Right-click the device in the **Azure IoT Hub Devices** section and select **Start Monitoring D2C Messages**.
224-
225-
To stop monitoring messages, run the command **Azure IoT Hub: Stop monitoring D2C message** in the command palette.
223+
You can also filter the view to see all of the messages that arrive at your IoT hub from a specific device. Right-click the device in the **Azure IoT Hub Devices** section and select **Start Monitoring Built-in Event Endpoint**.
226224
225+
To stop monitoring messages, run the command **Azure IoT Hub: Stop Monitoring Built-in Event Endpoint** in the command palette.
227226
228227
## Clean up resources
229228
@@ -241,4 +240,3 @@ Continue on to the next tutorials to learn other ways that Azure IoT Edge can he
241240
242241
> [!div class="nextstepaction"]
243242
> [Find averages by using a floating window in Azure Stream Analytics](tutorial-deploy-stream-analytics.md)
244-

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ The following steps show you how to set up Visual Studio Code to monitor device-
140140

141141
3. In the text box that opens at the top of the page, enter the iothubowner connection string for your IoT Hub. Your IoT Edge device should appear in the IoT Hub Devices list.
142142

143-
4. Select **...** again then select **Start monitoring D2C message**.
143+
4. Select **...** again then select **Start Monitoring Built-in Event Endpoint**.
144144

145145
5. Observe the messages coming from tempSensor every five seconds. The message body contains a property called **anomaly**, which the machinelearningmodule provides with a true or false value. The **AzureMLResponse** property contains the value "OK" if the model ran successfully.
146146

0 commit comments

Comments
 (0)