Skip to content

Commit beea824

Browse files
authored
Remove requirement for Azure Account extension
1 parent 1f0cb9d commit beea824

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

articles/logic-apps/create-single-tenant-workflows-visual-studio-code.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ This how-to guide shows how to create an example integration workflow that runs
2222

2323
* You can locally create, run, and test workflows using the Visual Studio Code development environment.
2424

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.
2626

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.
3030
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).
3232

3333
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.
3434

@@ -73,8 +73,6 @@ As you progress, you'll complete these high-level tasks:
7373

7474
1. Download and install [Visual Studio Code](https://code.visualstudio.com/), which is free.
7575

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-
7876
1. Download and install the following Visual Studio Code dependencies for your specific operating system using either method:
7977

8078
- [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
294292

295293
1. In Visual Studio Code, close all open folders.
296294

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**.
298296

299297
![Screenshot shows Azure window, Workspace toolbar, and Azure Logic Apps menu with Create New Project selected.](./media/create-single-tenant-workflows-visual-studio-code/create-new-project-folder.png)
300298

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**.
302300

303301
1. Browse to the location where you created your project folder, select that folder and continue.
304302

@@ -313,6 +311,7 @@ Before you can create your logic app, create a local project so that you can man
313311
![Screenshot shows Create new Stateful Workflow (3/4) box and workflow name, Stateful-Workflow.](./media/create-single-tenant-workflows-visual-studio-code/name-your-workflow.png)
314312

315313
> [!NOTE]
314+
>
316315
> You might get an error named **azureLogicAppsStandard.createNewProject** with the error message,
317316
> **Unable to write to Workspace Settings because azureFunctions.suppressProject is not a registered configuration**.
318317
> 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

Comments
 (0)