SV-276253r1150067_rule
V-276253
SRG-APP-000359-DB-000319
MSQL-00-011000
CAT II
10
Utilize Alerts in Microsoft Azure Monitoring and/or third-party tools to configure the system to notify appropriate support staff immediately upon storage volume utilization reaching 75 percent.
Refer to: https://learn.microsoft.com/en-us/azure/azure-monitor/alerts/alerts-overview
Azure SQL Managed Instance must provide notice upon audit storage reaching capacity.
Verify if an Azure Rule exists with the following command example:
$storageAcct = Get-AzStorageAccount -ResourceGroupName 'Name of RG for Audit Storage' -Name 'Audit Storage Account Name'
$metric = Get-AzMetricAlertRuleV2 | Where-Object TargetResourceId -eq $storageAcct.Id
$metric.Criteria
If no alert exists, this is a finding.
If the criteria does not match 75 percent or less than the maximum capacity of 5TB, this is a finding.
V-276253
False
MSQL-00-011000
Azure SQL Managed Instance must provide notice upon audit storage reaching capacity.
Verify if an Azure Rule exists with the following command example:
$storageAcct = Get-AzStorageAccount -ResourceGroupName 'Name of RG for Audit Storage' -Name 'Audit Storage Account Name'
$metric = Get-AzMetricAlertRuleV2 | Where-Object TargetResourceId -eq $storageAcct.Id
$metric.Criteria
If no alert exists, this is a finding.
If the criteria does not match 75 percent or less than the maximum capacity of 5TB, this is a finding.
M
5711