What are the two things that functions contain in terms of development?
What is functions.json?
What is the bindings property in functions.json?
What is a function app?
What are some key files in a functions project?
How can we debug azure functions locally?
What is a function binding?
What is the main advantage of triggers and bindings?
How are trigger and bindings defined for different programming languages?
.NET uses decorating methods and params with C# attribs
JAVA uses decorating method and params with java annotations
- JS/Typescript/Python/PS uses the function.json schema
What is the direction property?
How does a function project reference connection info?
How do az functions utilize identities?
What must identities have to use azure functions?