invoke azure function from Apigee

how to invoke azure function from Apigee?

can we invoke the functions in azure as the way AWS Lambda exposes their function?

sample: https://community.apigee.com/articles/50131/apigee-to-aws-lambda.html

0 1 960
1 REPLY 1

I think Azure Functions can be exposed via an HTTP Trigger.

For example, see here.

There are many other example projects showing how to do this in Azure.

And if you expose your Azure Function via HTTP, then you can invoke it directly from Apigee with ServiceCallout or by configuring the Azure Function endpoint as the Target in an API Proxy.