Hi, we have several logic apps that will be hosted on APIM.
The user hope those logic apps could be treated as one API for API consumers.
Let's say, in logic app
logic app 1 : search contact (url1)
logic app 2 : create contact (url2)
logic app 3 : edit contact (url3)
Each of them has individual endpoint
In APIM, we can add logic API directly through UI, and each logic app will become individual API.
Is that possible to let the result like this ?
API : Contact API
operation 1 : search contact (url1)
operation 2 : create contact (url2)
operation 3 : edit contact (url3)
What comes into our mind is manually setting, not sure if there's any better way to achieve this ?
Need you advice, thank you