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

Automated VM shutdown and startup

Automated VM shutdown and startup is an excellent way to save money on dev/test workloads for virtual machines as well as workloads that are predictable. There are approximately 730 hours in a month. If you shut down one virtual machine for Saturday and Sunday, that will reduce the billable hours by 26%. That 26% is a straight saving achieved by automated VM shutdown. Auto shutdown based on schedules has been around for quite some time, but the lack of auto startup features has limited its adoption – until now...! Azure now offers the ability to stop and start a VM at a scheduled time of the day.

To configure auto stop and start for a virtual machine, do the following:

  1. Open the Microsoft Edge browser.
  2. Navigate to https://portal.azure.com and sign in to your organization’s account.
  3. In the top search bar, search for Virtual Machines and select the highlighted service.
  4. From the list of virtual machines, select the...