Book Image

Beginning Serverless Architectures with Microsoft Azure

By : Daniel Bass
Book Image

Beginning Serverless Architectures with Microsoft Azure

By: Daniel Bass

Overview of this book

Many businesses are rapidly adopting a microservices-first approach to development, driven by the availability of new commercial services like Azure Functions and AWS Lambda. In this book, we’ll show you how to quickly get up and running with your own serverless development on Microsoft Azure. We start by working through a single function, and work towards integration with other Azure services like App Insights and Cosmos DB to handle common user requirements like analytics and highly performant distributed storage. We finish up by providing you with the context you need to get started on a larger project of your own choosing, leaving you equipped with everything you need to migrate to a cloud-first serverless solution.
Table of Contents (5 chapters)

Other Books You May Enjoy

If you enjoyed this book, you may be interested in these other books by Packt:

Learning Azure Functions
Manisha Yadav, Mitesh Soni

ISBN: 978-1-78712-293-2

  • Understand the folder structure of a function and the purposes of the files
  • Deploy a function and test it
  • Explore the common triggers that are used to activate a function
  • Discover how bindings can be used to output the results of a function
  • Build a dll that has functionality that can be leveraged by a function
  • Chain functions to allow the invocation of one function from another
  • Understand how to monitor the health of your functions

Azure Serverless Computing Cookbook
Praveen Kumar Sreeram

ISBN: 978-1-78839-082-8

  • Develop different event-based handlers supported by serverless architecture supported by Microsoft Cloud Platform – Azure
  • Integrate Azure Functions with different Azure Services...