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/logic-apps/quickstart-create-logic-apps-with-visual-studio.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.suite: integration
6
6
ms.reviewer: logicappspm
7
7
ms.topic: quickstart
8
8
ms.custom: mvc, mode-ui
9
-
ms.date: 05/25/2021
9
+
ms.date: 07/21/2022
10
10
#Customer intent: As a developer, I want to create my first automated workflow by using Azure Logic Apps while working in Visual Studio
11
11
---
12
12
@@ -30,23 +30,23 @@ In this quickstart, you create the same logic app with Visual Studio as the Azur
30
30
31
31
* Download and install these tools, if you don't have them already:
32
32
33
-
*[Visual Studio 2019, 2017, or 2015 - Community edition](https://aka.ms/download-visual-studio). The Azure Logic Apps extension is currently unavailable for Visual Studio 2022. This quickstart uses Visual Studio Community 2017.
33
+
*[Visual Studio 2019, 2017, or 2015 - Community edition](https://aka.ms/download-visual-studio). This quickstart uses Visual Studio Community 2017. Currently, Visual Studio 2022 doesn't include support for the Azure Logic Apps extension.
34
34
35
35
> [!IMPORTANT]
36
-
> When you install Visual Studio 2019 or 2017, make sure that you select the **Azure development** workload.
36
+
> If you use Visual Studio 2019 or 2017, make sure that you select the **Azure development** workload.
37
37
38
38
*[Microsoft Azure SDK for .NET (2.9.1 or later)](https://azure.microsoft.com/downloads/). Learn more about [Azure SDK for .NET](/dotnet/azure/intro).
* The latest Azure Logic Apps Tools for the Visual Studio extension for the version that you want:
42
+
* The latest Azure Logic Apps Tools for the Visual Studio extension for the version that you want, which is currently unavailable for Visual Studio 2022:
43
43
44
44
*[Visual Studio 2019](https://aka.ms/download-azure-logic-apps-tools-visual-studio-2019)
45
45
46
46
*[Visual Studio 2017](https://aka.ms/download-azure-logic-apps-tools-visual-studio-2017)
47
47
48
48
*[Visual Studio 2015](https://aka.ms/download-azure-logic-apps-tools-visual-studio-2015)
49
-
49
+
50
50
You can either download and install Azure Logic Apps Tools directly from the Visual Studio Marketplace, or learn [how to install this extension from inside Visual Studio](/visualstudio/ide/finding-and-using-visual-studio-extensions). Make sure that you restart Visual Studio after you finish installing.
51
51
52
52
* Access to the web while using the embedded Logic App Designer
0 commit comments