top of page

Functions

Writer's picture: Girijesh DixitGirijesh Dixit

Azure Functions

Azure Durable Functions

Serverless - design

Could be long - running

Stateless

Stateful

Simple

Or a multi-step process

Short-lived

Can “suspend” while waiting for a long running API to return - checkpoints

Triggered by a timer, http request, blob, or messages queue

Support complex design patterns

Triggered by Azure Service bus

Functions can call other functions - changing

Best designed to work asynchronous with other code

Made up a client, orchestrator and activities

Happy learning!!

Recent Posts

See All

Comments


Stay up to date with my latest blog posts

Thanks for submitting!

For general inquiries, please get in touch

Thanks for submitting!

© 2020 by Girijesh Dixit

bottom of page