Skip to content

Commit baea116

Browse files
authored
Merge pull request #312977 from ecfan/freshness
[Azure Logic Apps] Updates for freshness
2 parents eac52e6 + dc4c89f commit baea116

10 files changed

Lines changed: 84 additions & 73 deletions

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

articles/connectors/connectors-native-http-swagger.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
---
2-
title: Call REST API endpoints from workflows
3-
description: Call REST API endpoints from workflows in Azure Logic Apps.
2+
title: Call REST API Endpoints from Workflows
3+
description: Call the endpoint URL for a REST API 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: 12/13/2024
8+
ms.update-cycle: 365-days
9+
ms.date: 03/10/2026
10+
# Customer intent: As an integration developer who works with Azure Logic Apps, I want to call a REST endpoint from my workflow.
911
---
1012

11-
# Call REST API endpoints from workflows in Azure Logic Apps
13+
# Call endpoints for REST APIs from workflows in Azure Logic Apps
1214

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

@@ -20,7 +22,7 @@ The **HTTP + Swagger** built-in operations currently support only OpenAPI 2.0, n
2022

2123
## Prerequisites
2224

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

2527
* The URL for the Swagger file that describes the target REST API endpoint that you want to call
2628

articles/logic-apps/deploy-single-tenant-logic-apps-private-storage-account.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,25 @@
11
---
2-
title: Deploy Standard logic apps to private storage accounts
2+
title: Deploy Standard Workflows to Private Storage
33
description: Deploy Standard logic app workflows to Azure storage accounts that use private endpoints and deny public access.
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.update-cycle: 365-days
9+
ms.date: 03/10/2026
810
ms.custom: engagement-fy23, devx-track-arm-template
9-
ms.date: 02/24/2025
10-
# Customer intent: As a developer, I want to deploy Standard logic apps to Azure storage accounts that use private endpoints.
11+
# Customer intent: As an integration developer who works with Azure Logic Apps, I want to deploy Standard logic apps to Azure storage accounts that use private endpoints and deny public access.
1112
---
1213

13-
# Deploy single-tenant Standard logic apps to private storage accounts using private endpoints
14+
# Deploy Standard logic apps to Azure storage that use private endpoints
1415

1516
[!INCLUDE [logic-apps-sku-standard](../../includes/logic-apps-sku-standard.md)]
1617

1718
When you create a single-tenant Standard logic app resource, you're required to have a storage account for storing logic app artifacts. You can restrict access to this storage account so that only the resources inside a virtual network can connect to your logic app workflow. Azure Storage supports adding private endpoints to your storage account.
1819

19-
This article describes the steps to follow for deploying such logic apps to protected private storage accounts.
20+
This guide shows how to deploy Standard logic apps to Azure storage accounts protected by private endpoints.
2021

21-
For more information, review the following documentation:
22+
For more information, see:
2223

2324
- [Secure traffic between Standard logic apps and Azure virtual networks using private endpoints](secure-single-tenant-workflow-virtual-network-private-endpoint.md)
2425
- [Use private endpoints for Azure Storage](../storage/common/storage-private-endpoints.md)
@@ -63,9 +64,9 @@ This deployment method requires temporary public access to your storage account.
6364

6465
1. On the logic app resource menu, under **Settings**, select **Environment variables**.
6566

66-
1. On the **App settings** tab, add the **WEBSITE_CONTENTOVERVNET** app setting, if none exist, and set the value to **1**.
67+
1. On the **App settings** tab, add the **WEBSITE_CONTENTOVERVNET** app setting, if none exists, and set the value to **1**.
6768

68-
1. If you use your own domain name server (DNS) with your virtual network, add the **WEBSITE_DNS_SERVER** app setting, if none exist, and set the value to the IP address for your DNS. If you have a secondary DNS, add another app setting named **WEBSITE_DNS_ALT_SERVER**, and set the value to the IP for your secondary DNS.
69+
1. If you use your own domain name server (DNS) with your virtual network, add the **WEBSITE_DNS_SERVER** app setting, if none exists, and set the value to the IP address for your DNS. If you have a secondary DNS, add another app setting named **WEBSITE_DNS_ALT_SERVER**, and set the value to the IP for your secondary DNS.
6970

7071
1. After you apply these app settings, you can remove public access from your storage account.
7172

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

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,26 @@
11
---
2-
title: B2B enterprise integration workflows
3-
description: Learn about building automated B2B workflows for enterprise integration by using Azure Logic Apps and Enterprise Integration Pack.
2+
title: B2B Enterprise Integration Workflows
3+
description: Learn about automated B2B workflows for enterprise integration 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: overview
10-
ms.date: 02/19/2025
10+
ms.update-cycle: 365-days
11+
ms.date: 03/10/2026
12+
# Customer intent: As a B2B enterprise integration developer, I want to learn about building B2B workflows in Azure Logic Apps.
1113
---
1214

