Skip to content

Commit f2ecc56

Browse files
committed
overview
1 parent bf619e1 commit f2ecc56

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

articles/azure-monitor/alerts/alerts-log.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ You can also [create log alert rules using Azure Resource Manager templates](../
9797

9898
:::image type="content" source="media/alerts-log/alerts-rule-details-tab.png" alt-text="Details tab.":::
9999

100-
> [!NOTE]
101-
> If you, or your administrator assigned the Azure Policy **Azure Log Search Alerts over Log Analytics workspaces should use customer-managed keys**, you must select **Check workspace linked storage** option in **Advanced options**, or the rule creation will fail as it will not meet the policy requirements.
100+
> [!NOTE]
101+
> If you, or your administrator assigned the Azure Policy **Azure Log Search Alerts over Log Analytics workspaces should use customer-managed keys**, you must select **Check workspace linked storage** option in **Advanced options**, or the rule creation will fail as it will not meet the policy requirements.
102102
103103
1. In the **Tags** tab, set any required tags on the alert rule resource.
104104

articles/azure-monitor/alerts/alerts-types.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ There are four types of alerts:
2020

2121
## Choosing the right alert type
2222

23-
This table can help you decide when to use what type of alert. See the [pricing page](https://azure.microsoft.com/pricing/details/monitor/) for more detailed information about pricing.
23+
This table can help you decide when to use what type of alert. For more detailed information about pricing, see the [pricing page](https://azure.microsoft.com/pricing/details/monitor/).
2424

2525
|Alert Type |When to Use |Pricing Information|
2626
|---------|---------|---------|
@@ -54,7 +54,7 @@ When you create an alert rule for a single resource, you can apply multiple cond
5454
### Narrow the target using Dimensions
5555

5656
Dimensions are name-value pairs that contain additional data about the metric value. Using dimensions allows you to filter the metrics and monitor specific time-series, instead of monitoring the aggregate of all the dimensional values.
57-
For example, the Transactions metric of a storage account has an API name dimension, that contains the name of the API called by each transaction (for example, GetBlob, DeleteBlob, PutPage). You can choose to have an alert fired when the number of transactions is high across all API names (which is the aggregated data), or you can use dimensions to further break it down into alerting only when the number of transactions is high for specific API names.
57+
For example, the Transactions metric of a storage account can have an API name dimension that contains the name of the API called by each transaction (for example, GetBlob, DeleteBlob, PutPage). You can choose to have an alert fired when there is a high number of transactions in any API name (which is the aggregated data), or you can use dimensions to further break it down to alert only when the number of transactions is high for specific API names.
5858
If you use more than one dimension, the metric alert rule can monitor multiple dimension values from different dimensions of a metric.
5959
The alert rule separately monitors all the dimensions value combinations.
6060
See [this article](alerts-metric-multiple-time-series-single-rule.md) for detailed instructions on using dimensions in metric alert rules.
@@ -99,14 +99,14 @@ Dynamic thresholds use advanced machine learning (ML) to:
9999
- Recognize anomalies that indicate possible service issues
100100
- Calculate the most appropriate threshold for the metric
101101

102-
Machine Learning continuously uses new data to learn more and make the threshold more accurate. By adapting to the metrics’ behavior over time and alerting based on deviations from its pattern you are relieved of the the burden of knowing the "right" threshold for each metric.
102+
Machine Learning continuously uses new data to learn more and make the threshold more accurate. Because the system adapts to the metrics’ behavior over time, and alerts based on deviations from its pattern, you don't have to know the "right" threshold for each metric.
103103

104104
Dynamic thresholds help you:
105-
- Create scalable alerts for hundreds of metric series with one alert rule. Less alert rules means less time you have to spend on creating and managing alerts rules.
105+
- Create scalable alerts for hundreds of metric series with one alert rule. Fewer alert rules translates to less time that you have to spend on creating and managing alerts rules.
106106
- Create rules without having to know what threshold to configure
107107
- Configure up metric alerts using high-level concepts without extensive domain knowledge about the metric
108108
- Prevent noisy (low precision) or wide (low recall) thresholds that don’t have an expected pattern
109-
- Handle noisy metrics (such as machine CPU or memory) as well as metrics with low dispersion (such as availability and error rate).
109+
- Handle noisy metrics (such as machine CPU or memory) and metrics with low dispersion (such as availability and error rate).
110110

111111
See [this article](alerts-dynamic-thresholds.md) for detailed instructions on using dynamic thresholds in metric alert rules.
112112

@@ -118,7 +118,7 @@ The target of the log alert rule can be:
118118
- Multiple resources of the same type in the same Azure region, such as a resource group. This is currently available for selected resource types.
119119
- Multiple resources using [cross-resource query](../logs/cross-workspace-query.md#querying-across-log-analytics-workspaces-and-from-application-insights).
120120

121-
Log alerts can measure two different things which can be used for different monitoring scenarios:
121+
Log alerts can measure two different things, which can be used for different monitoring scenarios:
122122
- Table rows: The number of rows returned can be used to work with events such as Windows event logs, syslog, application exceptions.
123123
- Calculation of a numeric column: Calculations based on any numeric column can be used to include any number of resources. For example, CPU percentage.
124124

@@ -135,7 +135,7 @@ To monitor for the same condition on multiple Azure resources, you can use split
135135
You may also decide not to split when you want a condition applied to multiple resources in the scope. For example, if you want to fire an alert if at least five machines in the resource group scope have CPU usage over 80%.
136136

137137
### Using the API
138-
Manage new rules in your workspaces using the [ScheduledQueryRules](https://docs.microsoft.com/rest/api/monitor/scheduledqueryrule-2021-08-01/scheduled-query-rules) API.
138+
Manage new rules in your workspaces using the [ScheduledQueryRules](/rest/api/monitor/scheduledqueryrule-2021-08-01/scheduled-query-rules) API.
139139

140140
> [!NOTE]
141141
> Log alerts for Log Analytics used to be managed using the legacy [Log Analytics Alert API](api-alerts.md). Learn more about [switching to the current ScheduledQueryRules API](alerts-log-api-switch.md).

0 commit comments

Comments
 (0)