title | description | services | documentationcenter | author | manager | editor | ms.service | ms.workload | ms.tgt_pltfrm | ms.topic | ms.date | ms.author |
---|---|---|---|---|---|---|---|---|---|---|---|---|
Export APIs from Azure API Management to the Power Platform | Microsoft Docs |
Learn how to export APIs from API Management to the Power Platform. |
api-management |
miaojiang |
gwallace |
api-management |
mobile |
na |
tutorial |
05/01/2020 |
apimpm |
Citizen developers using the Microsoft Power Platform often needs to reach the business capabilities that are developed by professional developers and deployed in Azure. Azure API Management enables professional developers to publish their backend service as APIs, and easily export these APIs to the Power Platform (Power Apps and Power Automate) as custom connectors for consumption by citizen developers.
This article walks through the steps to export APIs from API Management to the Power Platform.
- Complete the following quickstart: Create an Azure API Management instance
- Make sure there is an API in your API Management instance that you'd like to export to the Power Platform
- Make sure you have a Power Apps or Power Automate environment
- Navigate to your API Management service in the Azure portal and select APIs from the menu.
- Click on the three dots next to the API you want to export.
- Select Export.
- Select Power Apps and Power Automate.
- Choose an environment to export the API to.
- Provide a display name, which will be used as the name of the custom connector.
- Optional, if the API is protected by an OAuth 2.0 server, you will also need to provide additional details including
Client ID
,Client secret
,Authorization URL
,Token URL
, andRefresh URL
. - Select Export.
Once the export completes, navigate to your Power App or Power Automate environment. You will see the API as a custom connector.