Skip to content

Commit 6db68f1

Browse files
committed
updates
1 parent 524c38e commit 6db68f1

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

articles/api-management/import-logic-app-as-api.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@ In this article, you learn how to:
3434
- Complete the quickstart [Create an Azure API Management instance](get-started-create-service-instance.md).
3535
- 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).
3636

37-
## <a name="create-api"> </a>Import and publish a backend API
37+
## Import and publish a backend API
3838

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**.
4041

4142
1. Select **Logic App** in the **Create from Azure resource** list:
4243

@@ -50,7 +51,7 @@ In this article, you learn how to:
5051

5152
:::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":::
5253

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.
5455

5556
1. Add an API URL suffix. The suffix uniquely identifies the API in the API Management instance.
5657

@@ -59,9 +60,9 @@ In this article, you learn how to:
5960
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.)
6061

6162
>[!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.
6364
>
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:
6566
> - **Starter**
6667
> - **Unlimited**
6768

0 commit comments

Comments
 (0)