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

Configuring a build pipeline in Azure DevOps using the Classic Editor

Under Azure Repos, you can configure Azure Pipelines. Follow these steps:

  1. Go to the Pipelines section and then select Create Pipeline:
Figure 12.11 – Create Pipeline

Figure 12.11 – Create Pipeline

  1. Next, select the Use the classic editor option, as shown here:
Figure 12.12 – Use the classic editor

Figure 12.12 – Use the classic editor

  1. Then, select the repository and the master branch and then select the Continue option:
Figure 12.13 – Azure Pipelines – Select a source

Figure 12.13 – Azure Pipelines – Select a source

  1. Next, select the option to start with an empty job:
Figure 12.14 – Azure Pipelines – Select a template

Figure 12.14 – Azure Pipelines – Select a template

  1. Now, provide the configuration for the pipeline. Provide a name for this pipeline. We will name it SpringToysApp-CI. Then, in the left pane, where it says Agent job 1, select this option and then click on the plus...