Skip to content

Commit 784d691

Browse files
Acrolinx and minor fixes.
1 parent e0b2250 commit 784d691

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

articles/key-vault/general/monitor-key-vault-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Key Vault uses the [Azure Diagnostics](/azure/azure-monitor/reference/tables/azu
7979
| Property | Description |
8080
|:--- |:---|
8181
| _ResourceId | A unique identifier for the resource that the record is associated with |
82-
| CallerIPAddress | IP address of the user who has performed the operation UPN claim or SPN claim based on availability. |
82+
| CallerIPAddress | IP address of the user who performed the operation UPN claim or SPN claim based on availability. |
8383
| DurationMs | The duration of the operation in milliseconds. |
8484
| httpStatusCode_d | HTTP status code returned by the request (for example, *200*) |
8585
| Level | Level of the event. One of the following values: Critical, Error, Warning, Informational and Verbose. |

articles/key-vault/general/monitor-key-vault.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,9 @@ ms.subservice: general
1414

1515
[!INCLUDE [horz-monitor-intro](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-intro.md)]
1616

17-
## Insights
18-
1917
[!INCLUDE [horz-monitor-insights](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-insights.md)]
2018

21-
Key Vault insights provides comprehensive monitoring of your key vaults by delivering a unified view of your Key Vault requests, performance, failures, and latency. For full details, see [Monitoring your key vault service with Key Vault insights](../key-vault-insights-overview.md).
19+
Key Vault Insights provides comprehensive monitoring of your key vaults by delivering a unified view of your Key Vault requests, performance, failures, and latency. For full details, see [Monitoring your key vault service with Key Vault insights](../key-vault-insights-overview.md).
2220

2321
## Monitoring overview page in Azure portal
2422

@@ -46,11 +44,11 @@ For more information about the resource types for Key Vault, see [Azure Key Vaul
4644

4745
Platform metrics and the Activity log are collected and stored automatically, but can be routed to other locations by using a diagnostic setting.
4846

49-
Resource Logs are not collected and stored until you create a diagnostic setting and route them to one or more locations.
47+
Resource Logs aren't collected and stored until you create a diagnostic setting and route them to one or more locations.
5048

5149
See [Create diagnostic setting to collect platform logs and metrics in Azure](../../azure-monitor/essentials/diagnostic-settings.md) for the detailed process for creating a diagnostic setting using the Azure portal, CLI, or PowerShell. When you create a diagnostic setting, you specify which categories of logs to collect. The categories for *Key Vault* are listed in [Key Vault monitoring data reference](monitor-key-vault-reference.md#resource-logs).
5250

53-
To create a diagnostic setting for you key vault, see [Enable Key Vault logging](howto-logging.md). The metrics and logs you can collect are discussed in the following sections.
51+
To create a diagnostic setting for your key vault, see [Enable Key Vault logging](howto-logging.md). The metrics and logs you can collect are discussed in the following sections.
5452

5553
[!INCLUDE [horz-monitor-platform-metrics](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-platform-metrics.md)]
5654

@@ -74,7 +72,7 @@ Data in Azure Monitor Logs is stored in tables where each table has its own set
7472

7573
All resource logs in Azure Monitor have the same fields followed by service-specific fields. The common schema is outlined in [Azure Monitor resource log schema](../../azure-monitor/essentials/resource-logs-schema.md)
7674

77-
The [Activity log](../../azure-monitor/essentials/activity-log.md) is a type of platform log in Azure that provides insight into subscription-level events. You can view it independently or route it to Azure Monitor Logs, where you can do much more complex queries using Log Analytics.
75+
The [Activity log](../../azure-monitor/essentials/activity-log.md) is a type of platform log for Azure that provides insight into subscription-level events. You can view it independently or route it to Azure Monitor Logs, where you can do much more complex queries using Log Analytics.
7876

7977
For a list of the types of resource logs collected for Key Vault, see [Monitoring Key Vault data reference](monitor-key-vault-reference.md#resource-logs)
8078

@@ -126,7 +124,7 @@ Here are some queries that you can enter into the **Log search** bar to help you
126124
// httpStatusCode_d contains HTTP status code returned
127125
```
128126

129-
- Input deserialization errors
127+
- Are there any Input deserialization errors?
130128

131129
```Kusto
132130
// Shows errors caused due to malformed events that could not be deserialized by the job.
@@ -197,12 +195,12 @@ Here are some queries that you can enter into the **Log search** bar to help you
197195
The following list contains some suggested alert rules for Key Vault. These alerts are just examples. You can set alerts for any metric, log entry, or activity log entry listed in the [Azure Key Vault monitoring data reference](monitor-key-vault-reference.md).
198196

199197
- Key Vault Availability drops below 100% (Static Threshold)
200-
- Key Vault Latency is greater than 1000ms (Static Threshold)
198+
- Key Vault Latency is greater than 1000 ms (Static Threshold)
201199
- Overall Vault Saturation is greater than 75% (Static Threshold)
202200
- Overall Vault Saturation exceeds average (Dynamic Threshold)
203201
- Total Error Codes higher than average (Dynamic Threshold)
204202

205-
See [Alerting for Azure Key Vault](alert.md) for more details.
203+
For more information, see [Alerting for Azure Key Vault](alert.md).
206204

207205
[!INCLUDE [horz-monitor-advisor-recommendations](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-advisor-recommendations.md)]
208206

0 commit comments

Comments
 (0)