Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update how-to-alert-on-metric.md (Typo "flexible server"→"Flexible Se… #145

Merged
merged 1 commit into from
Nov 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions articles/mysql/flexible-server/how-to-alert-on-metric.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ms.custom:

[!INCLUDE[applies-to-mysql-flexible-server](../includes/applies-to-mysql-flexible-server.md)]

This article shows you how to set up Azure Database for MySQL flexible server instance alerts using the Azure portal. You can receive an alert based on monitoring metrics for your Azure services.
This article shows you how to set up Azure Database for MySQL Flexible Server instance alerts using the Azure portal. You can receive an alert based on monitoring metrics for your Azure services.

The alert triggers when the value of a specified metric crosses a threshold you assign. The alert triggers both when the condition is first met, and then afterwards when that condition is no longer being met. Metric alerts are stateful, that is, they only send out notifications when the state changes.

Expand All @@ -34,7 +34,7 @@ You can configure and get information about alert rules using:

## Create an alert rule on a metric from the Azure portal

1. In the [Azure portal](https://portal.azure.com/), select the Azure Database for MySQL flexible server instance you want to monitor.
1. In the [Azure portal](https://portal.azure.com/), select the Azure Database for MySQL Flexible Server instance you want to monitor.
2. Under the **Monitoring** section of the sidebar, select **Alerts**.
3. Select **+ New alert rule**.
4. The **Create rule** page opens. Fill in the required information.
Expand Down Expand Up @@ -72,5 +72,5 @@ Once you create an alert, you can select it and do the following actions:
## Next steps

* Learn more about [setting alert on metrics](/azure/azure-monitor/alerts/alerts-metric).
* Learn more about available [metrics in Azure Database for MySQL flexible server](./concepts-monitoring.md).
* Learn more about available [metrics in Azure Database for MySQL Flexible Server](./concepts-monitoring.md).
* [Understand how metric alerts work in Azure Monitor](/azure/azure-monitor/alerts/alerts-metric-overview).