Skip to content

Commit cdf99f2

Browse files
authored
Merge pull request #81039 from shizn/master
remove preview tags for IoT Edge VS 2019
2 parents 7f3b973 + bd271ba commit cdf99f2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ author: shizn
66
manager: philmea
77

88
ms.author: xshi
9-
ms.date: 05/27/2019
9+
ms.date: 07/01/2019
1010
ms.topic: article
1111
ms.service: iot-edge
1212
ms.custom: seodec18
1313
---
14-
# Use Visual Studio 2019 to develop and debug modules for Azure IoT Edge (Preview)
14+
# Use Visual Studio 2019 to develop and debug modules for Azure IoT Edge
1515

1616
You can turn your business logic into modules for Azure IoT Edge. This article shows you how to use Visual Studio 2019 as the main tool to develop and debug modules.
1717

@@ -35,10 +35,10 @@ Because this article uses Visual Studio 2019 as the main development tool, insta
3535

3636
After your Visual Studio 2019 is ready, you also need the following tools and components:
3737

38-
- Download and install [Azure IoT Edge Tools (Preview)](https://marketplace.visualstudio.com/items?itemName=vsc-iot.vs16iotedgetools) from the Visual Studio marketplace to create an IoT Edge project in Visual Studio 2019.
38+
- Download and install [Azure IoT Edge Tools](https://marketplace.visualstudio.com/items?itemName=vsc-iot.vs16iotedgetools) from the Visual Studio marketplace to create an IoT Edge project in Visual Studio 2019.
3939

4040
> [!TIP]
41-
> If you are using Visual Studio 2017, plrease download and install [Azure IoT Edge Tools (Preview)](https://marketplace.visualstudio.com/items?itemName=vsc-iot.vsiotedgetools) for VS 2017 from the Visual Studio marketplace
41+
> If you are using Visual Studio 2017, plrease download and install [Azure IoT Edge Tools](https://marketplace.visualstudio.com/items?itemName=vsc-iot.vsiotedgetools) for VS 2017 from the Visual Studio marketplace
4242
4343
- Download and install [Docker Community Edition](https://docs.docker.com/install/) on your development machine to build and run your module images. You'll need to set Docker CE to run in either Linux container mode or Windows container mode.
4444

articles/iot-edge/tutorial-c-module-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Before beginning this tutorial, you should have gone through the previous tutori
6060
```
6161

6262
> [!TIP]
63-
> If you are using Visual Studio 2017 (version 15.7 or higher), please download and install [Azure IoT Edge Tools (Preview)](https://marketplace.visualstudio.com/items?itemName=vsc-iot.vsiotedgetools) for VS 2017 from the Visual Studio marketplace
63+
> If you are using Visual Studio 2017 (version 15.7 or higher), please download and install [Azure IoT Edge Tools](https://marketplace.visualstudio.com/items?itemName=vsc-iot.vsiotedgetools) for VS 2017 from the Visual Studio marketplace
6464
6565
## Create a module project
6666

articles/iot-edge/tutorial-csharp-module-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Before beginning this tutorial, you should have gone through the previous tutori
5252
* [Docker CE](https://docs.docker.com/install/) configured to run Windows containers.
5353

5454
> [!TIP]
55-
> If you are using Visual Studio 2017 (version 15.7 or higher), plrease download and install [Azure IoT Edge Tools (Preview)](https://marketplace.visualstudio.com/items?itemName=vsc-iot.vsiotedgetools) for VS 2017 from the Visual Studio marketplace
55+
> If you are using Visual Studio 2017 (version 15.7 or higher), plrease download and install [Azure IoT Edge Tools](https://marketplace.visualstudio.com/items?itemName=vsc-iot.vsiotedgetools) for VS 2017 from the Visual Studio marketplace
5656
5757
## Create a module project
5858

0 commit comments

Comments
 (0)