Skip to content

Commit a789192

Browse files
author
ecfan
committed
Fix Acrolinx issues
1 parent fabcafa commit a789192

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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

Lines changed: 3 additions & 3 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

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Quickstart - Create integration workflows with multi-tenant Azure Logic Apps in Visual Studio
3-
description: Create automated integration workflows with multi-tenant Azure Logic Apps and Visual Studio Code.
2+
title: Quickstart - Create integration workflows with multitenant Azure Logic Apps in Visual Studio
3+
description: Create automated integration workflows with multitenant Azure Logic Apps and Visual Studio Code.
44
services: logic-apps
55
ms.suite: integration
66
ms.reviewer: 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
1111
---
1212

13-
# Quickstart: Create automated integration workflows with multi-tenant Azure Logic Apps and Visual Studio
13+
# Quickstart: Create automated integration workflows with multitenant Azure Logic Apps and Visual Studio
1414

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

17-
This quickstart shows how to design, develop, and deploy automated workflows that integrate apps, data, systems, and services across enterprises and organizations by using multi-tenant [Azure Logic Apps](logic-apps-overview.md) and Visual Studio. Although you can perform these tasks in the Azure portal, Visual Studio lets you add your logic apps to source control, publish different versions, and create Azure Resource Manager templates for different deployment environments. 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 design, develop, and deploy automated workflows that integrate apps, data, systems, and services across enterprises and organizations by using multitenant [Azure Logic Apps](logic-apps-overview.md) and Visual Studio. Although you can perform these tasks in the Azure portal, Visual Studio lets you add your logic apps to source control, publish different versions, and create Azure Resource Manager templates for different deployment environments. 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
If you're new to Azure Logic Apps and just want the basic concepts, try the [quickstart for creating an example Consumption logic app workflow in the Azure portal](quickstart-create-example-consumption-workflow.md). The workflow designer works similarly in both the Azure portal and Visual Studio.
2020

0 commit comments

Comments
 (0)