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
Copy file name to clipboardExpand all lines: articles/api-management/import-logic-app-as-api.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Import a Logic App as an API with the Azure portal | Microsoft Docs
3
-
description: This article shows you how to use API Management (APIM) to import Logic App as an API.
3
+
description: This article shows you how to use API Management to import a Logic App (Consumption) resource as an API.
4
4
services: api-management
5
5
documentationcenter: ''
6
6
author: dlepow
@@ -26,10 +26,13 @@ In this article, you learn how to:
26
26
> - Import a Logic App as an API
27
27
> - Test the API in the Azure portal
28
28
29
+
> [!NOTE]
30
+
> API Management supports automated import of a Logic App (Consumption) resource. which runs in the multi-tenant Logic Apps environment. Learn more about [single-tenant versus muti-tenant Logic Apps](../logic-apps/single-tenant-overview-compare.md).
31
+
29
32
## Prerequisites
30
33
31
34
- Complete the following quickstart: [Create an Azure API Management instance](get-started-create-service-instance.md)
32
-
- Make sure there is a Logic App in your subscription that exposes an HTTP endpoint. For more information, [Trigger workflows with HTTP endpoints](../logic-apps/logic-apps-http-endpoint.md)
35
+
- Make sure there is a Consumption plan-based Logic App resource in your subscription that exposes an HTTP endpoint. For more information, [Trigger workflows with HTTP endpoints](../logic-apps/logic-apps-http-endpoint.md)
0 commit comments