Skip to content

Commit fee7c96

Browse files
authored
More cleanup
1 parent 13ad023 commit fee7c96

File tree

1 file changed

+18
-29
lines changed

1 file changed

+18
-29
lines changed

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

Lines changed: 18 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -14,58 +14,47 @@ ms.date: 08/01/2019
1414

1515
# Enterprise integration solutions with Azure Logic Apps and Enterprise Integration Pack
1616

17-
For business-to-business (B2B) workflows and seamless communication with Azure Logic Apps, you can enable enterprise integration scenarios with Microsoft's cloud-based solution, the Enterprise Integration Pack. Organizations can exchange messages electronically, even if they use different protocols and formats. The pack transforms different formats into a format that organizations' systems can interpret and process. Organizations can exchange messages through industry-standard protocols, including [AS2](../logic-apps/logic-apps-enterprise-integration-as2.md), [X12](logic-apps-enterprise-integration-x12.md), and [EDIFACT](../logic-apps/logic-apps-enterprise-integration-edifact.md). You can also secure messages with both encryption and digital signatures.
17+
For business-to-business (B2B) solutions and seamless communication between organizations, you can build automated scalable enterprise integration workflows by using the Enterprise Integration Pack (EIP) with [Azure Logic Apps](../logic-apps/logic-apps-overview.md). Although organizations use different protocols and formats, they can exchange messages electronically. The EIP transforms different formats into a format that your organizations' systems can process and supports industry-standard protocols, including [AS2](../logic-apps/logic-apps-enterprise-integration-as2.md), [X12](logic-apps-enterprise-integration-x12.md), and [EDIFACT](../logic-apps/logic-apps-enterprise-integration-edifact.md). You can also secure messages with both encryption and digital signatures. The EIP supports these [enterprise integration connectors](../connectors/apis-list.md#integration-account-connectors) and these industry standards:
1818

19-
If you are familiar with BizTalk Server or Microsoft Azure BizTalk Services,
20-
the Enterprise Integration features are easy to use because most concepts are similar. One major difference is that Enterprise Integration uses integration accounts to simplify the storage and management of artifacts used in B2B communications.
19+
* Electronic Data Interchange (EDI)
20+
* Enterprise Application Integration (EAI)
2121

22-
Architecturally, the Enterprise Integration Pack is based on "integration accounts". These accounts are cloud-based containers that store all your artifacts, like schemas, partners, certificates, maps, and agreements. You can use these artifacts to design, deploy, and maintain your B2B apps and also to build B2B workflows for logic apps. But before you can use these artifacts, you must first link your integration account to your logic app. After that, your logic app can access your integration account's artifacts.
22+
If you're familiar with Microsoft BizTalk Server or Azure BizTalk Services, the EIP follows similar concepts, making the features easty to use. However, one major difference is that the EIP is architecturally based on "integration accounts" to simplify the storage and management of artifacts used in B2B communications. These accounts are cloud-based containers that store all your artifacts, such as partners, agreements, schemas, maps, and certificates.
2323

24-
## Why should you use enterprise integration?
24+
## Why use the Enterprise Integration Pack?
2525

26-
* With enterprise integration, you can store all your artifacts in one place - your integration account.
26+
* With the EIP, you can store all your artifacts in one place - your integration account.
2727

2828
* You can build B2B workflows and integrate with third-party software-as-service (SaaS) apps, on-premises apps, and custom apps
29-
by using the Azure Logic Apps engine and all its connectors.
29+
by using Azure Logic Apps and connectors.
3030

3131
* You can create custom code for your logic apps with Azure functions.
3232

33-
## How to get started with enterprise integration?
33+
## How do I get started?
3434

35-
You can build and manage B2B apps with the
36-
Enterprise Integration Pack by using the Logic App Designer
37-
in the Azure portal. You can also manage your logic apps with Visual Studio and [PowerShell](https://docs.microsoft.com/powershell/module/az.logicapp).
35+
Before you can start building B2B logic app workflows with the EIP, you need these items:
3836

39-
Here are the high-level steps you must take before you can create apps in the Azure portal:
40-
41-
![overview image](media/logic-apps-enterprise-integration-overview/overview-0.png)
42-
43-
## What are some common scenarios?
37+
* An Azure subscription. If you don't have an Azure subscription, [sign up for a free Azure account](https://azure.microsoft.com/free/).
4438

45-
Enterprise Integration supports these industry standards:
39+
* An [integration account](../logic-apps/logic-apps-enterprise-integration-create-integration-account.md) with the artifacts that you want to use
4640

47-
* EDI - Electronic Data Interchange
48-
* EAI - Enterprise Application Integration
41+
* To create maps and schemas, you can use the [Microsoft Azure Logic Apps Enterprise Integration Tools for Visual Studio 2015 2.0](https://aka.ms/vsmapsandschemas) and Visual Studio 2015.
4942

50-
## Get started
43+
After you create an integration account and add your artifacts, you can get started with building B2B logic app workflows that interact with these artifacts by creating a logic app in the Azure portal. To use these artifacts, make sure that you first link your integration account to your logic app. After that, your logic app can access your integration account's artifacts. You can also create, manage, and deploy logic apps by using Visual Studio or [PowerShell](https://docs.microsoft.com/powershell/module/az.logicapp).
5144

52-
* An Azure subscription. If you don't have an Azure subscription, [sign up for a free Azure account](https://azure.microsoft.com/free/).
53-
* An [integration account](../logic-apps/logic-apps-enterprise-integration-create-integration-account.md)
45+
Here are the high-level steps that you must complete before you can create logic apps:
5446

55-
To create maps and schemas, you can use the [Microsoft Azure Logic Apps Enterprise Integration Tools for Visual Studio 2015 2.0](https://aka.ms/vsmapsandschemas) and Visual Studio 2015.
47+
![Prerequisites for creating B2B logic apps](./media/logic-apps-enterprise-integration-overview/overview-0.png)
5648

57-
## Try it now
49+
## Try now
5850

5951
[Deploy a fully operational sample AS2 send & receive logic app](https://github.com/Azure/azure-quickstart-templates/tree/master/201-logic-app-as2-send-receive) that uses the B2B features for Azure Logic Apps.
6052

61-
## Learn more
62-
63-
* [Enterprise integration connectors](../connectors/apis-list.md#integration-account-connectors)
64-
6553
## Next steps
6654

6755
* [Create trading partners](logic-apps-enterprise-integration-partners.md)
6856
* [Create agreements](../logic-apps/logic-apps-enterprise-integration-agreements.md)
6957
* [Add schemas](logic-apps-enterprise-integration-schemas.md)
7058
* [Add maps](../logic-apps/logic-apps-enterprise-integration-maps.md)
71-
* [Add certificates](logic-apps-enterprise-integration-certificates.md)
59+
* [Add certificates](../logic-apps/logic-apps-enterprise-integration-certificates.md)
60+
* [Migrate from BizTalk Services](../logic-apps/logic-apps-move-from-mabs.md)

0 commit comments

Comments
 (0)