Trigger azure function from AWS service

0

Hi I need trigger a azure function from from AWS service. Is it possible to trigger from any aws service (lambda, step function etc.) Please share the possibilities

Thanks in advance

1 Answer
0

Hello.

As far as I know, I don't think it is possible to directly execute Azure Functions with Amazon EventBridge etc.
So, why not create a Lambda function and create a configuration that sends a request from the Lambda function to an Azure Functions webhook?
https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-http-webhook?tabs=isolated-process%2Cfunctionsv2&pivots=programming-language-python

profile picture
EXPERT
answered 24 days ago
profile pictureAWS
EXPERT
reviewed 24 days ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions