You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot-edge/how-to-vs-code-develop-module.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,49 +125,49 @@ The [IoT Edge Dev Tool](https://github.com/Azure/iotedgedev) simplifies Azure Io
125
125
mkdir c:\dev\iotedgesolution
126
126
```
127
127
128
-
1. Use the **iotedgedev init** command to create a solution and set up your Azure IoT Hub. Use the following command to create an IoT Edge solution for a specified development language.
128
+
1. Use the **iotedgedev solution init** command to create a solution and set up your Azure IoT Hub. Use the following command to create an IoT Edge solution for a specified development language.
129
129
130
130
# [C](#tab/c)
131
131
132
132
```bash
133
-
iotedgedev init --template c
133
+
iotedgedev solution init --template c
134
134
```
135
135
136
136
# [C\#](#tab/csharp)
137
137
138
138
```bash
139
-
iotedgedev init --template csharp
139
+
iotedgedev solution init --template csharp
140
140
```
141
141
142
142
The solution includes a default C# module named *filtermodule*.
0 commit comments