Skip to content

Commit 6f73387

Browse files
committed
Update dates and metadata
1 parent f57cffc commit 6f73387

4 files changed

Lines changed: 47 additions & 43 deletions

File tree

articles/connectors/connectors-create-api-mq.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
---
2-
title: Connect to IBM MQ
3-
description: Connect to an MQ server on premises or in Azure from a workflow in Azure Logic Apps.
2+
title: Connect to IBM MQ from Workflows
3+
description: Connect to MQ servers on-premises or in Azure from workflows in Azure Logic Apps.
44
services: logic-apps
55
ms.suite: integration
6-
ms.reviewer: estfan, azla
6+
ms.reviewers: estfan, azla
77
ms.topic: how-to
8-
ms.date: 01/08/2025
8+
ms.update-cycle: 365-days
9+
ms.date: 03/10/2026
910
ms.custom:
1011
- engagement-fy23
1112
- sfi-image-nochange
13+
# Customer intent: As an integration developer who works with Azure Logic Apps, I want to connect my integration workflows to MQ servers either on-premises or in Azure.
1214
---
1315

14-
# Connect to an IBM MQ server from a workflow in Azure Logic Apps
16+
# Connect to IBM MQ servers from workflows in Azure Logic Apps
1517

1618
[!INCLUDE [logic-apps-sku-consumption-standard](../../includes/logic-apps-sku-consumption-standard.md)]
1719

5.58 KB
Loading

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

Lines changed: 33 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,28 @@
11
---
2-
title: Quickstart - Create integration workflows with Azure Logic Apps in Visual Studio Code
3-
description: Create and manage workflow definitions with multitenant Azure Logic Apps in Visual Studio Code.
2+
title: Quickstart - Create integration workflows with Visual Studio Code
3+
description: Create and manage integration workflows in multitenant Azure Logic Apps by using Visual Studio Code.
44
services: logic-apps
55
ms.suite: integration
6-
ms.reviewer: estfan, azla
6+
ms.reviewers: estfan, azla
77
ms.topic: quickstart
8-
ms.date: 01/04/2024
8+
ms.update-cycle: 365-days
9+
ms.date: 03/10/2026
910
ms.custom:
1011
- mvc
1112
- mode-ui
1213
- sfi-image-nochange
13-
#Customer intent: As a developer, I want to create my first automated workflow by using Azure Logic Apps while working in Visual Studio Code
14+
#Customer intent: As an integration developer who works with Azure Logic Apps, I want to create my first automated integration workflow by using Visual Studio Code.
1415
---
1516

16-
# Quickstart: Create and manage logic app workflow definitions with multitenant Azure Logic Apps and Visual Studio Code
17+
# Quickstart: Create integration workflows in multitenant Azure Logic Apps by using Visual Studio Code
1718

1819
[!INCLUDE [logic-apps-sku-consumption](~/reusable-content/ce-skilling/azure/includes/logic-apps-sku-consumption.md)]
1920

20-
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 in Azure Logic Apps](single-tenant-overview-compare.md).
21+
This quickstart shows how to create logic app workflows in multitenant [Azure Logic Apps](../logic-apps/logic-apps-overview.md) that automate tasks and integrate processes across services, systems, apps, and data in organizations and enterprises by using Visual Studio Code. You can create and edit the underlying workflow definitions, which use JavaScript Object Notation (JSON), for workflows through a code-based experience. You can also work on existing logic app workflows that are already deployed to Azure. For more information about multitenant versus single-tenant model, see [Single-tenant versus multitenant in Azure Logic Apps](single-tenant-overview-compare.md).
2122

