Skip to content

Commit 181040d

Browse files
Merge pull request #270450 from v-thepet/remove-comments
[BULK] Azure Monitor horizontals - Remove comments - Bulk PR
2 parents f648c93 + 6bc4d57 commit 181040d

13 files changed

+18
-619
lines changed

articles/azure-signalr/monitor-signalr.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ For example Kusto queries for Azure SignalR Service, see [Queries for the Signal
127127
> [!NOTE]
128128
> Query field names for Storage destinations differ slightly from field names for Log Analytics. For details about the field name mappings between Storage and Log Analytics tables, see [Resource Log table mapping](monitor-signalr-reference.md#resource-log-table-mapping).
129129
130-
<!-- ## Alerts. Required section. -->
131130
[!INCLUDE [horz-monitor-alerts](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-alerts.md)]
132131

133132
### Azure SignalR Service alert rules

articles/container-instances/monitor-azure-container-instances-reference.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,10 @@ ms.service: container-instances
1111

1212
# Container Instances monitoring data reference
1313

14-
<!-- Intro. Required. -->
1514
[!INCLUDE [horz-monitor-ref-intro](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-ref-intro.md)]
1615

1716
See [Monitor Container Instances](monitor-azure-container-instances.md) for details on the data you can collect for Container Instances and how to use it.
1817

19-
<!-- ## Metrics. Required section. -->
2018
[!INCLUDE [horz-monitor-ref-metrics-intro](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-ref-metrics-intro.md)]
2119

2220
### Supported metrics for Microsoft.ContainerInstance/containerGroups
@@ -29,21 +27,19 @@ The following table lists the metrics available for the Microsoft.ContainerInsta
2927
[!INCLUDE [horz-monitor-ref-metrics-tableheader](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-ref-metrics-tableheader.md)]
3028
[!INCLUDE [microsoft-containerinstance-containerscalesets-metrics](~/azure-reference-other-repo/azure-monitor-ref/supported-metrics/includes/microsoft-containerinstance-containerscalesets-metrics-include.md)]
3129

32-
<!-- ## Metric dimensions. Required section. -->
3330
[!INCLUDE [horz-monitor-ref-metrics-dimensions-intro](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-ref-metrics-dimensions-intro.md)]
31+
3432
[!INCLUDE [horz-monitor-ref-metrics-dimensions](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-ref-metrics-dimensions.md)]
3533

3634
| Dimension Name | Description |
3735
| ------------------- | ----------------- |
3836
| **containerName** | The name of the container. The name must be between 1 and 63 characters long. It can contain only lowercase letters numbers, and dashes. Dashes can't begin or end the name, and dashes can't be consecutive. The name must be unique in its resource group. |
3937

40-
<!-- ## Resource logs. Required section. -->
4138
[!INCLUDE [horz-monitor-ref-resource-logs](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-ref-resource-logs.md)]
4239

4340
### Supported resource logs for Microsoft.ContainerInstance/containerGroups
4441
[!INCLUDE [microsoft-containerinstance-containergroups-logs](~/azure-reference-other-repo/azure-monitor-ref/supported-logs/includes/microsoft-containerinstance-containergroups-logs-include.md)]
4542

46-
<!-- ## Azure Monitor Logs tables. Required section. -->
4743
[!INCLUDE [horz-monitor-ref-logs-tables](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-ref-logs-tables.md)]
4844

4945
Container Instances has two table schemas, a legacy schema for Log Analytics and a new schema that supports diagnostic settings. Diagnostic settings is in public preview in the Azure portal. You can use either or both schemas at the same time.
@@ -106,7 +102,6 @@ Microsoft.ContainerInstance/containerGroups
106102
- [ContainerInstanceLog](/azure/azure-monitor/reference/tables/containerinstancelog)
107103
- [ContainerEvent](/azure/azure-monitor/reference/tables/containerevent)
108104

109-
<!-- ## Activity log. Required section. -->
110105
[!INCLUDE [horz-monitor-ref-activity-log](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-ref-activity-log.md)]
111106

112107
The following table lists a subset of the operations that Azure Container Instances may record in the Activity log. For the complete listing, see [Microsoft.ContainerInstance resource provider operations](/azure/role-based-access-control/resource-provider-operations#microsoftcontainerinstance).

articles/container-instances/monitor-azure-container-instances.md

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,13 @@ ms.service: container-instances
1111

1212
# Monitor Azure Container Instances
1313

14-
<!-- Intro. Required. -->
1514
[!INCLUDE [horz-monitor-intro](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-intro.md)]
1615

17-
<!-- ## Resource types. Required section. -->
1816
[!INCLUDE [horz-monitor-resource-types](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-resource-types.md)]
1917
For more information about the resource types for Azure Container Instances, see [Container Instances monitoring data reference](monitor-azure-container-instances-reference.md).
2018

21-
<!-- ## Data storage. Required section. Optionally, add service-specific information about storing your monitoring data after the include. -->
2219
[!INCLUDE [horz-monitor-data-storage](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-data-storage.md)]
2320

24-
<!-- METRICS SECTION START ------------------------------------->
25-
26-
<!-- ## Platform metrics. Required section. -->
2721
[!INCLUDE [horz-monitor-platform-metrics](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-platform-metrics.md)]
2822

2923
For a list of available metrics for Container Instances, see [Container Instances monitoring data reference](monitor-azure-container-instances-reference.md#metrics).
@@ -32,27 +26,15 @@ All metrics for Container Instances are in the namespace **Container group stand
3226

3327
Containers generate similar data as other Azure resources, but they require a containerized agent to collect required data. For more information about container metrics for Container Instances, see [Monitor container resources in Azure Container Instances](container-instances-monitor.md).
3428

35-
<!-- METRICS SECTION END ------------------------------------->
36-
37-
<!-- LOGS SECTION START -------------------------------------->
38-
39-
<!-- ## Resource logs. Required section.-->
4029
[!INCLUDE [horz-monitor-resource-logs](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-resource-logs.md)]
4130

4231
- For more information about how to get log data for Container Instances, see [Retrieve container logs and events in Azure Container Instances](container-instances-get-logs.md).
4332
- For the available resource log categories, associated Log Analytics tables, and the logs schemas for Container Instances, see [Container Instances monitoring data reference](monitor-azure-container-instances-reference.md#resource-logs).
4433

45-
<!-- ## Activity log. Required section. Optionally, add service-specific information about your activity log after the include. -->
4634
[!INCLUDE [horz-monitor-activity-log](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-activity-log.md)]
4735

48-
<!-- LOGS SECTION END ------------------------------------->
49-
50-
<!-- ANALYSIS SECTION START -------------------------------------->
51-
52-
<!-- ## Analyze data. Required section. -->
5336
[!INCLUDE [horz-monitor-analyze-data](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-analyze-data.md)]
5437

55-
<!-- ### External tools. Required section. -->
5638
[!INCLUDE [horz-monitor-external-tools](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-external-tools.md)]
5739

5840
### Analyze Container Instances logs
@@ -63,7 +45,6 @@ For detailed information and instructions for querying logs, see [Container grou
6345

6446
For the Azure Monitor logs table schemas for Container Instances, see [Container Instances monitoring data reference](monitor-azure-container-instances-reference.md#azure-monitor-logs-tables).
6547

66-
<!-- ### Sample Kusto queries. Required section. If you have sample Kusto queries for your service, add them after the include. -->
6748
[!INCLUDE [horz-monitor-kusto-queries](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-kusto-queries.md)]
6849

6950
The following query examples use the legacy Log Analytics log tables. The basic structure of a query is the source table, `ContainerInstanceLog_CL` or `ContainerEvent_CL`, followed by a series of operators separated by the pipe character (`|`). You can chain several operators to refine the results and perform advanced functions.
@@ -85,17 +66,10 @@ ContainerInstanceLog_CL
8566
| where (TimeGenerated > ago(1h))
8667
```
8768

88-
<!-- ANALYSIS SECTION END ------------------------------------->
89-
90-
<!-- ALERTS SECTION START -------------------------------------->
91-
92-
<!-- ## Alerts. Required section. -->
9369
[!INCLUDE [horz-monitor-alerts](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-alerts.md)]
9470

9571
[!INCLUDE [horz-monitor-insights-alerts](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-insights-alerts.md)]
9672

97-
<!-- ### Container Instances alert rules. Required section.-->
98-
9973
### Container Instances alert rules
10074
The following table lists common and recommended alert rules for Container Instances.
10175

@@ -105,11 +79,8 @@ The following table lists common and recommended alert rules for Container Insta
10579
| Activity logs | Container Instances operations like create, update, and delete | See the [Container Instances monitoring data reference](monitor-azure-container-instances-reference.md#activity-log) for a list of activities you can track. |
10680
| Log alerts | `stdout` and `stderr` outputs in the logs | Use custom log search to set alerts for specific outputs that appear in logs. |
10781

108-
<!-- ### Advisor recommendations. Required section. -->
10982
[!INCLUDE [horz-monitor-advisor-recommendations](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-advisor-recommendations.md)]
11083

111-
<!-- ALERTS SECTION END -------------------------------------->
112-
11384
## Related content
11485

11586
- See [Container Instances monitoring data reference](monitor-azure-container-instances-reference.md) for a reference of the metrics, logs, and other important values created for Container Instances.

articles/search/monitor-azure-cognitive-search-data-reference.md

Lines changed: 2 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -9,42 +9,14 @@ ms.author: heidist
99
ms.service: cognitive-search
1010
---
1111

12-
<!--
13-
IMPORTANT
14-
To make this template easier to use, first:
15-
1. Search and replace AI Search with the official name of your service.
16-
2. Search and replace azure-cognitive-search with the service name to use in GitHub filenames.-->
17-
18-
<!-- VERSION 3.0 2024_01_01
19-
For background about this template, see https://review.learn.microsoft.com/en-us/help/contribute/contribute-monitoring?branch=main -->
20-
21-
<!-- Most services can use the following sections unchanged. All headings are required unless otherwise noted.
22-
The sections use #included text you don't have to maintain, which changes when Azure Monitor functionality changes. Add info into the designated service-specific places if necessary. Remove #includes or template content that aren't relevant to your service.
23-
24-
At a minimum your service should have the following two articles:
25-
26-
1. The primary monitoring article (based on the template monitor-service-template.md)
27-
- Title: "Monitor AI Search"
28-
- TOC title: "Monitor"
29-
- Filename: "monitor-azure-cognitive-search.md"
30-
31-
2. A reference article that lists all the metrics and logs for your service (based on this template).
32-
- Title: "AI Search monitoring data reference"
33-
- TOC title: "Monitoring data reference"
34-
- Filename: "monitor-azure-cognitive-search-data-reference.md".
35-
-->
36-
3712
# Azure AI Search monitoring data reference
3813

39-
<!-- Intro. Required. -->
4014
[!INCLUDE [horz-monitor-ref-intro](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-ref-intro.md)]
4115

4216
See [Monitor Azure AI Search](monitor-azure-cognitive-search.md) for details on the data you can collect for Azure AI Search and how to use it.
4317

44-
<!-- ## Metrics. Required section. -->
4518
[!INCLUDE [horz-monitor-ref-metrics-intro](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-ref-metrics-intro.md)]
4619

47-
<!-- Repeat the following section for each resource type/namespace in your service. -->
4820
### Supported metrics for Microsoft.Search/searchServices
4921
The following table lists the metrics available for the Microsoft.Search/searchServices resource type.
5022
[!INCLUDE [horz-monitor-ref-metrics-tableheader](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-ref-metrics-tableheader.md)]
@@ -54,7 +26,6 @@ SearchQueriesPerSecond shows the average of the search queries per second (QPS)
5426

5527
For example, within one minute, you might have a pattern like this: one second of high load that is the maximum for SearchQueriesPerSecond, followed by 58 seconds of average load, and finally one second with only one query, which is the minimum.
5628

57-
<!-- ## Metric dimensions. Required section. -->
5829
[!INCLUDE [horz-monitor-ref-metrics-dimensions-intro](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-ref-metrics-dimensions-intro.md)]
5930

6031
Azure AI Search has the following dimensions associated with the metrics that capture a count of documents or skills that were executed, "Document processed count" and "Skill execution invocation count".
@@ -69,16 +40,13 @@ Azure AI Search has the following dimensions associated with the metrics that ca
6940
| **SkillName** | Name of a skill within a skillset. |
7041
| **SkillType** | The @odata.type of the skill. |
7142

72-
<!-- ## Resource logs. Required section. -->
7343
[!INCLUDE [horz-monitor-ref-resource-logs](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-ref-resource-logs.md)]
7444

75-
<!-- Add at least one resource provider/resource type here. Example: ### Supported resource logs for Microsoft.Storage/storageAccounts/blobServices
76-
Repeat this section for each resource type/namespace in your service. -->
7745
### Supported resource logs for Microsoft.Search/searchServices
7846
[!INCLUDE [Microsoft.Search/searchServices](~/azure-reference-other-repo/azure-monitor-ref/supported-logs/includes/microsoft-search-searchservices-logs-include.md)]
7947

80-
<!-- ## Azure Monitor Logs tables. Required section. -->
8148
[!INCLUDE [horz-monitor-ref-logs-tables](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-ref-logs-tables.md)]
49+
8250
### Search Services
8351
Microsoft.Search/searchServices
8452

@@ -104,7 +72,6 @@ The following table lists the properties of resource logs in Azure AI Search. Th
10472
| resultSignature | Status | The HTTP response status of the operation. |
10573
| properties | Properties | Any extended properties related to this category of events. |
10674

107-
<!-- ## Activity log. Required section. -->
10875
[!INCLUDE [horz-monitor-ref-activity-log](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-ref-activity-log.md)]
10976

11077
The following table lists common operations related to Azure AI Search that may be recorded in the activity log. For a complete listing of all Microsoft.Search operations, see [Microsoft.Search resource provider operations](/azure/role-based-access-control/resource-provider-operations#microsoftsearch).
@@ -119,13 +86,9 @@ Common entries include references to API keys - generic informational notificati
11986

12087
Alternatively, you might gain some insight through change history. In the Azure portal, select the activity to open the detail page and then select "Change history" for information about the underlying operation.
12188

122-
<!-- Refer to https://learn.microsoft.com/azure/role-based-access-control/resource-provider-operations and link to the possible operations for your service, using the format - [<Namespace> resource provider operations](/azure/role-based-access-control/resource-provider-operations#<namespace>).
123-
If there are other operations not in the link, list them here in table form. -->
124-
125-
<!-- ## Other schemas. Optional section. Please keep heading in this order. If your service uses other schemas, add the following include and information. -->
12689
<a name="schemas"></a>
12790
[!INCLUDE [horz-monitor-ref-other-schemas](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-ref-other-schemas.md)]
128-
<!-- List other schemas and their usage here. These can be resource logs, alerts, event hub formats, etc. depending on what you think is important. You can put JSON messages, API responses not listed in the REST API docs, and other similar types of info here. -->
91+
12992
If you're building queries or custom reports, the data structures that contain Azure AI Search resource logs conform to the following schemas.
13093

13194
For resource logs sent to blob storage, each blob has one root object called **records** containing an array of log objects. Each blob contains records for all the operations that took place during the same hour.

0 commit comments

Comments
 (0)