What kind of things can trigger Azure Functions?
What is Azure Functions built on top of?
What is serverless?
- You are delegating management of servers
How can you share code between functions?
- create a shared folder in Functions App and use #load to load shared files into functions
How do you script referencing a library?
How do you get Functions to automatically refresh when changing shared code?