Skip to content

Commit 79485bd

Browse files
authored
Update sql-database-managed-instance-alerts.md
1 parent 742903f commit 79485bd

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

articles/sql-database/sql-database-managed-instance-alerts.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,15 @@ You can configure an alert to do the following when it triggers:
3333
* Call Azure runbook
3434
* Call an external ticketing ITSM compatible system
3535

36+
You can configure and get information about alert rules using the following interfaces:
37+
38+
* [Azure portal](../monitoring-and-diagnostics/insights-alerts-portal.md)
39+
* [PowerShell](../azure-monitor/platform/alerts-classic-portal.md)
40+
* [Command-Line Interface (CLI)](../azure-monitor/platform/alerts-classic-portal.md)
41+
* [Azure Monitor REST API](https://msdn.microsoft.com/library/azure/dn931945.aspx)
42+
43+
## Alerting metrics available for managed instance
44+
3645
> [!NOTE]
3746
> Alerting metrics are available for managed instance as the entire resource. Alerting metrics for individual databases in managed instance are not available.
3847
@@ -48,13 +57,6 @@ The following managed instance metrics are available for alerting configuration:
4857
| Storage space used | Storage space used in the selected period. Changes with storage consumption by databases and the instance. | MB (Megabytes) |
4958
| Virtual core count | vCores provisioned for the managed instance. Changes with resource scaling operation. | 4-80 (vCores) |
5059

51-
You can configure and get information about alert rules using the following interfaces:
52-
53-
* [Azure portal](../monitoring-and-diagnostics/insights-alerts-portal.md)
54-
* [PowerShell](../azure-monitor/platform/alerts-classic-portal.md)
55-
* [Command-Line Interface (CLI)](../azure-monitor/platform/alerts-classic-portal.md)
56-
* [Azure Monitor REST API](https://msdn.microsoft.com/library/azure/dn931945.aspx)
57-
5860
## Create an alert rule on a metric with the Azure portal
5961

6062
1. In Azure [portal](https://portal.azure.com/), locate SQL managed instance you are interested in monitoring, and select it.
@@ -104,11 +106,13 @@ You can configure and get information about alert rules using the following inte
104106
* Complete creating the alert rule by clicking on **Create alert rule** button.
105107
* Within a few minutes new alert rule is active, and alerts are triggered as defined as previously described.
106108

107-
* For the example shown on this page for setting up an alert on storage space, if your alerting option was email, you might receive email such is the one shown below. The email shows the alert name, details of the threshold and why the alert was triggered. You can use See in Azure portal button to view this alert in the web browser. Note email formatting is subject to change.
109+
## Alerts received
110+
111+
* For the example shown on this page for setting up an alert on storage space used, if your alerting option was email, you might receive email such is the one shown below. The email shows the alert name, details of the threshold and why the alert was triggered. You can use See in Azure portal button to view this alert in the web browser. Note email formatting is subject to change.
108112

109113
![alert_example](media/sql-database-managed-instance-alerts/mi-email-alert-example-smaller-annotated.png)
110114

111-
## Modify existing alert rules
115+
## View, modify and delete existing alert rules
112116

113117
> [!NOTE]
114118
> Existing alerts need to be managed from Alerts menu from Azure portal dashboard. Existing alerts cannot be modified from Managed Instance resource blade.

0 commit comments

Comments
 (0)