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/create-single-tenant-workflows-visual-studio-code.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,13 +22,13 @@ This how-to guide shows how to create an example integration workflow that runs
22
22
23
23
* You can locally create, run, and test workflows using the Visual Studio Code development environment.
24
24
25
-
When you're ready, you can deploy your logic app to Azure where your workflow can run in the single-tenant Azure Logic Apps environment or in an App Service Environment v3 (Windows-based App Service plans only). You can also deploy and run your workflow anywhere that Kubernetes can run, including Azure, Azure Kubernetes Service, on premises, or even other cloud providers, due to the Azure Logic Apps containerized runtime.
25
+
When you're ready, you can deploy your logic app to Azure where your workflow can run in the single-tenant Azure Logic Apps environment or in an App Service Environment v3 (Windows-based App Service plans only). You can also deploy and run your workflow anywhere that Kubernetes can run, including Azure, Azure Kubernetes Service, on premises, or even other cloud providers, due to the Azure Logic Apps containerized runtime.
26
26
27
-
> [!NOTE]
28
-
>
29
-
> Deploying your logic app to a Kubernetes cluster is currently in public preview.
27
+
> [!NOTE]
28
+
>
29
+
> Deploying your logic app to a Kubernetes cluster is currently in public preview.
30
30
31
-
For more information about single-tenant Azure Logic Apps, review[Single-tenant versus multitenant in Azure Logic Apps](single-tenant-overview-compare.md#resource-environment-differences).
31
+
For more information about single-tenant Azure Logic Apps, see[Single-tenant versus multitenant in Azure Logic Apps](single-tenant-overview-compare.md#resource-environment-differences).
32
32
33
33
While the example workflow is cloud-based and has only two steps, you can create workflows from hundreds of operations that can connect a wide range of apps, data, services, and systems across cloud, on premises, and hybrid environments. The example workflow starts with the built-in **Request** trigger and follows with an Office 365 Outlook action. The trigger creates a callable endpoint for the workflow and waits for an inbound HTTPS request from any caller. When the trigger receives a request and fires, the next action runs by sending email to the specified email address along with selected outputs from the trigger.
34
34
@@ -73,8 +73,6 @@ As you progress, you'll complete these high-level tasks:
73
73
74
74
1. Download and install [Visual Studio Code](https://code.visualstudio.com/), which is free.
75
75
76
-
1. Download and install the [Azure Account extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-vscode.azure-account) so that you have a single common experience for Azure sign-in and subscription filtering across all Azure extensions in Visual Studio Code. This how-to guide includes steps that use this experience.
77
-
78
76
1. Download and install the following Visual Studio Code dependencies for your specific operating system using either method:
79
77
80
78
-[Install all dependencies automatically](#dependency-installer).
@@ -294,11 +292,11 @@ Before you can create your logic app, create a local project so that you can man
294
292
295
293
1. In Visual Studio Code, close all open folders.
296
294
297
-
1. In the **Azure** window, on the **Workspace** section toolbar, from the **Azure Logic Apps** menu, select **Create New Project**.
295
+
1. In the **Azure** window, on the **Workspace** section toolbar, from the **Azure Logic Apps** menu, select **Create new project**.
298
296
299
297

300
298
301
-
1. If Windows Defender Firewall prompts you to grant network access for `Code.exe`, which is Visual Studio Code, and for `func.exe`, which is the Azure Functions Core Tools, select **Private networks, such as my home or work network****>****Allow access**.
299
+
1. If Windows Defender Firewall prompts you to grant network access for **Code.exe**, which is Visual Studio Code, and for **func.exe**, which is the Azure Functions Core Tools, select **Private networks, such as my home or work network****>****Allow access**.
302
300
303
301
1. Browse to the location where you created your project folder, select that folder and continue.
304
302
@@ -313,6 +311,7 @@ Before you can create your logic app, create a local project so that you can man
313
311

314
312
315
313
> [!NOTE]
314
+
>
316
315
> You might get an error named **azureLogicAppsStandard.createNewProject** with the error message,
317
316
> **Unable to write to Workspace Settings because azureFunctions.suppressProject is not a registered configuration**.
318
317
> If you do, try installing the [Azure Functions extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurefunctions),
0 commit comments