Skip to content

Commit b25f655

Browse files
AndresPadkgremban
andauthored
Update articles/iot-edge/how-to-visual-studio-develop-module.md
Thanks for the edits @kgremban, looks nice and reads clean. Co-authored-by: Kelly Gremban <[email protected]>
1 parent 0b7424a commit b25f655

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,8 @@ To initialize the tool, provide an IoT Edge device connection string from IoT Hu
158158

159159
Typically, you'll want to test and debug each module before running it within an entire solution with multiple modules.
160160

161-
[!TIP] Make sure you have switched over to the correct Docker container mode (i.e. Linux Container Mode or Windows Container Mode) depending on the type of IoT Edge Module you are developing. From the Docker Desktop menu, you can toggle between the two types of modes. Select Switch to Windows containers to use Windows containers, or select Switch to Linux containers to use Linux containers.
161+
>[!TIP]
162+
>Make sure you have switched over to the correct Docker container mode, either Linux container mode or Windows container mode, depending on the type of IoT Edge module you are developing. From the Docker Desktop menu, you can toggle between the two types of modes. Select **Switch to Windows containers** to use Windows containers, or select **Switch to Linux containers** to use Linux containers.
162163
163164
1. In **Solution Explorer**, right-click the module folder and select **Set as StartUp Project** from the menu.
164165

0 commit comments

Comments
 (0)