Hi,
I have 3 azure functions written in a function app which needs to be executed sequentially using cosmosdb trigger. If I change anything in cosmosdb trigger one function is been triggered whereas my requirement is to pass output values from functon1 to function2 and function2 to function 3 and then finally notification using sendgrid.
I went through some articles where it is defined to use durable functions but the scope is limited to few development environments not for powershell.
Can we do this via logic apps? Any sample for powershell is appreciated.
Is there any way to send values from one azure function to another? I have seen there is no information for Azure powershell functions.
Please guide me on this.
Thanks,
Bala