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
If you work on Standard logic app workflows using the Azure portal, you might find yourself wanting to use Visual Studio Code instead at some point. When you switch to Visual Studio Code and install the Azure Logic Apps (Standard) extension, you get the expanded benefits available only with the extension, for example:
19
20
@@ -61,7 +62,7 @@ This guide shows how to download your Standard logic app as a zip file package f
61
62
62
63
1. In the Azure window, on the **Workspace** toolbar, open the **Azure Logic Apps** menu, and select **Create new logic app workspace from package...**.
63
64
64
-
:::image type="content" source="media/export-standard-logic-app-to-visual-studio-code/create-workspace-from-package.png" alt-text="Screenshot shows Visual Studio Code, Azure window, and Workspace toolbar with selected button for Azure Logic Apps, and selected option for Create new logic app workspace from package.":::
65
+
:::image type="content" source="media/export-standard-logic-app-to-visual-studio-code/create-workspace-from-package.png" alt-text="Screenshot shows Visual Studio Code, Azure window, Workspace toolbar with selected button for Azure Logic Apps, and selected option for Create new logic app workspace from package.":::
65
66
66
67
The **Create New Logic App Workspace from Package** prompt window opens so you can select the zip file package that you want to import.
67
68
@@ -71,7 +72,9 @@ This guide shows how to download your Standard logic app as a zip file package f
71
72
72
73
You're now prompted to select the folder where you want to create your workspace.
73
74
74
-
1. From the prompt list, select **Browse**. Find and select the local repository folder where you want to create your workspace. When you're done, choose **Select**. Follow the additional prompts to continue creating your workspace.
75
+
1. From the prompt list, select **Browse**. Find and select the local repository folder where you want to create your workspace. When you're done, choose **Select**.
76
+
77
+
1. Follow the subsequent prompts to continue creating your workspace.
75
78
76
79
1. Enter a name to use for your workspace.
77
80
@@ -107,6 +110,6 @@ If you have connections that use a managed identity, make sure that you update t
107
110
108
111
## Related content
109
112
110
-
For more information about managing your Standard logic app project in Visual Studio Code, see the following documentation:
113
+
For more information about managing your Standard logic app project in Visual Studio Code, see:
111
114
112
115
-[Create Standard logic app workflow in single-tenant Azure Logic Apps using Visual Studio Code](/azure/logic-apps/create-single-tenant-workflows-visual-studio-code)
Copy file name to clipboardExpand all lines: articles/logic-apps/logic-apps-enterprise-integration-edifact.md
+12-10Lines changed: 12 additions & 10 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: Exchange EDIFACT messages in B2B workflows
3
-
description: Exchange EDIFACT messages between partners by creating workflows with Azure Logic Apps and Enterprise Integration Pack.
2
+
title: Exchange EDIFACT Messages in B2B Workflows
3
+
description: Exchange EDIFACT messages between partners for B2B workflows in Azure Logic Apps.
4
4
services: logic-apps
5
5
ms.suite: integration
6
6
author: divyaswarnkar
7
7
ms.author: divswa
8
-
ms.reviewer: estfan, azla
8
+
ms.reviewers: estfan, azla
9
9
ms.topic: how-to
10
-
ms.date: 02/10/2025
10
+
ms.update-cycle: 1095-days
11
+
ms.date: 03/11/2026
11
12
ms.custom: sfi-image-nochange
13
+
# Customer intent: As a B2B integration developer who works with Azure Logic Apps, I want to set up message communication between trading partners in enterprise workflows.
12
14
---
13
15
14
-
# Exchange EDIFACT messages using workflows in Azure Logic Apps
16
+
# Exchange EDIFACT messages for B2B workflows in Azure Logic Apps
15
17
16
18
To send and receive EDIFACT messages in workflows that you create using Azure Logic Apps, use the **EDIFACT** connector, which provides operations that support and manage EDIFACT communication.
17
19
@@ -57,7 +59,7 @@ The **EDIFACT** built-in connector has the following actions, which are similar
57
59
58
60
## Prerequisites
59
61
60
-
* An Azure account and subscription. If you don't have a subscription yet, [sign up for a free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
62
+
* An Azure account and subscription. [Get a free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
61
63
62
64
* An [integration account resource](./enterprise-integration/create-integration-account.md) where you define and store artifacts, such as trading partners, agreements, certificates, and so on, for use in your enterprise integration and B2B workflows. This resource has to meet the following requirements:
63
65
@@ -254,15 +256,15 @@ The **EDIFACT** managed connector action named **Decode EDIFACT message** action
254
256
255
257
* Split Interchange as transaction sets - suspend interchange on error.
256
258
257
-
The decoding action splits the interchange into transaction sets and parses each transaction set. If one or more transaction sets in the interchange fail validation, the action outputs all the transaction sets in that interchange to `badMessages`.
259
+
The decoding action splits the interchange into transaction sets and parses each transaction set. If one or more transaction sets in the interchange fail validation, the action outputs the transaction sets in that interchange to `badMessages`.
258
260
259
261
* Preserve Interchange - suspend transaction sets on error.
260
262
261
263
The decoding action preserves the interchange and processes the entire batched interchange. The action outputs only those transaction sets that fail validation to `badMessages`, and outputs the remaining transactions sets to `goodMessages`.
262
264
263
265
* Preserve Interchange - suspend interchange on error.
264
266
265
-
The decoding action preserves the interchange and processes the entire batched interchange. If one or more transaction sets in the interchange fail validation, the action outputs all the transaction sets in that interchange to `badMessages`.
267
+
The decoding action preserves the interchange and processes the entire batched interchange. If one or more transaction sets in the interchange fail validation, the action outputs the transaction sets in that interchange to `badMessages`.
266
268
267
269
* Generate a technical acknowledgment, functional acknowledgment, or both, if configured.
268
270
@@ -380,6 +382,6 @@ To handle an EDIFACT document or process an EDIFACT message that has a UN2.5 seg
380
382
381
383

Copy file name to clipboardExpand all lines: articles/logic-apps/move-logic-app-resources.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,11 +1,13 @@
1
1
---
2
-
title: Move logic apps across subscriptions, resource groups, or regions
2
+
title: Move Logic Apps to Other Subscriptions, Resource Groups, or Regions
3
3
description: Migrate logic apps or integration accounts to other Azure subscriptions, resource groups, or locations (regions).
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: 02/19/2025
8
+
ms.update-cycle: 365-days
9
+
ms.date: 03/11/2026
10
+
# Customer intent: As a developer who works with Azure Logic Apps, I want to move or migrate my logic app resources to other Azure resource groups, subscriptions, or regions.
9
11
---
10
12
11
13
# Move logic app resources to other Azure resource groups, regions, or subscriptions
@@ -78,7 +80,7 @@ When you want to move a logic app to a different region, your options depend on
78
80
79
81
* If you created and deployed your logic app by using continuous integration (CI) and continuous delivery (CD) tools, such as Azure Pipelines in Azure DevOps, you can deploy your app to another region by using those tools.
80
82
81
-
For more information about deployment templates for logic apps, see these topics:
83
+
For more information about deployment templates for logic apps, see these articles:
82
84
83
85
*[Overview: Automate deployment for Azure Logic Apps by using Azure Resource Manager templates](../logic-apps/logic-apps-azure-resource-manager-templates-overview.md)
84
86
*[Find, open, and download your logic app from the Azure portal into Visual Studio](../logic-apps/manage-logic-apps-with-visual-studio.md)
@@ -99,7 +101,7 @@ The template that you get from Visual Studio includes only the resource definiti
99
101
100
102
1. In the [Azure portal](https://portal.azure.com), find and open your integration account.
101
103
102
-
1. On your integration account's menu, under **Settings**, select **Export template**.
104
+
1. On the integration account sidebar, under **Settings**, select **Export template**.
103
105
104
106
1. On the toolbar, select **Download**, and save the template.
This quickstart shows how to create and manage automated workflows that run in Azure Logic Apps by using the [Azure CLI Logic Apps extension](/cli/azure/logic) (`az logic`). From the command line, you can create a [Consumption logic app](logic-apps-overview.md#resource-environment-differences) in multitenant Azure Logic Apps by using the JSON file for a logic app workflow definition. You can then manage your logic app by running operations such as `list`, `show` (`get`), `update`, and `delete` from the command line.
17
18
@@ -26,7 +27,7 @@ If you're new to Azure Logic Apps, learn how to create your first Consumption lo
26
27
27
28
## Prerequisites
28
29
29
-
* An Azure account with an active subscription. If you don't have an Azure subscription, [create a free account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
30
+
* An Azure account and subscription. [Get a free account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
30
31
31
32
* The [Azure CLI](/cli/azure/install-azure-cli) installed on your local computer.
32
33
@@ -95,7 +96,7 @@ Your command must include the following [required parameters](/cli/azure/logic/w
95
96
| Resource group name |`--resource-group -g`| The [Azure resource group](../azure-resource-manager/management/overview.md) in which you want to create your logic app. [Create a resource group](#example---create-resource-group) before you begin if you don't already have one for your logic app. |
96
97
||||
97
98
98
-
You can also include additional[optional parameters](/cli/azure/logic/workflow#az-logic-workflow-create-optional-parameters) to configure your logic app's access controls, endpoints, integration account, state, and resource tags.
99
+
You can also include more[optional parameters](/cli/azure/logic/workflow#az-logic-workflow-create-optional-parameters) to configure your logic app's access controls, endpoints, integration account, state, and resource tags.
99
100
100
101
### Example - Create logic app
101
102
@@ -184,7 +185,7 @@ Deleting a logic app affects workflow instances in the following ways:
184
185
185
186
* Azure Logic Apps doesn't create or run new workflow instances.
186
187
187
-
* If you delete a workflow and then recreate the same workflow, the recreated workflow won't have the same metadata as the deleted workflow. You have to resave any workflow that called the deleted workflow. That way, the caller gets the correct information for the recreated workflow. Otherwise, calls to the recreated workflow fail with an `Unauthorized` error. This behavior also applies to workflows that use artifacts in integration accounts and workflows that call Azure functions.
188
+
* If you delete a workflow and then recreate the same workflow, the recreated workflow doesn't have the same metadata as the deleted workflow. You have to resave any workflow that called the deleted workflow. That way, the caller gets the correct information for the recreated workflow. Otherwise, calls to the recreated workflow fail with an `Unauthorized` error. This behavior also applies to workflows that use artifacts in integration accounts and workflows that call Azure functions.
188
189
189
190
## Show logic apps in CLI
190
191
@@ -270,7 +271,7 @@ You can use the following optional global Azure CLI parameters with your `az log
270
271
271
272
For more information on the Azure CLI, see the [Azure CLI documentation](/cli/azure/).
272
273
273
-
You can find additional Azure Logic Apps CLI script samples in [Microsoft's code samples browser](/samples/browse/?products=azure-logic-apps).
274
+
You can find more Azure Logic Apps CLI script samples in [Microsoft's code samples browser](/samples/browse/?products=azure-logic-apps).
274
275
275
276
Next, you can create an example app logic through the Azure CLI using a sample script and workflow definition.
0 commit comments