In this chapter, you've covered techniques for building greenfield serverless architectures (where you can exploit the full potential of serverless) and techniques for integrating existing applications. You now know how to connect to a wide variety of services through Logic Apps, a simple-to-use serverless product. You know several approaches for integrating your existing applications into a serverless architecture, from creating a custom API connector to adding event triggering on to an existing database.
In this book, you have started with an introduction to Azure Functions. Here you analyzed the real benefits of Serverless Computing and the technical basis of Azure Functions. Once your Azure Function was deployed, you integrated it with other Azure Services and logged with Application Insights.
Then, you secured the server with API Keys. Lastly, you implemented...