Skip to content

Commit 487a180

Browse files
committed
Fix CLI pivot
1 parent 0fa91f0 commit 487a180

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This article assumes that you use a machine running Windows as your development
3232

3333
* Install or modify Visual Studio 2022 on your development machine. Choose the **Azure development** and **Desktop development with C++** workloads options.
3434

35-
<!-- ::: zone pivot="iotedge-dev-ext" -->
35+
::: zone pivot="iotedge-dev-ext"
3636

3737
* Install the Azure IoT Edge Tools either from the Marketplace or from Visual Studio:
3838

@@ -47,9 +47,9 @@ This article assumes that you use a machine running Windows as your development
4747
> [!TIP]
4848
> If you are using Visual Studio 2019, download and install [Azure IoT Edge Tools for VS 2019](https://marketplace.visualstudio.com/items?itemName=vsc-iot.vs16iotedgetools) from the Visual Studio marketplace
4949
50-
<!-- >::: zone-end
50+
::: zone-end
5151

52-
::: zone pivot="iotedge-dev-cli" -->
52+
::: zone pivot="iotedge-dev-cli"
5353

5454
Install the Python-based [Azure IoT Edge Dev Tool](https://pypi.org/project/iotedgedev/) to create your IoT Edge solution. There are two options:
5555

0 commit comments

Comments
 (0)