Berat Cakir
Berat Cakir

Reputation: 3

Azure APIM API is not visible in Logic Apps

I created a consumption-based Logic App and are trying to call an API from API Management Service (Consumption Tier). However, the OpenAPI I imported from a swagger file in APIM doesn't show up in Logic Apps.

I don't understand what I missed here.

APIM

enter image description here

Logic Apps Issue

enter image description here

I followed the same steps from this tutorial: https://www.youtube.com/watch?v=FsF9m4-sYwg&t=2109s

Upvotes: 0

Views: 388

Answers (1)

Ikhtesam Afrin
Ikhtesam Afrin

Reputation: 6464

I created a consumption-based Logic App and are trying to call an API from API Management Service (Consumption Tier). However, the OpenAPI I imported from a swagger file in APIM doesn't show up in Logic Apps.

In order to use the APIs from Azure API Management services in logic app, you need to create APIM instance with pricing tier (Developer) other than Consumption Pricing Tier.

I have an APIM Instance with Developer pricing tier and a consumption logic app. I am able to see the APIs which are there in APIM when I select the APIM connector in logic app as shown below.

enter image description here enter image description here enter image description here enter image description here

In this way you can use the APIM connector in logic app.

References-

Azure Logic App trigger a REST Api in Azure Api manegment - Stack Overflow.

Upvotes: 0

Related Questions