Book Image

Azure Strategy and Implementation Guide - Third Edition

By : Peter De Tender, Greg Leonardo, Jason Milgram
Book Image

Azure Strategy and Implementation Guide - Third Edition

By: Peter De Tender, Greg Leonardo, Jason Milgram

Overview of this book

Microsoft Azure is a powerful cloud computing platform that offers a multitude of services and capabilities for organizations of any size moving to a cloud strategy. Azure Strategy and Implementation Guide Third Edition encapsulates the entire spectrum of measures involved in Azure deployment that includes understanding Azure fundamentals, choosing a suitable cloud architecture, building on design principles, becoming familiar with Azure DevOps, and learning best practices for optimization and management. The book begins by introducing you to the Azure cloud platform and demonstrating the substantial scope of digital transformation and innovation that can be achieved by leveraging Azure’s capabilities. The guide further acquaints you with practical insights on application modernization, Azure Infrastructure as a Service (IaaS) deployment, infrastructure management, key application architectures, best practices of Azure DevOps, and Azure automation. By the end of this book, you will be proficient in driving Azure operations right from the planning and cloud migration stage to cost management and troubleshooting.
Table of Contents (5 chapters)

Why DevOps?

Many organizations making the journey to the cloud struggle to create a repeatable process for deploying their applications and change control. They struggle because of the lines of responsibility discussed in Chapter 2, Architecture Choices and Design Principles, and this is where DevOps and cloud adoptions have great synergy. DevOps can improve that deployment while reducing costs in infrastructure, code, monitoring, and policy deployments. Before we discuss how this works, let's first learn about DevOps and why it is important in this journey.

DevOps began as a software development methodology that accelerates the building, testing, and releasing of software applications by bringing together two main groups, the developers (Dev) and the operations (Ops), to work more effectively. It is not meant to be a replacement for any agile or lean methodologies, but more as a supplement to them. It fills in the gaps within tech companies to break down functional and...