Benefits and Usage of Serverless Technologies
https://www.youtube.com/watch?v=-xeJGiMw5OE&list=PLlVtbbG169nED0_vMEniWBQjSoxTsBYS3&index=26
Consumption based pricing
Event driven
ex. something writes to a specific storage account
ex. a scheduled event
Azure Functions App
Running actual powershell, python, etc
Stateless
Does something and goes away
Durable functions
Enable some level of state between events
Azure Logic Apps
No/Low code flows
GUI experience via pre-built connectors
Power automate is built on logic apps
Last updated