Skip to content

Commit 7b157d9

Browse files
authored
Merge pull request #313051 from ecfan/freshness
[Azure Logic Apps] Update dates and metadata
2 parents c18bc3c + 43c91c9 commit 7b157d9

6 files changed

Lines changed: 73 additions & 65 deletions
Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,46 @@
11
---
2-
title: Connect to SMTP from Azure Logic Apps
3-
description: Automate tasks and workflows that send email through your SMTP (Simple Mail Transfer Protocol) account using Azure Logic Apps.
2+
title: Connect to SMTP from Workflows
3+
description: Connect to SMTP (Simple Mail Transfer Protocol) accounts from integration 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: 02/19/2025
8+
ms.update-cycle: 1095-days
9+
ms.date: 03/11/2026
10+
# Customer intent: As an integration developer who works with Azure Logic Apps, I want to connect my logic app workflows to
911
---
1012

11-
# Connect to your SMTP account from Azure Logic Apps
13+
# Connect to your SMTP account from workflows in Azure Logic Apps
1214

13-
[!INCLUDE [logic-apps-sku-consumption](~/reusable-content/ce-skilling/azure/includes/logic-apps-sku-consumption.md)]
15+
[!INCLUDE [logic-apps-sku-consumption](../logic-apps/includes/logic-apps-sku-consumption.md)]
1416

1517
With Azure Logic Apps and the Simple Mail Transfer Protocol (SMTP) connector,
1618
you can create automated tasks and workflows that send email from your SMTP account.
1719
You can also have other actions use the output from SMTP actions. For example,
18-
after your SMTP sends an email, you can notify your team in Slack with the Slack connector.
19-
If you're new to logic apps, review [What is Azure Logic Apps?](../logic-apps/logic-apps-overview.md)
20+
after your SMTP sends an email, you can notify your team in Slack with the Slack connector.
2021

2122
## Prerequisites
2223

