【发布时间】:2021-10-20 09:11:17
【问题描述】:
我可以成功导出基于 APIM API 的自定义连接器。 我可以成功地创建基于产品的多个 APIM API。
问题:我可以创建基于 APIM 产品的自定义连接器吗?
【问题讨论】:
-
请编辑问题以将其限制为具有足够详细信息的特定问题,以确定适当的答案。
标签: azure-api-management power-automate-custom-connector
我可以成功导出基于 APIM API 的自定义连接器。 我可以成功地创建基于产品的多个 APIM API。
问题:我可以创建基于 APIM 产品的自定义连接器吗?
【问题讨论】:
标签: azure-api-management power-automate-custom-connector
您可以为 APIM 创建自定义连接器。以下是有关如何创建自定义连接器的步骤
在 Azure 门户中导航到您的 API 管理服务。
在菜单中的APIs下,选择Power Platform。
选择创建连接器。
在创建连接器窗口中,执行以下操作:
1. Select an API to publish to the Power Platform.
2. Select a Power Platform environment to publish the API to.
3. Enter a display name, which will be used as the name of the custom connector.
4. Optionally, if the API is [protected by an OAuth 2.0 server](https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-protect-backend-with-aad), provide details including **Client ID**, **Client secret**, **Authorization URL**, **Token URL**, and **Refresh URL**.
查看Custom connector了解更多详情。
【讨论】: