Which Azure cost optimization practice involves analyzing resource usage and removing or resizing underutilized resources?
Right-sizing analyzes usage and resizes overprovisioned resources to their actual needed capacity.
Why this answer
Right-sizing underutilized resources is a core Azure cost optimization practice that involves analyzing resource usage metrics (e.g., CPU, memory, disk I/O) and then either resizing to a smaller SKU or deallocating idle resources. This directly reduces compute, storage, and licensing costs by aligning capacity with actual demand, as opposed to paying for over-provisioned capacity.
Exam trap
The trap here is that candidates confuse 'right-sizing' with 'Reserved Instances' because both reduce costs, but Reserved Instances are a commitment-based discount model, not an analysis-driven resizing practice.
How to eliminate wrong answers
Option A is wrong because Reserved Instance purchasing is a cost-saving commitment model (1- or 3-year term) that reduces per-hour rates, but it does not involve analyzing or removing underutilized resources; it assumes you already know the required capacity. Option C is wrong because enabling geo-redundant storage (GRS) increases cost by replicating data to a secondary region for disaster recovery, which is a resilience practice, not a cost optimization practice. Option D is wrong because using Premium SSD disks for all workloads is an anti-pattern for cost optimization; Premium SSDs are designed for high-performance I/O workloads, and using them for low-IOPS workloads (e.g., archival or dev/test) unnecessarily increases storage costs.