Azure Logic App 在 Azure API 管理中触发 REST API

Azure Logic App trigger a REST API in Azure API Manegement

我有一个 Azure 逻辑应用程序和 Azure API 管理。我需要从 Logic APP 调用 APIs。 但是,当我尝试添加操作“调用 Azure API 管理 API”时,出现此错误:“GetCallFailed。找不到 API 'apiManagementOperation'。”。 =13=]

关于这个错误有什么建议吗? 这是一个逻辑应用程序(标准)。

根据此 Documentation,Standard Logic 应用中的功能有限、不可用或不受支持。

Some built-in triggers and actions are not available, such as Slider Window, Batch, Azure App Service, and Azure API Management.

在直接连接到您的 API 管理时,此功能在消费逻辑应用程序中可用 - Azure API Management

目前,标准逻辑应用程序中唯一可用的选项是使用 HTTP 连接器。