Reputation: 23
I have 5+ separate logic Apps that are called via HTTP Receive. Examples are:
GetUsers
GetLocations
GetCalls
etc.
I would like to expose the Logic Apps via API Management as individual operations on one API. Any samples online to show I can do that? Am I right to assume that I'll need a policy (url-rewrite, control flow)?
Any guidance appreciated.
Upvotes: 1
Views: 919
Reputation: 271
You can add Logic Apps as operations on an existing API by:
Upvotes: 1