Azure Functions is a serverless solution that allows you to write small pieces of code that run in the cloud, without worrying about underlying infrastructure and scaling. In this article, I present what is an Azure Function and the benefits of this service, as well as how to create, debug…