Book Image

A Developer's Guide to Building Resilient Cloud Applications with Azure

By : Hamida Rebai Trabelsi
Book Image

A Developer's Guide to Building Resilient Cloud Applications with Azure

By: Hamida Rebai Trabelsi

Overview of this book

To deliver software at a faster rate and reduced costs, companies with stable legacy systems and growing data volumes are trying to modernize their applications and accelerate innovation, but this is no easy matter. A Developer’s Guide to Building Resilient Cloud Applications with Azure helps you overcome these application modernization challenges to build secure and reliable cloud-based applications on Azure and connect them to databases with the help of easy-to-follow examples. The book begins with a basic definition of serverless and event-driven architecture and Database-as-a-Service, before moving on to an exploration of the different services in Azure, namely Azure API Management using the gateway pattern, event-driven architecture, Event Grid, Azure Event Hubs, Azure message queues, FaaS using Azure Functions, and the database-oriented cloud. Throughout the chapters, you’ll learn about creating, importing, and managing APIs and Service Fabric in Azure, and discover how to ensure continuous integration and deployment in Azure to fully automate the software delivery process, that is, the build and release process. By the end of this book, you’ll be able to build and deploy cloud-oriented applications using APIs, serverless, Service Fabric, Azure Functions, and Event Grid technologies.
Table of Contents (18 chapters)
1
Part 1: Building Cloud-Oriented Apps Using Patterns and Technologies
5
Part 2: Connecting Your Application with Azure Databases
13
Part 3: Ensuring Continuous Integration and Continuous Container Deployment on Azure

To get the most out of this book

Having a good background in C#, ASP.NET Core, and Visual Studio (any recent version), and a basic knowledge of cloud computing and databases will be helpful when using this book.

Most of the examples presenting the solution reference are presented using .NET 6; basic knowledge in C# and .NET technology is essential to understand the described topics.

Software/hardware covered in the book

Operating system requirements

.NET 6 and .NET 7

Windows, macOS, or Linux

Docker Desktop

Windows, macOS, or Linux

Visual Studio 2022 (Community Edition)

Windows or macOS

Visual Studio Code

Windows, macOS, or Linux

We assume that you can install Visual Studio Code as an IDE. Visual Studio 2022 (the Community Edition) is enough to run the examples if you don’t have access to the commercial license.

If you are using the digital version of this book, we advise you to type the code yourself or access the code from the book’s GitHub repository (a link is available in the next section). Doing so will help you avoid any potential errors related to the copying and pasting of code.

Examples are used to explain the use of every Azure service.