Please enable JavaScript.
Coggle requires JavaScript to display documents.
Serverless - Coggle Diagram
Serverless
Azure functions
components
Azure functions runtime
bindings & triggers
Authentication
Open Id connect
Authorization
OAuth2
Keys
function keys
host keys
master key
system key
cost plans
consumption plan
app service plan
types
event based functions
on demand functions
scheduled functions
function proxies
durable functions
features
Execute long running functions
Recover from failure
Maintain state
Execute child functions sequentially or paralelly
Orchestrate execution of functions in a workflow
principles
single repsponsability
unlimited scalability
execute quickly
lower cost
event-driven