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

Trade-offs of cost versus security, performance, and reliability

When you architect the solution for Azure, consider trade-offs between cost and other aspects of design. To achieve the optimal cost, you must ask the business what is most important for the workload. Is it the lowest cost, no downtime, or high throughput? If you decide to go with the lowest cost, then the workload will not have multi-region high availability, nor can it have the best security controls against threats. And these are the risks you need to communicate to the business. As a rule of thumb, an optimal design doesn’t equate to a low-cost design.

Cost versus security

Workload security is the most important aspect of hosting your code in the cloud. By nature, the public cloud is accessible over the internet, and securing your application requires the use of various services that then increase the cost of the solution.

For example, you are hosting your public-facing web applications to track an...