Skip to content

Commit b5a2267

Browse files
authored
Update how-to-visual-studio-develop-module.md
Step 4 was described in more detail
1 parent c3d8f91 commit b5a2267

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