13-
# B2B enterprise integration workflows with Azure Logic Apps and Enterprise Integration Pack
15+
# B2B enterprise integration workflows with Azure Logic Apps
1416

15-
For business-to-business (B2B) solutions and seamless communication between organizations, you can build automated, scalable, enterprise integration workflows by using Azure Logic Apps with the Enterprise Integration Pack (EIP).
17+
For business-to-business (B2B) solutions and seamless communication between organizations, you can build automated, scalable, enterprise integration workflows by using Azure Logic Apps, which includes the Enterprise Integration Pack (EIP).
1618

1719
## What is the Enterprise Integration Pack?
1820

1921
If you're familiar with Microsoft BizTalk Server, the EIP follows similar concepts and makes B2B capabilities easy to use. However, one major difference is that the EIP is architecturally based on *integration accounts*. These accounts are cloud-based containers in Azure that simplify how you store, manage, and use B2B artifacts for B2B communication, including trading partners, agreements, maps, schemas, certificates, and so on.
2022

21-
With these artifacts, you can build B2B workflows and integration solutions that include cloud services, such as Azure, Microsoft, and other software-as-service (SaaS) apps, on-premises systems, and custom apps by using Azure Logic Apps and choosing from [hundreds of connectors](/connectors/connector-reference/connector-reference-logicapps-connectors). For example, you can create and run custom code from your workflows using the built-in and Azure Functions connectors. You can also use [enterprise integration connectors](../connectors/managed.md#enterprise-connectors) that support the following industry standards:
23+
With these artifacts, you can build B2B workflows and integration solutions that include cloud services, such as Azure, Microsoft, and other software-as-service (SaaS) apps, on-premises systems, and custom apps by using Azure Logic Apps and choosing from [1,400+ connectors](/connectors/connector-reference/connector-reference-logicapps-connectors). For example, you can create and run custom code from your workflows using the built-in and Azure Functions connectors. You can also use [enterprise integration connectors](../connectors/managed.md#enterprise-connectors) that support the following industry standards:
2224

2325
* Electronic Data Interchange (EDI)
2426
* Enterprise Application Integration (EAI)
@@ -27,13 +29,13 @@ Although organizations use different protocols and formats for B2B communication
2729

2830
## What do I need to get started?
2931

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

3234
* An [integration account](logic-apps-enterprise-integration-create-integration-account.md) to store the B2B artifacts that you define and want to use.
3335

3436
* B2B artifacts, such as [trading partners](logic-apps-enterprise-integration-partners.md), [agreements](logic-apps-enterprise-integration-agreements.md), [maps](logic-apps-enterprise-integration-maps.md), [schemas](logic-apps-enterprise-integration-schemas.md), [certificates](logic-apps-enterprise-integration-certificates.md), and so on.
3537

36-
* To create maps and schemas, you can use Visual Studio 2019 and the [Microsoft Azure Logic Apps Enterprise Integration Tools Extension](https://aka.ms/vsenterpriseintegrationtools). The extension is currently unavailable for Visual Studio 2022.
38+
* To create maps and schemas, you can use Visual Studio 2019 and the [Microsoft Azure Logic Apps Enterprise Integration Tools Extension](https://aka.ms/vsenterpriseintegrationtools). The extension is currently unavailable for Visual Studio 2022 and later.
3739

3840
> [!NOTE]
3941
> Don't install this extension alongside the BizTalk Server extension. Having both extensions might
@@ -74,7 +76,7 @@ The following diagram shows the high-level steps to start building B2B logic app
7476

7577
To try this [sample](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.logic/logic-app-as2-send-receive), which deploys logic apps that send and receive AS2 messages through Azure, select **Deploy to Azure**. Before you run the sample, make sure that you manually update **FabrikamSales-AS2Send** logic app workflow so that the **HTTP** action's **URI** property uses the URI that's dynamically generated for the **Request** trigger in the **Contoso-AS2Receive** logic app.
7678

77-
## Next steps
79+
## Related content
7880

7981
* [Create trading partners](logic-apps-enterprise-integration-partners.md)
8082
* [Create agreements](logic-apps-enterprise-integration-agreements.md)
5.58 KB
Loading
1.45 KB
Loading
-1.76 KB
Loading

0 commit comments

Comments
 (0)