In this chapter, we are going to learn details about Microsoft Azure Functions, along with configuration options for Azure Functions. In the previous chapters, we learned how to create serverless apps in an AWS environment using both AWS Console and the AWS SAM from your local workstation. We also learned how to test and deploy serverless apps to an AWS environment. In the coming chapters, we will be focusing on Microsoft Azure Functions and we will recreate the same serverless apps that we created and deployed to an AWS environment for a Microsoft Azure environment as well. In the previous chapters, we also looked at invoking AWS Lambda triggers using HTTP triggers; we will also do the same for Microsoft Azure so that you can learn how it works in an Azure environment versus an AWS environment.
We will be learning about the following topics...