Skip to content

Commit 1001be9

Browse files
committed
Reword step
1 parent b5a2267 commit 1001be9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ In the quickstart article that you used to set up your IoT Edge device, you depl
345345
cd config
346346
```
347347

348-
1. In this step, the *iotedge* device will be prepared in the *IotHub*. If the *iotedge* device does not exist in the *iothub*, it must be created. The command described in this step will configure the device to use modules developed in your solution. The corresponding configuration was created in the previous step and stored in the **config** folder. From your **config** folder, execute the following deployment command. Replace the `[device id]`, `[hub name]`, and `[file path]` with your values.
348+
1. Deploy the manifest for your IoT Edge device to IoT Hub. The command configures the device to use modules developed in your solution. The deployment manifest was created in the previous step and stored in the **config** folder. From your **config** folder, execute the following deployment command. Replace the `[device id]`, `[hub name]`, and `[file path]` with your values. If the IoT Edge device ID does not exist in the IoT Hub, it must be created.
349349

350350
```cmd
351351
az iot edge set-modules --device-id [device id] --hub-name [hub name] --content [file path]

0 commit comments

Comments
 (0)