Skip to content

isabella232/Azure-Serverless-Computing-Cookbook-Second-Edition

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azure Serverless Computing Cookbook - Second Edition

Azure Serverless Computing Cookbook - Second Edition

This is the code repository for Azure Serverless Computing Cookbook - Second Edition, published by Packt.

Build and monitor Azure applications hosted on serverless architecture using Azure Functions

What is this book about?

Microsoft provides a solution for easily running small segments of code in the cloud with Azure Functions. The second edition of Azure Serverless Computing Cookbook starts with intermediate-level recipes on serverless computing along with some use cases demonstrating the benefits and key features of Azure Functions. You’ll explore the core aspects of Azure Functions, such as the services it provides, how you can develop and write Azure Functions, and how to monitor and troubleshoot them.

This book covers the following exciting features:

  • Integrate Azure Functions with other Azure services
  • Understand cloud application development using Azure Functions
  • Employ durable functions for developing reliable and durable serverless applications
  • Use SendGrid and Twilio services
  • Explore code reusability and refactoring in Azure Functions

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into folders. For example, Chapter02.

The code will look like the following:

using System.Net;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Primitives;
using Newtonsoft.Json;

Following is what you need for this book: If you are a cloud administrator, architect, or developer who wants to build scalable systems and deploy serverless applications with Azure Functions, then the Azure Serverless Computing Cookbook is for you. Hands-on experience with Microsoft Azure core services is required.

With the following software and hardware list you can run all code files present in the book (Chapter 1-11).

Software and Hardware List

Software required OS required
Visual Studio latest version (You must have ASP.NET and web development and Azure development workloads installed) Windows

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.

Related products

Get to Know the Author

Praveen Kumar Sreeram works as an Azure architect, trainer in a leading MNC. He has over 14 years of experience in the field of development, analysis, design, and delivery of applications, including custom web development using ASP.NET and MVC to building mobile apps using Xamarin for domains such as insurance, telecom, and wireless expense management. He has been recognized twice as the MVP by one of the leading social community websites, CSharpCorner. He is an avid blogger who writes about his learning at his personal blog, called Praveen Kumar Sreeram. His current focus is on analyzing business problems and providing technical solutions for various projects related to Microsoft Azure and .NET Core. His twitter ID is @PrawinSreeram.

Other books by the authors

Azure Serverless Computing Cookbook

Azure Functions - Essentials [Video]

Azure Functions - Best Practices [Video]

Suggestions and Feedback

Click here if you have any feedback or suggestions.

About

Azure Serverless Computing Cookbook, Second Edition, published by Packt

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 53.3%
  • C# 42.6%
  • HTML 2.1%
  • PowerShell 1.7%
  • CSS 0.2%
  • JavaScript 0.1%