Skip to content

Commit fca4410

Browse files
Merge pull request #209962 from PatAltimore/patricka-ddobric
Add contributor feedback
2 parents eedbf58 + 9b37391 commit fca4410

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. 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)