How to set a metric condition in Azure SQL Managed Instance

Viewed 46

My Azure SQL Managed Instance is showing the storage utilization chart as follows:

enter image description here

And the Average Storage used metric is showing as follows:

enter image description here

Goal: set a condition for the metric Storage Space used so that when the average space used exceeds 52k, I get an alert. Currently, average storage used is showing 51.74k as depicted in the image 2 below)

Question: what threshold value should I set in the Alert Rule, to achieve the above goal?

Ref: Create alerts for Azure SQL Managed Instance

1 Answers

Please configure in the Alert panel as shown below for a threshold limit of 52k.

Select Unit as "k" and Threshold value as 52

enter image description here

Related