Skip to content

Commit 6a9c2d6

Browse files
authored
Merge pull request #54090 from bwren/mon-solution
Update to monitor solutions
2 parents 68e1a76 + 901f414 commit 6a9c2d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/monitoring/monitoring-solutions-resources-searches-alerts.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Each property of a saved search is described in the following table.
8383
| query | Query to run. |
8484

8585
> [!NOTE]
86-
> You may need to use escape characters in the query if it includes characters that could be interpreted as JSON. For example, if your query was **Type: AzureActivity OperationName:"Microsoft.Compute/virtualMachines/write"**, it should be written in the solution file as **Type: AzureActivity OperationName:\\"Microsoft.Compute/virtualMachines/write\\"**.
86+
> You may need to use escape characters in the query if it includes characters that could be interpreted as JSON. For example, if your query was **AzureActivity | OperationName:"Microsoft.Compute/virtualMachines/write"**, it should be written in the solution file as **AzureActivity | OperationName:/\"Microsoft.Compute/virtualMachines/write\"**.
8787
8888
## Alerts
8989
[Azure Log alerts](../monitoring-and-diagnostics/monitor-alerts-unified-log.md) are created by Azure Alert rules that run specified log queries at regular intervals. If the results of the query match specified criteria, an alert record is created and one or more actions are run using [Action Groups](../monitoring-and-diagnostics/monitoring-action-groups.md).

0 commit comments

Comments
 (0)