Book Image

FinOps Handbook for Microsoft Azure

By : Maulik Soni
Book Image

FinOps Handbook for Microsoft Azure

By: Maulik Soni

Overview of this book

To gain a competitive edge in today's unpredictable economic climate, you’ll need to unravel the mystery of saving costs on Microsoft Azure Cloud. This book helps you do just that with proven strategies for building, running, and sustaining repeated cost optimization initiatives across your organization. You’ll learn how to collaborate with finance, procurement, product, and engineering teams to optimize your cloud spend and achieve cost savings that can make a significant impact on your bottom line. The book begins by showing you how to effectively monitor and manage your cloud usage, identify cost-saving opportunities, and implement changes that’ll reduce your overall spend. Whether you're a small start-up or a large enterprise, this book will equip you with the knowledge and skills needed to achieve cost savings and maintain a lean cloud infrastructure. As you advance, you'll find out how to benchmark your current cloud spend and establish a budget for cloud usage. Throughout the chapters, you’ll learn how to negotiate with your cloud provider to optimize your rate, allocate cost for the container, and gain a solid understanding of metric-driven cost optimization. By the end of this FinOps book, you’ll have become proficient in Azure Cloud financial management with the help of real-world examples, use cases, and scenarios.
Table of Contents (19 chapters)
1
Part 1: Inform
6
Part 2: Optimize
11
Part 3: Operate

Understanding Azure Advisor recommendations for usage optimization

Azure Advisor is a free service that examines resources and their usage in your subscriptions and provides personalized recommendations to help you optimize costs. You can configure Azure Advisor to target specific subscriptions or resource groups to selectively focus on critical optimizations. You can access Advisor using the portal, CLI, or REST API.

Here are some example recommendations Azure Advisor can provide to reduce costs:

  • Right-size or shut down any underutilized VMs
  • Use standard storage to store managed disk snapshots
  • Right-size underutilized PostgreSQL servers
  • Consider acting on your idle Azure Cosmos DB containers
  • Right-size Data Explorer resources for optimal costs
  • Repurpose or delete idle virtual network gateways
  • Revisit the retention policy for classic log data in storage accounts
  • Configure automatic renewal for expiring reservations
  • Buy VM reserved instances...