Book Image

Optimizing Microsoft Azure Workloads

By : Rithin Skaria
Book Image

Optimizing Microsoft Azure Workloads

By: Rithin Skaria

Overview of this book

It’s easy to learn and deploy resources in Microsoft Azure, without worrying about resource optimization. However, for production or mission critical workloads, it’s crucial that you follow best practices for resource deployment to attain security, reliability, operational excellence and performance. Apart from these aspects, you need to account for cost considerations, as it’s the leading reason for almost every organization’s cloud transformation. In this book, you’ll learn to leverage Microsoft Well-Architected Framework to optimize your workloads in Azure. This Framework is a set of recommended practices developed by Microsoft based on five aligned pillars; cost optimization, performance, reliability, operational excellence, and security. You’ll explore each of these pillars and discover how to perform an assessment to determine the quality of your existing workloads. Through the book, you’ll uncover different design patterns and procedures related to each of the Well-Architected Framework pillars. By the end of this book, you’ll be well-equipped to collect and assess data from an Azure environment and perform the necessary upturn of your Azure workloads.
Table of Contents (14 chapters)
1
Part 1: Well-Architected Framework Fundamentals
4
Part 2: Exploring the Well-Architected Framework Pillars and Their Principles
10
Part 3: Assessment and Recommendations

Release engineering

Apart from automation, the optimization of release management is another goal we want to achieve using the operating excellence pillar. We have already seen the necessity of automation, goals, best practices, and types of automation in the previous section. Now we will discuss release management and different optimizations we can accommodate in our release pipeline. Release engineering is a lengthy topic; it is so vast that we could author a separate book on it. In this section, we will quickly cover the areas of optimization and key considerations. Links to relevant sections in the documentation will be provided for your reference. The stages we will cover are shown in the following diagram:

Figure 4.6 – Release engineering workflow

Figure 4.6 – Release engineering workflow

Let us take a look at the prime areas of release engineering.

Application development

This is the first stage of release engineering, where developers are developing the application. In this...