Skip to content

Commit f8718f1

Browse files
Merge pull request #267503 from ecfan/ux
Visual Studio: Clarity updates
2 parents a03c249 + a789192 commit f8718f1

File tree

3 files changed

+57
-54
lines changed

3 files changed

+57
-54
lines changed

articles/logic-apps/quickstart-create-logic-apps-visual-studio-code.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Quickstart - Create integration workflows with Azure Logic Apps in Visual Studio Code
3-
description: Create and manage workflow definitions with multi-tenant Azure Logic Apps in Visual Studio Code.
3+
description: Create and manage workflow definitions with multitenant Azure Logic Apps in Visual Studio Code.
44
services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, azla
@@ -10,11 +10,11 @@ ms.date: 01/04/2024
1010
#Customer intent: As a developer, I want to create my first automated workflow by using Azure Logic Apps while working in Visual Studio Code
1111
---
1212

13-
# Quickstart: Create and manage logic app workflow definitions with multi-tenant Azure Logic Apps and Visual Studio Code
13+
# Quickstart: Create and manage logic app workflow definitions with multitenant Azure Logic Apps and Visual Studio Code
1414

1515
[!INCLUDE [logic-apps-sku-consumption](../../includes/logic-apps-sku-consumption.md)]
1616

17-
This quickstart shows how to create and manage logic app workflows that help you automate tasks and processes that integrate apps, data, systems, and services across organizations and enterprises by using multi-tenant [Azure Logic Apps](../logic-apps/logic-apps-overview.md) and Visual Studio Code. You can create and edit the underlying workflow definitions, which use JavaScript Object Notation (JSON), for logic apps through a code-based experience. You can also work on existing logic apps that are already deployed to Azure. For more information about multi-tenant versus single-tenant model, review [Single-tenant versus multi-tenant and integration service environment](single-tenant-overview-compare.md).
17+
This quickstart shows how to create and manage logic app workflows that help you automate tasks and processes that integrate apps, data, systems, and services across organizations and enterprises by using multitenant [Azure Logic Apps](../logic-apps/logic-apps-overview.md) and Visual Studio Code. You can create and edit the underlying workflow definitions, which use JavaScript Object Notation (JSON), for logic apps through a code-based experience. You can also work on existing logic apps that are already deployed to Azure. For more information about multitenant versus single-tenant model, review [Single-tenant versus multitenant and integration service environment](single-tenant-overview-compare.md).
1818

1919
Although you can perform these same tasks in the [Azure portal](https://portal.azure.com) and in Visual Studio, you can get started faster in Visual Studio Code when you're already familiar with logic app definitions and want to work directly in code. For example, you can disable, enable, delete, and refresh already created logic apps. Also, you can work on logic apps and integration accounts from any development platform where Visual Studio Code runs, such as Linux, Windows, and Mac.
2020

@@ -26,7 +26,7 @@ For this article, you can create the same logic app from this [quickstart](../lo
2626

2727
Before you start, make sure that you have these items:
2828

29-
* If you don't have an Azure account and subscription, [sign up for a free Azure account](https://azure.microsoft.com/free/).
29+
* If you don't have an Azure account and subscription, [sign up for a free Azure account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
3030

3131
* Basic knowledge about [logic app workflow definitions](../logic-apps/logic-apps-workflow-definition-language.md) and their structure as described with JSON
3232

@@ -64,7 +64,7 @@ Before you start, make sure that you have these items:
6464

6565
![Select "Sign in to Azure"](./media/quickstart-create-logic-apps-visual-studio-code/sign-in-azure-visual-studio-code.png)
6666

67-
1. If sign in takes longer than usual, Visual Studio Code prompts you to sign in through a Microsoft authentication website by providing you a device code. To sign in with the code instead, select **Use Device Code**.
67+
1. If sign in takes longer than usual, Visual Studio Code prompts you to sign in through a Microsoft authentication website by providing you with a device code. To sign in with the code instead, select **Use Device Code**.
6868

6969
![Continue with device code instead](./media/quickstart-create-logic-apps-visual-studio-code/use-device-code-prompt.png)
7070

0 commit comments

Comments
 (0)