Skip to content

Commit 905e4c5

Browse files
authored
fix: removes requirement for iotedgedev tool when not using CLI
Iotedgedev tool is not required when using the VS Code extension.
1 parent be37e6a commit 905e4c5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

articles/iot-edge/how-to-vs-code-develop-module.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ To build and deploy your module image, you need Docker to build the module image
6767
> You can use a local Docker registry for prototype and testing purposes instead of a cloud registry.
6868
6969
- Install the [Azure CLI](/cli/azure/install-azure-cli)
70+
71+
::: zone pivot="iotedge-dev-vscode"
72+
7073
- Install the Python-based [Azure IoT Edge Dev Tool](https://pypi.org/project/iotedgedev/) in order to set up your local development environment to debug, run, and test your IoT Edge solution. If you haven't already done so, install [Python (3.6/3.7/3.8) and Pip3](https://www.python.org/) and then install the IoT Edge Dev Tool (iotedgedev) by running this command in your terminal.
7174

7275
```cmd
@@ -79,6 +82,8 @@ To build and deploy your module image, you need Docker to build the module image
7982
>
8083
> For more information setting up your development machine, see [iotedgedev development setup](https://github.com/Azure/iotedgedev/blob/main/docs/environment-setup/manual-dev-machine-setup.md).
8184
85+
::: zone-end
86+
8287
Install prerequisites specific to the language you're developing in:
8388
8489
# [C](#tab/c)

0 commit comments

Comments
 (0)