Skip to content

Commit 40c6ac8

Browse files
committed
Fix formatting and metadata
1 parent 71a2082 commit 40c6ac8

File tree

2 files changed

+260
-93
lines changed

2 files changed

+260
-93
lines changed

articles/logic-apps/logic-apps-architectures-enterprise-integration-with-queues-events.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Enterprise integration architecture pattern - Azure Integration Services
3-
description: This architecture reference shows how you can implement an enterprise integration pattern by using Logic Apps, API Management, Service Bus, and Event Grid.
3+
description: This architecture reference shows how you can implement an enterprise integration pattern with Azure Logic Apps, Azure API Management, Azure Service Bus, and Azure Event Grid
44
services: logic-apps
55
ms.service: logic-apps
66
ms.suite: integration
@@ -96,20 +96,20 @@ In the portal, developers, who are either
9696
internal to your organization, external, or both,
9797
can integrate calls to these APIs into applications.
9898

99-
* Composite APIs are built by using logic apps and by
100-
orchestrating calls to software as a service (SaaS) systems,
99+
* Composite APIs are built by using logic apps,
100+
which orchestrate calls to software as a service (SaaS) systems,
101101
Azure services, and any APIs that are published to API Management.
102102
Logic apps are also [published through the API Management Developer portal](../api-management/import-logic-app-as-api.md).
103103

104104
* Applications use Azure AD for
105105
[acquiring an OAuth 2.0 security token](../api-management/api-management-howto-protect-backend-with-aad.md)
106106
that's required to gain access to an API.
107107

108-
* API Management [validates the security token](../api-management/api-management-howto-protect-backend-with-aad.md)
108+
* Azure API Management [validates the security token](../api-management/api-management-howto-protect-backend-with-aad.md)
109109
and then passes the request to the back-end API or logic app.
110110

111-
* Service Bus queues are used for [decoupling](../service-bus-messaging/service-bus-messaging-overview.md)
112-
application activity and for [smoothing spikes in load](../architecture/patterns/queue-based-load-leveling.md).
111+
* Azure Service Bus queues are used for [decoupling](../service-bus-messaging/service-bus-messaging-overview.md)
112+
application activity and for [smoothing spikes in load](https://docs.microsoft.com/azure/architecture/patterns/queue-based-load-leveling).
113113
Messages are added to queues by logic apps, third-party apps,
114114
or (not shown) by publishing the queue as an HTTP API through API Management.
115115

@@ -178,8 +178,8 @@ For more information about scaling Service Bus, see
178178

179179
* For Basic, Standard, and Premium tiers, the service level
180180
agreement (SLA) for Azure API Management is currently 99.9%.
181-
The SLA for premium tier configurations that have a deployment
182-
with at least one unit in two or more regions is 99.95%.
181+
For premium tier configurations with a deployment that has
182+
least one unit in two or more regions, the SLA is 99.95%.
183183

184184
* The SLA for Azure Logic Apps is currently 99.9%.
185185

@@ -200,8 +200,8 @@ consider these factors:
200200

201201
* **Lifecycle**: In general, put resources that have the same lifecycle in the same resource group.
202202

203-
* **Access**: You can use [role-based access control (RBAC)](../role-based-access-control/overview.md)
204-
to apply access policies to the resources in a group.
203+
* **Access**: To apply access policies to the resources in a group,
204+
you can use [role-based access control (RBAC)](../role-based-access-control/overview.md).
205205

206206
* **Billing**: You can view rollup costs for the resource group.
207207

0 commit comments

Comments
 (0)