Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.28 KB

api-management-append-apis.md

File metadata and controls

38 lines (27 loc) · 1.28 KB
author ms.service ms.topic ms.date ms.author
vladvino
api-management
include
04/16/2021
vlvinogr

Append other APIs

You can compose an API of APIs exposed by different services, including:

  • The OpenAPI Specification
  • A SOAP API
  • A Web App hosted in Azure App Service
  • Azure Function App
  • Azure Logic Apps
  • Azure Service Fabric

Append a different API to your existing API using the following steps.

Note

When you import another API, the operations are appended to your current API.

  1. Go to your Azure API Management instance in the Azure portal.

    :::image type="content" source="./media/api-management-append-apis/service-page.png" alt-text="Go to Azure API Mgmt instance":::

  2. Select APIs on the Overview page or from the menu on the left.

    :::image type="content" source="./media/api-management-append-apis/api-select.png" alt-text="Select APIs":::

  3. Click ... next to the API that you want to append another API to.

  4. Select Import from the drop-down menu.

    :::image type="content" source="./media/api-management-append-apis/append-01.png" alt-text="Select import":::

  5. Select a service from which to import an API.

    :::image type="content" source="./media/api-management-append-apis/select-to-import.png" alt-text="Select service":::