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)

Managing and optimizing your Azure resources

When you choose Azure, you open the door to many different cloud opportunities. Scalable, pay-as-you-go virtual machines (VMs), geo-localized data storage, websites, queue management, and artificial intelligence are just some of Azure's capabilities. The control plane of Azure provides multiple tools to help you do this.

Azure Resource Manager

As a component of the Azure control pane, Azure Resource Manager is the deployment and management service for Azure. It lets you create, update, and delete resources in your own Azure space. Examples of Azure resources are VMs, storage accounts, web apps, databases, and virtual networks. As Azure resources proliferate, you can save time and effort by applying management actions across groups of resources, as well as to individual ones. These group-oriented actions can have multiple advantages:

  • Prevention of security issues such as connections from multiple locations or from...