0

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

SwethaKandikonda
  • 7,513
  • 2
  • 4
  • 18
  • Do you have required permissions on the APIM Service instance? Alternatively, you can try the HTTP request connector to call API. – Pankaj More Apr 13 '22 at 04:44
  • @PankajMore, APIM is in the same Resource Group. I have access to it, can change it, etc. Or do I need some specific permissions? Or do I have to configure Access control with identity? Yeah, thanks, I know about HTTP connectors and it works for me now. But it's better to move to the API Management connector directly, because using the HTTP connector I have to specify access code as a header. – Volodymyr Minenko Apr 13 '22 at 07:10

1 Answers1

0

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

SwethaKandikonda
  • 7,513
  • 2
  • 4
  • 18