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
# 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.
11
12
---
12
13
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
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.
18
19
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.
20
21
21
-
For more information, review the following documentation:
22
+
For more information, see:
22
23
23
24
-[Secure traffic between Standard logic apps and Azure virtual networks using private endpoints](secure-single-tenant-workflow-virtual-network-private-endpoint.md)
24
25
-[Use private endpoints for Azure Storage](../storage/common/storage-private-endpoints.md)
Copy file name to clipboardExpand all lines: articles/logic-apps/logic-apps-enterprise-integration-overview.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,24 +1,26 @@
1
1
---
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.
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: 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.
11
13
---
12
14
13
-
# B2B enterprise integration workflows with Azure Logic Apps and Enterprise Integration Pack
15
+
# B2B enterprise integration workflows with Azure Logic Apps
14
16
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).
16
18
17
19
## What is the Enterprise Integration Pack?
18
20
19
21
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.
20
22
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:
22
24
23
25
* Electronic Data Interchange (EDI)
24
26
* Enterprise Application Integration (EAI)
@@ -27,13 +29,13 @@ Although organizations use different protocols and formats for B2B communication
27
29
28
30
## What do I need to get started?
29
31
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).
31
33
32
34
* An [integration account](logic-apps-enterprise-integration-create-integration-account.md) to store the B2B artifacts that you define and want to use.
33
35
34
36
* 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.
35
37
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.
37
39
38
40
> [!NOTE]
39
41
> 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
74
76
75
77
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.
Copy file name to clipboardExpand all lines: articles/logic-apps/view-workflow-status-run-history.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,14 @@
1
1
---
2
-
title: Check workflow status, view run history, and set up alerts
3
-
description: Check your workflow status, view workflow run history, and enable alerts in Azure Logic Apps.
2
+
title: View Workflow Status and Run History
3
+
description: Check workflow status and run history or create alerts in Azure Logic Apps.
4
4
services: logic-apps
5
5
ms.suite: integration
6
6
ms.reviewers: estfan, azla
7
7
ms.topic: how-to
8
+
ms.update-cycle: 365-days
8
9
ms.date: 03/02/2026
9
10
ms.custom: sfi-image-nochange
11
+
# Customer intent: As an integration developer who works with Azure Logic Apps, I want to view the status and run history for my workflows and create alerts for events.
10
12
---
11
13
12
14
# Check workflow status, view run history, and set up alerts in Azure Logic Apps
0 commit comments