Skip to content

Commit

Permalink
Merge pull request #62939 from hyoshioka0128/patch-108
Browse files Browse the repository at this point in the history
Typo "cloud explorer"→"Cloud Explorer"
  • Loading branch information
American-Dipper committed Sep 28, 2020
2 parents 924a161 + 2afeb68 commit b74071d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions articles/iot-edge/tutorial-csharp-module-windows.md
Expand Up @@ -308,27 +308,27 @@ In the previous section, you created an IoT Edge solution and added code to the

## Deploy modules to device

Use the Visual Studio cloud explorer and the Azure IoT Edge Tools extension to deploy the module project to your IoT Edge device. You already have a deployment manifest prepared for your scenario, the **deployment.windows-amd64.json** file in the config folder. All you need to do now is select a device to receive the deployment.
Use Visual Studio Cloud Explorer and the Azure IoT Edge Tools extension to deploy the module project to your IoT Edge device. You already have a deployment manifest prepared for your scenario, the **deployment.windows-amd64.json** file in the config folder. All you need to do now is select a device to receive the deployment.

Make sure that your IoT Edge device is up and running.

1. In the Visual Studio cloud explorer, expand the resources to see your list of IoT devices.
1. In Visual Studio Cloud Explorer, expand the resources to see your list of IoT devices.

2. Right-click the name of the IoT Edge device that you want to receive the deployment.

3. Select **Create Deployment**.

4. In the file explorer, select the **deployment.windows-amd64.json** file in the config folder of your solution.

5. Refresh the cloud explorer to see the deployed modules listed under your device.
5. Refresh Cloud Explorer to see the deployed modules listed under your device.

## View generated data

Once you apply the deployment manifest to your IoT Edge device, the IoT Edge runtime on the device collects the new deployment information and starts executing on it. Any modules running on the device that aren't included in the deployment manifest are stopped. Any modules missing from the device are started.

You can use the IoT Edge Tools extension to view messages as they arrive at your IoT Hub.

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

2. In the **Actions** list, select **Start Monitoring Built-in Event Endpoint**.

Expand Down

0 comments on commit b74071d

Please sign in to comment.