Severity : Medium
Description: Azure standard SSD disks store data on solid state drives (SSDs), like Azure's existing premium storage disks. Standard SSD disks are a cost-effective storage option optimized for workloads that need consistent performance at lower IOPS levels. Remediation Steps : Modify virtual machines disks to use standard SSD disk volumes instead of premium SSD disk volumesThis control ensures that Azure virtual machines are using Standard SSD disk volumes instead of Premium SSD volumes for cost-effective storage. Premium SSDs are high-performance Solid-State Drive (SSD) based Storage designed to support I/O intensive workloads with significantly high throughput and low latency. Most of workloads for web servers or enterprise applications needs consistent performance at lower IOPS. Only some mission critical application or performance sensitive workload needs higher through put at higher IOPS. Using Standard SSD volumes for Azure virtual machines efficient cut down VM storage costs while maintaining a good I/O performance.
Remediation Steps:
Perform following to configure retention period for recovery point :
Login to Azure Portal usingĀ https://portal.azure.com.
Navigate to All resources.
Filter the resources for Virtual Machine, select virtual machine.
From the list of VMs, select the reported VM.
If the VM is not stooped, select Stop and wait for VM to stopped.
Under Settings, select Disks to list the attached disk volumes.
Select Size + performance.
Change the Account Type, from Premium to Standard.
Select Save.
Important:
The managed disks can switch from premium to standard. If the disks are unmanned it needs to convert first to managed disk.
Reference: