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/connectors/connectors-create-api-mq.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,19 @@
1
1
---
2
-
title: Connect to IBM MQ
3
-
description: Connect to an MQ server onpremises 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.
4
4
services: logic-apps
5
5
ms.suite: integration
6
-
ms.reviewer: estfan, azla
6
+
ms.reviewers: estfan, azla
7
7
ms.topic: how-to
8
-
ms.date: 01/08/2025
8
+
ms.update-cycle: 365-days
9
+
ms.date: 03/10/2026
9
10
ms.custom:
10
11
- engagement-fy23
11
12
- 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.
12
14
---
13
15
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
Copy file name to clipboardExpand all lines: articles/logic-apps/quickstart-create-logic-apps-visual-studio-code.md
+33-32Lines changed: 33 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,27 +1,28 @@
1
1
---
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.
4
4
services: logic-apps
5
5
ms.suite: integration
6
-
ms.reviewer: estfan, azla
6
+
ms.reviewers: estfan, azla
7
7
ms.topic: quickstart
8
-
ms.date: 01/04/2024
8
+
ms.update-cycle: 365-days
9
+
ms.date: 03/10/2026
9
10
ms.custom:
10
11
- mvc
11
12
- mode-ui
12
13
- 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.
14
15
---
15
16
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
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).
21
22
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.
23
24
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:
@@ -53,7 +54,7 @@ Before you start, make sure that you have these items:
53
54
54
55
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).
55
56
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.
57
58
58
59
<aname="access-azure"></a>
59
60
@@ -128,14 +129,14 @@ Before you start, make sure that you have these items:
128
129
129
130

130
131
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).
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.
136
137
137
138
> [!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,
139
140
> for example, @fabrikam.com. Make sure that you replace the fictitious email address with your own
140
141
> email address. To use a different email connector, such as Outlook.com or Gmail, replace the
141
142
> `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:
205
206
206
207
1. When you're done, save your logic app's workflow definition. (File menu > Save, or press Ctrl+S)
207
208
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**.
209
210
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.
211
212
212
-

213
+

213
214
214
-
## View logic app in designer
215
+
## View logic app workflow definition in designer
215
216
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.
217
218
218
219
In the Azure window, under **Logic Apps**, open your logic app's shortcut menu, and select **Open in Designer**.
219
220
220
221
The read-only designer opens in a separate window and shows your logic app's workflow, for example:
221
222
222
-

223
+

223
224
224
225
## View in Azure portal
225
226
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:
227
228
228
229
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.
229
230
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.
231
232
232
-

233
+

233
234
234
235
<aname="edit-logic-app"></a>
235
236
236
237
## Edit deployed logic app
237
238
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.
239
240
240
241
> [!IMPORTANT]
241
242
>
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).
244
245
245
246
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).
246
247
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.
248
249
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.
250
251
251
252

252
253
@@ -260,18 +261,18 @@ In Visual Studio Code, you can open and edit the workflow definition for an alre
260
261
261
262
1. When you're prompted to upload your changes and *overwrite* your existing logic app in the Azure portal, select **Upload**.
262
263
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).
264
265
265
-

266
+

266
267
267
268
## View or promote other versions
268
269
269
270
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.
270
271
271
272
> [!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).
275
276
276
277
1. In the Azure window, under **Logic Apps**, expand your Azure subscription so that you can view all the logic apps in that subscription.
277
278
@@ -305,7 +306,7 @@ In Visual Studio Code, you can open and review the earlier versions for your log
305
306
306
307
## Disable or enable logic apps
307
308
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.
309
310
310
311
* 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.
Copy file name to clipboardExpand all lines: articles/logic-apps/quickstart-create-logic-apps-with-visual-studio.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,21 @@
1
1
---
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.
4
4
services: logic-apps
5
5
ms.service: azure-logic-apps
6
6
ms.suite: integration
7
-
ms.reviewer: estfan, azla
7
+
ms.reviewers: estfan, azla
8
8
ms.topic: quickstart
9
-
ms.date: 12/10/2024
9
+
ms.update-cycle: 365-days
10
+
ms.date: 03/10/2026
10
11
ms.custom:
11
12
- mvc
12
13
- mode-ui
13
14
- 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.
15
16
---
16
17
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)
0 commit comments