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/export-api-power-platform.md
+20-2Lines changed: 20 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: dlepow
6
6
7
7
ms.service: api-management
8
8
ms.topic: how-to
9
-
ms.date: 07/27/2021
9
+
ms.date: 08/12/2022
10
10
ms.author: danlep
11
11
12
12
---
@@ -31,6 +31,7 @@ This article walks through the steps in the Azure portal to create a custom Powe
31
31
1. Select an API to publish to the Power Platform.
32
32
1. Select a Power Platform environment to publish the API to.
33
33
1. Enter a display name, which will be used as the name of the custom connector.
34
+
1. Optionally, if the API doesn't already require a subscription, select **Create subscription key connection parameter**.
34
35
1. Optionally, if the API is [protected by an OAuth 2.0 server](api-management-howto-protect-backend-with-aad.md), provide details including **Client ID**, **Client secret**, **Authorization URL**, **Token URL**, and **Refresh URL**.
35
36
1. Select **Create**.
36
37
@@ -40,8 +41,25 @@ Once the connector is created, navigate to your [Power Apps](https://make.powera
40
41
41
42
:::image type="content" source="media/export-api-power-platform/custom-connector-power-app.png" alt-text="Custom connector in Power Platform":::
42
43
44
+
## Manage a custom connector
45
+
46
+
You can manage your custom connector in your Power Apps or Power Platform environment. For details about settings, see [Create a custom connector from scratch](/connectors/custom-connectors/define-blank).
47
+
48
+
1. Select your connector from the list of custom connectors.
49
+
1. Select the pencil (Edit) icon to edit and test the custom connector.
50
+
43
51
> [!NOTE]
44
-
> To call the API from the Power Apps test console, you need to add the "https://flow.microsoft.com" URL as an origin to the [CORS policy](api-management-cross-domain-policies.md#CORS) in your API Management instance.
52
+
> To call the API from the Power Apps test console, you need to add the `https://flow.microsoft.com` URL as an origin to the [CORS policy](api-management-cross-domain-policies.md#CORS) in your API Management instance.
53
+
54
+
## Update a custom connector
55
+
56
+
From API Management, you can update a connector to target a different API or Power Apps environment, or to update authorization settings.
57
+
58
+
1. Navigate to your API Management service in the Azure portal.
59
+
1. In the menu, under **APIs**, select **Power Platform**.
60
+
1. Select **Update a connector**.
61
+
1. Select the API you want to update the connector for, update settings as needed, and select **Update**.
0 commit comments