23-
* An Azure account and subscription. If you don't have an Azure subscription,
24-
[sign up for a free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
24+
* An Azure account and subscription. [Get a free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
2525

2626
* Your SMTP account and user credentials
2727

28-
Your credentials authorize your logic app to create
28+
Your credentials authorize your logic app workflow to create
2929
a connection and access your SMTP account.
3030

31-
* Basic knowledge about how to create logic apps
31+
* Basic knowledge about how to create logic app workflows
3232

3333
* The logic app where you want to access your SMTP account.
34-
To use an SMTP action, start your logic app with a trigger,
34+
To use an SMTP action, start your logic app workflow with any trigger,
3535
such as a Salesforce trigger, if you have a Salesforce account.
3636

37-
For example, you can start your logic app with the
37+
For example, you can start your logic app workflow with the
3838
**When a record is created** Salesforce trigger.
3939
This trigger fires each time that a new record,
4040
such as a lead, is created in Salesforce.
4141
You can then follow this trigger with the SMTP
4242
**Send Email** action. That way, when the new
43-
record is created, your logic app sends an email
43+
record is created, your logic app workflow sends an email
4444
from your SMTP account about the new record.
4545

4646
## Connector reference
@@ -51,8 +51,7 @@ For more technical details about this connector, such as triggers, actions, and
5151

5252
[!INCLUDE [Create connection general intro](../../includes/connectors-create-connection-general-intro.md)]
5353

54-
1. Sign in to the [Azure portal](https://portal.azure.com),
55-
and open your logic app resource and workflow in the designer, if not open already.
54+
1. In the [Azure portal](https://portal.azure.com), open your logic app resource and workflow in the designer.
5655

5756
1. [Follow these general steps to add the **SMTP** action that you want](/azure/logic-apps/create-workflow-with-trigger-or-action#add-action).
5857

@@ -71,8 +70,8 @@ and open your logic app resource and workflow in the designer, if not open alrea
7170

7271
1. Save your logic app or continue building your logic app's workflow.
7372

74-
## Next steps
73+
## Related content
7574

76-
* [Managed connectors for Azure Logic Apps](/connectors/connector-reference/connector-reference-logicapps-connectors)
77-
* [Built-in connectors for Azure Logic Apps](built-in.md)
78-
* [What are connectors in Azure Logic Apps](introduction.md)
75+
- [Managed connectors for Azure Logic Apps](/connectors/connector-reference/connector-reference-logicapps-connectors)
76+
- [Built-in connectors for Azure Logic Apps](built-in.md)
77+
- [What are connectors in Azure Logic Apps](introduction.md)

articles/logic-apps/export-standard-logic-app-to-visual-studio-code.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
---
2-
title: Export Standard logic apps to Visual Studio Code
3-
description: Download your Standard logic app and workflows from the Azure portal into Visual Studio Code.
2+
title: Export Standard Workflows to Visual Studio Code
3+
description: Download and export Standard logic app workflows from the Azure portal to Visual Studio Code.
44
ms.suite: integration
55
services: logic-apps
66
author: wsilveiranz
77
ms.author: wsilveira
8-
ms.reviewer: estfan, azla
8+
ms.reviewers: estfan, azla
99
ms.topic: how-to
10-
ms.date: 02/20/2025
11-
# As an Azure Logic Apps developer, I want to export my Standard logic app and workflows from the Azure portal into Visual Studio Code.
10+
ms.update-cycle: 365-days
11+
ms.date: 03/11/2026
12+
# As an Azure Logic Apps developer, I want to export my Standard logic app and workflows from the Azure portal to Visual Studio Code.
1213
---
1314

1415
# Export Standard logic apps from Azure portal to Visual Studio Code
1516

16-
[!INCLUDE [logic-apps-sku-standard](../../includes/logic-apps-sku-standard.md)]
17+
[!INCLUDE [logic-apps-sku-standard](includes/logic-apps-sku-standard.md)]
1718

1819
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:
1920

@@ -61,7 +62,7 @@ This guide shows how to download your Standard logic app as a zip file package f
6162

6263
1. In the Azure window, on the **Workspace** toolbar, open the **Azure Logic Apps** menu, and select **Create new logic app workspace from package...**.
6364

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.":::
6566

6667
The **Create New Logic App Workspace from Package** prompt window opens so you can select the zip file package that you want to import.
6768

@@ -71,7 +72,9 @@ This guide shows how to download your Standard logic app as a zip file package f
7172

7273
You're now prompted to select the folder where you want to create your workspace.
7374

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.
7578

7679
1. Enter a name to use for your workspace.
7780

@@ -107,6 +110,6 @@ If you have connections that use a managed identity, make sure that you update t
107110

108111
## Related content
109112

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:
111114

112115
- [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)

articles/logic-apps/logic-apps-enterprise-integration-edifact.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
---
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.
44
services: logic-apps
55
ms.suite: integration
66
author: divyaswarnkar
77
ms.author: divswa
8-
ms.reviewer: estfan, azla
8+
ms.reviewers: estfan, azla
99
ms.topic: how-to
10-
ms.date: 02/10/2025
10+
ms.update-cycle: 1095-days
11+
ms.date: 03/11/2026
1112
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.
1214
---
1315

14-
# Exchange EDIFACT messages using workflows in Azure Logic Apps
16+
# Exchange EDIFACT messages for B2B workflows in Azure Logic Apps
1517

1618
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.
1719

@@ -57,7 +59,7 @@ The **EDIFACT** built-in connector has the following actions, which are similar
5759

5860
## Prerequisites
5961

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).
6163

6264
* 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:
6365

@@ -254,15 +256,15 @@ The **EDIFACT** managed connector action named **Decode EDIFACT message** action
254256

255257
* Split Interchange as transaction sets - suspend interchange on error.
256258

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`.
258260

259261
* Preserve Interchange - suspend transaction sets on error.
260262

261263
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`.
262264

263265
* Preserve Interchange - suspend interchange on error.
264266

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`.
266268

267269
* Generate a technical acknowledgment, functional acknowledgment, or both, if configured.
268270

@@ -380,6 +382,6 @@ To handle an EDIFACT document or process an EDIFACT message that has a UN2.5 seg
380382

381383
![Screenshot showing the Azure portal with an EDIFACT agreement's "sendAgreement" section in the JSON editor, and the "schemaReferences" section is highlighted.](./media/logic-apps-enterprise-integration-edifact/agreement-send-schema-references.png)
382384

383-
## Next steps
385+
## Related content
384386

385-
* [EDIFACT message settings](logic-apps-enterprise-integration-edifact-message-settings.md)
387+
- [EDIFACT message settings](logic-apps-enterprise-integration-edifact-message-settings.md)

articles/logic-apps/move-logic-app-resources.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
---
2-
title: Move logic apps across subscriptions, resource groups, or regions
2+
title: Move Logic Apps to Other Subscriptions, Resource Groups, or Regions
33
description: Migrate logic apps or integration accounts to other Azure subscriptions, resource groups, or locations (regions).
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: 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.
911
---
1012

1113
# 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
7880

7981
* 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.
8082

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:
8284

8385
* [Overview: Automate deployment for Azure Logic Apps by using Azure Resource Manager templates](../logic-apps/logic-apps-azure-resource-manager-templates-overview.md)
8486
* [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
99101

100102
1. In the [Azure portal](https://portal.azure.com), find and open your integration account.
101103

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**.
103105

104106
1. On the toolbar, select **Download**, and save the template.
105107

articles/logic-apps/quickstart-logic-apps-azure-cli.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@ title: Quickstart - Create and manage workflows with Azure CLI
33
description: Use the Azure CLI to create and manage logic app 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: quickstart
8+
ms.update-cycle: 1095-days
9+
ms.date: 03/11/2026
810
ms.custom: mvc, devx-track-azurecli, mode-api
9-
ms.date: 02/20/2025
1011
---
1112

1213
# Quickstart: Create and manage workflows with Azure CLI in Azure Logic Apps
1314

14-
[!INCLUDE [logic-apps-sku-consumption](~/reusable-content/ce-skilling/azure/includes/logic-apps-sku-consumption.md)]
15+
[!INCLUDE [logic-apps-sku-consumption](includes/logic-apps-sku-consumption.md)]
1516

1617
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.
1718

@@ -26,7 +27,7 @@ If you're new to Azure Logic Apps, learn how to create your first Consumption lo
2627

2728
## Prerequisites
2829

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).
3031

3132
* The [Azure CLI](/cli/azure/install-azure-cli) installed on your local computer.
3233

@@ -95,7 +96,7 @@ Your command must include the following [required parameters](/cli/azure/logic/w
9596
| 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. |
9697
||||
9798

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.
99100

100101
### Example - Create logic app
101102

@@ -184,7 +185,7 @@ Deleting a logic app affects workflow instances in the following ways:
184185

185186
* Azure Logic Apps doesn't create or run new workflow instances.
186187

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.
188189

189190
## Show logic apps in CLI
190191

@@ -270,7 +271,7 @@ You can use the following optional global Azure CLI parameters with your `az log
270271

271272
For more information on the Azure CLI, see the [Azure CLI documentation](/cli/azure/).
272273

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).
274275

275276
Next, you can create an example app logic through the Azure CLI using a sample script and workflow definition.
276277

0 commit comments

Comments
 (0)