Search code examples
azure-logic-appsazure-api-managementazure-logic-app-standard

Azure Logic App trigger a REST API in Azure API Manegement


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


Solution

  • 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