All Projects → PacktPublishing → Azure-Serverless-Computing-Cookbook

PacktPublishing / Azure-Serverless-Computing-Cookbook

Licence: MIT License
Azure Serverless Computing Cookbook, published by Packt

Programming Languages

C#
18002 projects

Azure Serverless Computing Cookbook

Azure Serverless Computing Cookbook

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

Build applications hosted on serverless architecture using Azure Functions

What is this book about?

Microsoft provides a solution to easily run small segment of code in the Cloud with Azure Functions. Azure Functions provides solutions for processing data, integrating systems, and building simple APIs and microservices.

This book covers the following exciting features:

  • Develop different event-based handlers supported by serverless architecture supported by Microsoft Cloud Platform – Azure
  • Integrate Azure Functions with different Azure Services to develop Enterprise-level applications
  • Get to know the best practices in organizing and refactoring the code within the Azure functions
  • Test, troubleshoot, and monitor the Azure functions to deliver high-quality, reliable, and robust cloud-centric applications
  • Automate mundane tasks at various levels right from development to deployment and maintenance
  • Learn how to develop statefulserverless applications and also self-healing jobs using DurableFunctions

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.

The code will look like the following:

private static Dictionary<ImageSize, Tuple<int, int>> imageDimensionsTable = new Dictionary<ImageSize, Tuple<int,         
         int>>()
        {
            { ImageSize.Small, Tuple.Create(100, 100) },
            { ImageSize.Medium, Tuple.Create(200, 200) }
        };

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 this book is for you. Prior knowledge and hands-on experience with core services of Microsoft Azure is required.

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

Software and Hardware List

Software required OS required
Visual Studio 2017 – Version 15.3 Preview or Later and Visual Studio 2015 Windows 10 – Version 11507 or higher or Windows 8.1 (with Update 2919355): Core, Professional, or Enterprise

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

Get to Know the Author

Praveen Kumar Sreeram works as a Solution Architect at PennyWise Solutions (an Ogilvy and Mather Company). He has over 12 years of experience in the field of development, analysis, design, and delivery of applications of various technologies, including custom web development using ASP.NET and MVC to building mobile apps using the cross-platform technology Xamarin for domains such as insurance, telecom, and wireless expense management. He has been awarded two times as the Most Valuable Professional by one of the most leading social community websites, CSharpCorner, for his contributions toward writing articles and helping community members, mostly on Microsoft Azure. He is highly focused on learning about technology. He is an avid blogger who writes about his learning at his personal blog, called PraveenKumarSreeram and you can also follow him on twitter at @PrawinSreeram. His current focus is on analyzing business problems and providing technical solutions for various projects related to Microsoft Azure and Sitecore.

Suggestions and Feedback

Click here if you have any feedback or suggestions.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].