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
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
4
4
services: logic-apps
5
5
ms.service: logic-apps
6
6
ms.suite: integration
@@ -96,20 +96,20 @@ In the portal, developers, who are either
96
96
internal to your organization, external, or both,
97
97
can integrate calls to these APIs into applications.
98
98
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,
101
101
Azure services, and any APIs that are published to API Management.
102
102
Logic apps are also [published through the API Management Developer portal](../api-management/import-logic-app-as-api.md).
103
103
104
104
* Applications use Azure AD for
105
105
[acquiring an OAuth 2.0 security token](../api-management/api-management-howto-protect-backend-with-aad.md)
106
106
that's required to gain access to an API.
107
107
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)
109
109
and then passes the request to the back-end API or logic app.
110
110
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).
113
113
Messages are added to queues by logic apps, third-party apps,
114
114
or (not shown) by publishing the queue as an HTTP API through API Management.
115
115
@@ -178,8 +178,8 @@ For more information about scaling Service Bus, see
178
178
179
179
* For Basic, Standard, and Premium tiers, the service level
180
180
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%.
183
183
184
184
* The SLA for Azure Logic Apps is currently 99.9%.
185
185
@@ -200,8 +200,8 @@ consider these factors:
200
200
201
201
***Lifecycle**: In general, put resources that have the same lifecycle in the same resource group.
202
202
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).
205
205
206
206
***Billing**: You can view rollup costs for the resource group.
0 commit comments