In this chapter, we learned about how to write a serverless applications to run on Microsoft Azure using Node.js.
We also learned about two ways of creating Serverless apps on the Azure Functions platform: one was using the Azure portal and the other was on a local workstation. In the Your first Serverless app using Azure portal section, we learned how to create an Azure Function App through the Azure portal. We learned how to create an HTTP trigger for the function, testing the Azure Function through the portal, and also using Postman to configure the Function through the Azure portal. In the local workstation, we learned how to create an Azure function App through Azure Functions Core Tools and Visual Studio Code, creating an Azure Function locally using Azure Functions Core Tools, and an HTTP trigger for the function on your local workstation. We also learned about...