Azure Logic应用程序触发Azure API操作中的REST API

发布于 2025-01-20 23:07:46 字数 327 浏览 3 评论 0原文

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

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

输入图片此处描述

I have an Azure Logic App and Azure API Management. I need to call the APIs from the Logic APP.
But when I try to add the action "Call an Azure API Management API" I get this error: "GetCallFailed. The API 'apiManagementOperation' could not be found."

Any pieces of advice on this error?
It's a Logic App (Standard).

enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

红玫瑰 2025-01-27 23:07:46

According to this

没有一些内置触发器和动作,例如滑块窗口,批处理,Azure App Service和Azure API管理。

直接连接到API管理时,此功能可在“消费逻辑应用” - Azure API Management中可用。

“在此处输入图像说明”

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

“在此处输入图像说明”

According to this Documentation, Functionalities in Standard Logic app are either limited, unavailable, or are not supported.

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

While connecting to your API Management directly, this feature is available in the Consumption logic app - Azure API Management.

enter image description here

Currently, the only option available in the Standard Logic App is to use an HTTP Connector.

enter image description here

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文