Book Image

Azure Architecture Explained

By : David Rendón, Brett Hargreaves
Book Image

Azure Architecture Explained

By: David Rendón, Brett Hargreaves

Overview of this book

Azure is a sophisticated technology that requires a detailed understanding to reap its full potential and employ its advanced features. This book provides you with a clear path to designing optimal cloud-based solutions in Azure, by delving into the platform's intricacies. You’ll begin by understanding the effective and efficient security management and operation techniques in Azure to implement the appropriate configurations in Microsoft Entra ID. Next, you’ll explore how to modernize your applications for the cloud, examining the different computation and storage options, as well as using Azure data solutions to help migrate and monitor workloads. You’ll also find out how to build your solutions, including containers, networking components, security principles, governance, and advanced observability. With practical examples and step-by-step instructions, you’ll be empowered to work on infrastructure-as-code to effectively deploy and manage resources in your environment. By the end of this book, you’ll be well-equipped to navigate the world of cloud computing confidently.
Table of Contents (20 chapters)
1
Part 1 – Effective and Efficient Security Management and Operations in Azure
5
Part 2 – Architecting Compute and Network Solutions
12
Part 3 – Making the Most of Infrastructure-as-Code for Azure

Unlocking the benefits of IaC with Azure Resource Manager

IaC is a state-of-the-art approach to managing and configuring IT infrastructure that uses a descriptive model. This method allows for the creation and management of infrastructure in a way that is automated, repeatable, and version-controlled. IaC has become increasingly popular in recent years due to its benefits, including improved efficiency, accuracy, and collaboration.

This technique has become essential for DevOps teams to automate their infrastructure deployment, management, and maintenance process. IaC provides consistency across multiple deployments and helps organizations increase efficiency, reduce operational costs, and improve time to market.

With cloud computing becoming more prevalent, cloud providers such as Microsoft Azure offer solutions such as Azure Resource Manager (ARM), which provides a consistent management layer to manage the life cycle of your environment through IaC.

IaC has become essential...