Skip to content

Commit bff127e

Browse files
author
Miao Jiang
committed
Power apps doc
1 parent a918c89 commit bff127e

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed

articles/api-management/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,8 @@
212212
href: api-management-transformation-policies.md
213213
- name: Manage in production
214214
items:
215+
- name: Export APIs to the Power Platform
216+
href: export-api-power-platform.md
215217
- name: Manage groups
216218
href: api-management-howto-create-groups.md
217219
- name: Retrieve IP addresses
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
title: Export APIs from Azure API Management to the Power Platform | Microsoft Docs
3+
description: Learn how to export APIs from API Management to the Power Platform.
4+
services: api-management
5+
documentationcenter: ''
6+
author: miaojiang
7+
manager: gwallace
8+
editor: ''
9+
10+
ms.service: api-management
11+
ms.workload: mobile
12+
ms.tgt_pltfrm: na
13+
ms.topic: tutorial
14+
ms.date: 05/01/2020
15+
ms.author: apimpm
16+
17+
---
18+
# Export APIs from Azure API Management to the Power Platform
19+
20+
Citizen developers using the Microsoft [Power Platform]((https://powerplatform.microsoft.com/)) often needs to reach the business capabilities that are developed by professional developers and deployed in Azure. [Azure API Management](https://aka.ms/apimrocks) 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.
21+
22+
This article walks through the steps to export APIs from API Management to the Power Platform.
23+
24+
## Prerequisites
25+
26+
+ Complete the following quickstart: [Create an Azure API Management instance](get-started-create-service-instance.md)
27+
+ Make sure there is an API in your API Management instance that you'd like to export to the Power Platform
28+
+ Make sure you have a Power Apps or Power Automate [environment](https://docs.microsoft.com/powerapps/powerapps-overview#power-apps-for-admins)
29+
30+
## Export an API
31+
32+
1. Navigate to your API Management service in the Azure portal and select **APIs** from the menu.
33+
2. Click on the three dots next to the API you want to export.
34+
3. Select **Export**.
35+
4. Select **Power Apps and Power Automate**.
36+
5. Choose an environment to export the API to.
37+
6. Provide a display name, which will be used as the name of the custom connector.
38+
7. 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`, and `Refresh URL`.
39+
8. Select **Export**.
40+
41+
Once the export completes, navigate to your Power App or Power Automate environment. You will see the API as a custom connector.
42+
43+
## Next steps
44+
45+
* [Learn more about the Power Platform](https://powerplatform.microsoft.com/)
46+
* [Learn common tasks in API Management by following the tutorials](https://docs.microsoft.com/azure/api-management/import-and-publish)

0 commit comments

Comments
 (0)