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
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,9 +34,10 @@ In this article, you learn how to:
34
34
- Complete the quickstart [Create an Azure API Management instance](get-started-create-service-instance.md).
35
35
- Make sure there's a Consumption plan-based Logic App resource in your subscription that exposes an HTTP endpoint. For more information, see [Trigger workflows with HTTP endpoints](../logic-apps/logic-apps-http-endpoint.md).
36
36
37
-
## <aname="create-api"> </a>Import and publish a backend API
37
+
## Import and publish a backend API
38
38
39
-
1. Navigate to your API Management service in the [Azure portal](https://portal.azure.com) and select **APIs** in the left pane.
39
+
1. Navigate to your API Management service in the [Azure portal](https://portal.azure.com).
40
+
1. In the left menu, in the **APIs** section, select **APIs**, and then select **+ Add API**.
40
41
41
42
1. Select **Logic App** in the **Create from Azure resource** list:
42
43
@@ -50,7 +51,7 @@ In this article, you learn how to:
50
51
51
52
:::image type="content" source="./media/import-logic-app-as-api/select-logic-app-import-2.png" alt-text="Screenshot that shows the Select Logic App to import window." lightbox="./media/import-logic-app-as-api/select-logic-app-import-2.png":::
52
53
53
-
API Management finds the swagger that's associated with the selected app, fetches it, and imports it.
54
+
API Management finds the Swagger document that's associated with the selected app, fetches it, and imports it.
54
55
55
56
1. Add an API URL suffix. The suffix uniquely identifies the API in the API Management instance.
56
57
@@ -59,9 +60,9 @@ In this article, you learn how to:
59
60
1. If you want the API to be published and available to developers, switch to the **Full** view and associate the API with a **Product**. This example uses the **Unlimited** product. (You can add your API to a product when you create it or later via the **Settings** tab.)
60
61
61
62
>[!NOTE]
62
-
> Products are associations of one or more APIs offered to developers via the Developer Portal. First, developers must subscribe to a product to get access to the API. After they subscribe, they get a subscription key for any API in the product. As creator of the API Management instance, you're an administrator and are subscribed to every product by default.
63
+
> Products are associations of one or more APIs offered to developers via the developer portal. First, developers must subscribe to a product to get access to the API. After they subscribe, they get a subscription key for any API in the product. As creator of the API Management instance, you're an administrator and are subscribed to every product by default.
63
64
>
64
-
> Each API Management instance comes with two default sample products:
65
+
> In certain tiers, each API Management instance comes with two default sample products:
0 commit comments