Azure functions allows you to write code without worrying too much about the infrastructure behind (aka Serverless). Serverless is often used in an event driven architecture, where your code react as ...