22-
Although you can perform these same tasks in the [Azure portal](https://portal.azure.com), 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.
23+
Although you can perform these same tasks in the [Azure portal](https://portal.azure.com), 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 app workflows. 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.
2324

24-
For this article, you can create the same logic app from this [quickstart](../logic-apps/quickstart-create-example-consumption-workflow.md), which focuses more on the basic concepts. You can also [learn to create and manage apps through the Azure CLI](quickstart-logic-apps-azure-cli.md). In Visual Studio Code, the logic app looks like the following example:
25+
For this article, you can create the same logic app workflow from this [quickstart](../logic-apps/quickstart-create-example-consumption-workflow.md), which focuses more on the basic concepts. You can also [learn to create and manage apps through the Azure CLI](quickstart-logic-apps-azure-cli.md). In Visual Studio Code, the logic app workflow looks like the following example:
2526

2627
![Example logic app workflow definition](./media/quickstart-create-logic-apps-visual-studio-code/visual-studio-code-overview.png)
2728

@@ -53,7 +54,7 @@ Before you start, make sure that you have these items:
5354

5455
For more information, see [Extension Marketplace](https://code.visualstudio.com/docs/editor/extension-gallery). To contribute to this extension's open-source version, visit the [Azure Logic Apps extension for Visual Studio Code on GitHub](https://github.com/Microsoft/vscode-azurelogicapps).
5556

56-
* If your logic app needs to communicate through a firewall that limits traffic to specific IP addresses, that firewall needs to allow access for *both* the [inbound](logic-apps-limits-and-config.md#inbound) and [outbound](logic-apps-limits-and-config.md#outbound) IP addresses used by Azure Logic Apps or runtime in the Azure region where your logic app exists. If your logic app also uses [managed connectors](../connectors/managed.md), such as the Office 365 Outlook connector or SQL connector, or uses [custom connectors](/connectors/custom-connectors/), the firewall also needs to allow access for *all* the [managed connector outbound IP addresses](logic-apps-limits-and-config.md#outbound) in your logic app's Azure region.
57+
* If your logic app workflow needs to communicate through a firewall that limits traffic to specific IP addresses, that firewall needs to allow access for *both* the [inbound](logic-apps-limits-and-config.md#inbound) and [outbound](logic-apps-limits-and-config.md#outbound) IP addresses used by Azure Logic Apps or runtime in the Azure region where your logic app workflow exists. If your logic app workflow also uses [managed connectors](../connectors/managed.md), such as the Office 365 Outlook connector or SQL connector, or uses [custom connectors](/connectors/custom-connectors/), the firewall also needs to allow access for *all* the [managed connector outbound IP addresses](logic-apps-limits-and-config.md#outbound) in your logic app's Azure region.
5758

5859
<a name="access-azure"></a>
5960

@@ -128,14 +129,14 @@ Before you start, make sure that you have these items:
128129

129130
![Provide name for your logic app](./media/quickstart-create-logic-apps-visual-studio-code/enter-name-logic-app.png)
130131

131-
In the Azure window, under your Azure subscription, your new and blank logic app appears. Visual Studio Code also opens a JSON (.logicapp.json) file, which includes a skeleton workflow definition for your logic app. Now you can start manually authoring your logic app's workflow definition in this JSON file. For technical reference about the structure and syntax for a workflow definition, see the [Workflow Definition Language schema for Azure Logic Apps](../logic-apps/logic-apps-workflow-definition-language.md).
132+
In the Azure window, under your Azure subscription, your new and blank logic app workflow appears. Visual Studio Code also opens a JSON (.logicapp.json) file, which includes a skeleton workflow definition for your logic app. Now you can start manually authoring your logic app's workflow definition in this JSON file. For technical reference about the structure and syntax for a workflow definition, see the [Workflow Definition Language schema for Azure Logic Apps](../logic-apps/logic-apps-workflow-definition-language.md).
132133

133134
![Empty logic app workflow definition JSON file](./media/quickstart-create-logic-apps-visual-studio-code/empty-logic-app-workflow-definition.png)
134135

135136
For example, here is a sample logic app workflow definition, which starts with an RSS trigger and an Office 365 Outlook action. Usually, JSON elements appear alphabetically in each section. However, this sample shows these elements roughly in the order that the logic app's steps appear in the designer.
136137

137138
> [!IMPORTANT]
138-
> If you want to reuse this sample logic app definition, you need an organizational account,
139+
> If you want to reuse this sample logic app workflow definition, you need an organizational account,
139140
> for example, @fabrikam.com. Make sure that you replace the fictitious email address with your own
140141
> email address. To use a different email connector, such as Outlook.com or Gmail, replace the
141142
> `Send_an_email_action` action with a similar action available from an
@@ -205,48 +206,48 @@ Before you start, make sure that you have these items:
205206

206207
1. When you're done, save your logic app's workflow definition. (File menu > Save, or press Ctrl+S)
207208

208-
1. When you're prompted to upload your logic app to your Azure subscription, select **Upload**.
209+
1. When you're prompted to upload your logic app workflow definition to your Azure subscription, select **Upload**.
209210

210-
This step publishes your logic app to the [Azure portal](https://portal.azure.com), which makes the workflow live and running in Azure.
211+
This step publishes your logic app workflow definition to the [Azure portal](https://portal.azure.com), which makes the workflow live and running in Azure.
211212

212-
![Upload new logic app to your Azure subscription](./media/quickstart-create-logic-apps-visual-studio-code/upload-new-logic-app.png)
213+
![Upload new logic app workflow definition to your Azure subscription](./media/quickstart-create-logic-apps-visual-studio-code/upload-new-logic-app.png)
213214

214-
## View logic app in designer
215+
## View logic app workflow definition in designer
215216

216-
In Visual Studio Code, you can open your logic app in read-only design view. Although you can't edit your logic app in the designer, you can visually check your logic app's workflow by using the designer view.
217+
In Visual Studio Code, you can open your logic app workflow definition in read-only design view. Although you can't edit your logic app workflow definition in the designer, you can visually check your logic app's workflow by using the designer view.
217218

218219
In the Azure window, under **Logic Apps**, open your logic app's shortcut menu, and select **Open in Designer**.
219220

220221
The read-only designer opens in a separate window and shows your logic app's workflow, for example:
221222

222-
![View logic app in read-only designer](./media/quickstart-create-logic-apps-visual-studio-code/logic-app-designer-view.png)
223+
![View logic app workflow definition in read-only designer](./media/quickstart-create-logic-apps-visual-studio-code/logic-app-designer-view.png)
223224

224225
## View in Azure portal
225226

226-
To review your logic app in Azure portal, follow these steps:
227+
To review your logic app workflow definition in Azure portal, follow these steps:
227228

228229
1. Sign in to the [Azure portal](https://portal.azure.com) by using the same Azure account and subscription that's associated with your logic app.
229230

230-
1. In the Azure portal's search box, enter the logic app name. From the results list, select the logic app.
231+
1. In the Azure portal's search box, enter the logic app workflow definition name. From the results list, select the logic app.
231232

232-
![Your new logic app in Azure portal](./media/quickstart-create-logic-apps-visual-studio-code/published-logic-app-in-azure.png)
233+
![Your new logic app workflow definition in Azure portal](./media/quickstart-create-logic-apps-visual-studio-code/published-logic-app-in-azure.png)
233234

234235
<a name="edit-logic-app"></a>
235236

236237
## Edit deployed logic app
237238

238-
In Visual Studio Code, you can open and edit the workflow definition for an already deployed logic app in Azure.
239+
In Visual Studio Code, you can open and edit the workflow definition for an already deployed logic app resource in Azure.
239240

240241
> [!IMPORTANT]
241242
>
242-
> Before you edit an actively running logic app in production, avoid the risk in breaking that logic
243-
> app and minimize disruption by [disabling your logic app first](#disable-enable-logic-apps).
243+
> Before you edit an actively running logic app workflow in production, avoid the risk in breaking that logic
244+
> app and minimize disruption by [disabling your logic app resource first](#disable-enable-logic-apps).
244245
245246
1. If you haven't signed in to your Azure account and subscription yet from inside Visual Studio Code, follow the [previous steps to sign in now](#access-azure).
246247

247-
1. In the Azure window, under **Logic Apps**, expand your Azure subscription, and select the logic app you want.
248+
1. In the Azure window, under **Logic Apps**, expand your Azure subscription, and select the logic app resource you want.
248249

249-
1. Open your logic app menu, and select **Open in Editor**. Or, next to your logic app's name, select the edit icon.
250+
1. Open the logic app context menu, and select **Open in Editor**. Or, next to your logic app's name, select the edit icon.
250251

251252
![Open editor for existing logic app](./media/quickstart-create-logic-apps-visual-studio-code/open-editor-existing-logic-app.png)
252253

@@ -260,18 +261,18 @@ In Visual Studio Code, you can open and edit the workflow definition for an alre
260261

261262
1. When you're prompted to upload your changes and *overwrite* your existing logic app in the Azure portal, select **Upload**.
262263

263-
This step publishes your updates to your logic app in the [Azure portal](https://portal.azure.com).
264+
This step publishes your updates to your logic app resource in the [Azure portal](https://portal.azure.com).
264265

265-
![Upload edits to logic app definition in Azure](./media/quickstart-create-logic-apps-visual-studio-code/upload-logic-app-changes.png)
266+
![Upload edits to logic app resource in Azure](./media/quickstart-create-logic-apps-visual-studio-code/upload-logic-app-changes.png)
266267

267268
## View or promote other versions
268269

269270
In Visual Studio Code, you can open and review the earlier versions for your logic app. You can also promote an earlier version to the current version.
270271

271272
> [!IMPORTANT]
272-
> Before you change an actively running logic app in production,
273-
> avoid the risk in breaking that logic app and minimize disruption by
274-
> [disabling your logic app first](#disable-enable-logic-apps).
273+
> Before you change an actively running logic app workflow in production,
274+
> avoid the risk in breaking that logic app workflow and minimize disruption by
275+
> [disabling your logic app resource first](#disable-enable-logic-apps).
275276
276277
1. In the Azure window, under **Logic Apps**, expand your Azure subscription so that you can view all the logic apps in that subscription.
277278

@@ -305,7 +306,7 @@ In Visual Studio Code, you can open and review the earlier versions for your log
305306

306307
## Disable or enable logic apps
307308

308-
In Visual Studio Code, if you edit a published logic app and save your changes, you *overwrite* your already deployed app. To avoid breaking your logic app in production and minimize disruption, disable your logic app first. You can then reactivate your logic app after you've confirmed that your logic app still works.
309+
In Visual Studio Code, if you edit a published logic app workflow and save your changes, you *overwrite* your already deployed app. To avoid breaking your logic app workflow in production and minimize disruption, disable your logic app resource first. You can then reactivate your logic app after you've confirmed that your logic app still works.
309310

310311
* Azure Logic Apps continues all in-progress and pending runs until they finish. Based on the volume or backlog, this process might take time to complete.
311312

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
---
2-
title: "(Deprecated) Create automated workflows in multitenant Azure Logic Apps with Visual Studio"
3-
description: Create automated integration workflows that run in multitenant Azure Logic Apps with Visual Studio.
2+
title: "(Deprecated) Create integration workflows in multitenant Azure with Visual Studio"
3+
description: Create automated integration workflows that run in multitenant Azure Logic Apps by using Visual Studio.
44
services: logic-apps
55
ms.service: azure-logic-apps
66
ms.suite: integration
7-
ms.reviewer: estfan, azla
7+
ms.reviewers: estfan, azla
88
ms.topic: quickstart
9-
ms.date: 12/10/2024
9+
ms.update-cycle: 365-days
10+
ms.date: 03/10/2026
1011
ms.custom:
1112
- mvc
1213
- mode-ui
1314
- sfi-image-nochange
14-
#Customer intent: As a developer, I want to create my first automated workflow by using Azure Logic Apps while working in Visual Studio.
15+
#Customer intent: As an integration developer who works with Azure Logic Apps, I want to create my first automated integration workflow by using Visual Studio.
1516
---
1617

17-
# Quickstart: Create automated workflows in multitenant Azure Logic Apps with Visual Studio (Deprecated)
18+
# Quickstart: Create automated integration workflows in multitenant Azure Logic Apps with Visual Studio (Deprecated)
1819

1920
[!INCLUDE [logic-apps-sku-consumption](includes/logic-apps-sku-consumption.md)]
2021

0 commit comments

Comments
 (0)