top of page
Writer's pictureGirijesh Dixit

Functions


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


bottom of page