Skip to content

Commit 0e2412f

Browse files
committed
replace tables, update includes links
1 parent 3b21a5c commit 0e2412f

File tree

2 files changed

+38
-30
lines changed

2 files changed

+38
-30
lines changed

articles/storage/blobs/monitor-blob-storage-reference.md

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Monitoring data reference for Azure Blob Storage
33
description: This article contains important reference material you need when you monitor Azure Blob Storage.
4-
ms.date: 02/07/2024
4+
ms.date: 02/12/2024
55
ms.custom: horz-monitor
66
ms.topic: reference
77
author: normesta
@@ -34,27 +34,27 @@ At a minimum your service should have the following two articles:
3434
# Azure Blob Storage monitoring data reference
3535

3636
<!-- Intro -->
37-
[!INCLUDE [horz-monitor-ref-intro](~/articles/reusable-content/azure-monitor/horizontals/horz-monitor-ref-intro.md)]
37+
[!INCLUDE [horz-monitor-ref-intro](~/articles/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-ref-intro.md)]
3838

3939
See [Monitor Azure Blob Storage](monitor-blob-storage.md) for details on the data you can collect for Azure Blob Storage and how to use it.
4040

4141
<!-- ## Metrics. Required section. -->
4242
<a name="metrics-dimensions"></a>
43-
[!INCLUDE [horz-monitor-ref-metrics-intro](~/articles/reusable-content/azure-monitor/horizontals/horz-monitor-ref-metrics-intro.md)]
43+
[!INCLUDE [horz-monitor-ref-metrics-intro](~/articles/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-ref-metrics-intro.md)]
4444

4545
### Supported metrics for Microsoft.Storage/storageAccounts
4646
The following table lists the metrics available for the Microsoft.Storage/storageAccounts resource type.
47-
[!INCLUDE [horz-monitor-ref-metrics-tableheader](~/articles/reusable-content/azure-monitor/horizontals/horz-monitor-ref-metrics-tableheader.md)]
47+
[!INCLUDE [horz-monitor-ref-metrics-tableheader](~/articles/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-ref-metrics-tableheader.md)]
4848
[!INCLUDE [Microsoft.Storage/storageAccounts](~/azure-reference-other-repo/azure-monitor-ref/supported-metrics/includes/microsoft-storage-storageaccounts-metrics-include.md)]
4949

5050
### Supported metrics for Microsoft.Storage/storageAccounts/blobServices
5151
The following table lists the metrics available for the Microsoft.Storage/storageAccounts/blobServices resource type.
52-
[!INCLUDE [horz-monitor-ref-metrics-tableheader](~/articles/reusable-content/azure-monitor/horizontals/horz-monitor-ref-metrics-tableheader.md)]
52+
[!INCLUDE [horz-monitor-ref-metrics-tableheader](~/articles/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-ref-metrics-tableheader.md)]
5353
[!INCLUDE [Microsoft.Storage/storageAccounts/blobServices](~/azure-reference-other-repo/azure-monitor-ref/supported-metrics/includes/microsoft-storage-storageaccounts-blobservices-metrics-include.md)]
5454

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

5959
### Dimensions available to all storage services
6060

@@ -71,18 +71,20 @@ For the metrics supporting dimensions, you need to specify the dimension value t
7171

7272
<!-- ## Resource logs. Required section. -->
7373
<a name="resource-logs-preview"></a>
74-
[!INCLUDE [horz-monitor-ref-resource-logs](~/articles/reusable-content/azure-monitor/horizontals/horz-monitor-ref-resource-logs.md)]
74+
[!INCLUDE [horz-monitor-ref-resource-logs](~/articles/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-ref-resource-logs.md)]
7575

7676
### Supported resource logs for Microsoft.Storage/storageAccounts/blobServices
7777
[!INCLUDE [Microsoft.Storage/storageAccounts/blobServices](~/azure-reference-other-repo/azure-monitor-ref/supported-logs/includes/microsoft-storage-storageaccounts-blobservices-logs-include.md)]
7878

7979
<!-- ## Azure Monitor Logs tables. Required section. -->
80-
[!INCLUDE [horz-monitor-ref-logs-tables](~/articles/reusable-content/azure-monitor/horizontals/horz-monitor-ref-logs-tables.md)]
80+
[!INCLUDE [horz-monitor-ref-logs-tables](~/articles/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-ref-logs-tables.md)]
8181

8282
- [AzureActivity](/azure/azure-monitor/reference/tables/azureactivity)
8383
- [AzureMetrics](/azure/azure-monitor/reference/tables/azuremetrics)
8484
- [StorageBlobLogs](/azure/azure-monitor/reference/tables/storagebloblogs)
8585

86+
The following sections describe the properties for Azure Storage resource logs when they're collected in Azure Monitor Logs or Azure Storage. The properties describe the operation, the service, and the type of authorization that was used to perform the operation.
87+
8688
### Fields that describe the operation
8789

8890
```json
@@ -103,6 +105,8 @@ For the metrics supporting dimensions, you need to specify the dimension value t
103105
}
104106
```
105107

108+
[!INCLUDE [Account level capacity metrics](../../../includes/azure-storage-logs-properties-operation.md)]
109+
106110
### Fields that describe how the operation was authenticated
107111

108112
```json
@@ -142,6 +146,8 @@ For the metrics supporting dimensions, you need to specify the dimension value t
142146

143147
```
144148

149+
[!INCLUDE [Account level capacity metrics](../../../includes/azure-storage-logs-properties-authentication.md)]
150+
145151
### Fields that describe the service
146152

147153
```json
@@ -179,12 +185,14 @@ For the metrics supporting dimensions, you need to specify the dimension value t
179185
}
180186
```
181187

188+
[!INCLUDE [Account level capacity metrics](../../../includes/azure-storage-logs-properties-service.md)]
189+
182190
<!-- ## Activity log. Required section. -->
183-
[!INCLUDE [horz-monitor-ref-activity-log](~/articles/reusable-content/azure-monitor/horizontals/horz-monitor-ref-activity-log.md)]
191+
[!INCLUDE [horz-monitor-ref-activity-log](~/articles/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-ref-activity-log.md)]
184192
- [Microsoft.Storage resource provider operations](/azure/role-based-access-control/resource-provider-operations#microsoftstorage)
185193

186194
<!-- ## Other schemas. Optional section. Please keep heading in this order. If your service uses other schemas, add the following include and information.
187-
[!INCLUDE [horz-monitor-ref-other-schemas](~/articles/reusable-content/azure-monitor/horizontals/horz-monitor-ref-other-schemas.md)]
195+
[!INCLUDE [horz-monitor-ref-other-schemas](~/articles/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-ref-other-schemas.md)]
188196
<!-- 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. -->
189197

190198
## Related content

articles/storage/blobs/monitor-blob-storage.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -33,46 +33,46 @@ At a minimum your service should have the following two articles:
3333
# Monitor Azure Blob Storage
3434

3535
<!-- Intro -->
36-
[!INCLUDE [horz-monitor-intro](~/articles/reusable-content/azure-monitor/horizontals/horz-monitor-intro.md)]
36+
[!INCLUDE [horz-monitor-intro](~/articles/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-intro.md)]
3737

3838
>[!IMPORTANT]
3939
>Metrics and logs in Azure Monitor support only Azure Resource Manager storage accounts. Azure Monitor doesn't support classic storage accounts. If you want to use metrics or logs on a classic storage account, you need to migrate to an Azure Resource Manager storage account. For more information, see [Migrate to Azure Resource Manager](/azure/virtual-machines/migration-classic-resource-manager-overview).
4040
4141
<!-- ## Insights. Optional section. If your service has insights, add the following include and information. -->
42-
[!INCLUDE [horz-monitor-insights](~/articles/reusable-content/azure-monitor/horizontals/horz-monitor-insights.md)]
42+
[!INCLUDE [horz-monitor-insights](~/articles/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-insights.md)]
4343
<!-- Insights service-specific information. Add brief information about what your Azure Monitor insights provide here. You can refer to another article that gives details or add a screenshot. -->
4444
Azure Storage insights offer a unified view of storage performance, capacity, and availability. See [Monitor storage with Azure Monitor Storage insights](../common/storage-insights-overview.md).
4545

4646
<!-- ## Resource types. Required section. -->
47-
[!INCLUDE [horz-monitor-resource-types](~/articles/reusable-content/azure-monitor/horizontals/horz-monitor-resource-types.md)]
47+
[!INCLUDE [horz-monitor-resource-types](~/articles/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-resource-types.md)]
4848

4949
<!-- ## Data storage. Required section. Optionally, add service-specific information about storing your monitoring data after the include. -->
50-
[!INCLUDE [horz-monitor-data-storage](~/articles/reusable-content/azure-monitor/horizontals/horz-monitor-data-storage.md)]
50+
[!INCLUDE [horz-monitor-data-storage](~/articles/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-data-storage.md)]
5151
<!-- Add service-specific information about storing monitoring data here, if applicable. For example, SQL Server stores other monitoring data in its own databases. -->
5252

5353
<!-- METRICS SECTION START ------------------------------------->
5454

5555
<!-- ## Platform metrics. Required section.
56-
- If your service doesn't collect platform metrics, use the following include: [!INCLUDE [horz-monitor-no-platform-metrics](~/articles/reusable-content/azure-monitor/horizontals/horz-monitor-no-platform-metrics.md)]
56+
- If your service doesn't collect platform metrics, use the following include: [!INCLUDE [horz-monitor-no-platform-metrics](~/articles/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-no-platform-metrics.md)]
5757
- If your service collects platform metrics, add the following include, statement, and service-specific information as appropriate. -->
58-
[!INCLUDE [horz-monitor-platform-metrics](~/articles/reusable-content/azure-monitor/horizontals/horz-monitor-platform-metrics.md)]
58+
[!INCLUDE [horz-monitor-platform-metrics](~/articles/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-platform-metrics.md)]
5959
For a list of available metrics for Azure Blob Storage, see [Azure Blob Storage monitoring data reference](monitor-blob-storage-reference.md#metrics).
6060
<!-- Platform metrics service-specific information. Add service-specific information about your platform metrics here.-->
6161

6262
<!-- ## Prometheus/container metrics. Optional. If your service uses containers/Prometheus metrics, add the following include and information.
63-
[!INCLUDE [horz-monitor-container-metrics](~/articles/reusable-content/azure-monitor/horizontals/horz-monitor-container-metrics.md)]
63+
[!INCLUDE [horz-monitor-container-metrics](~/articles/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-container-metrics.md)]
6464
<!-- Add service-specific information about your container/Prometheus metrics here.-->
6565

6666
<!-- ## System metrics. Optional. If your service uses system-imported metrics, add the following include and information.
67-
[!INCLUDE [horz-monitor-system-metrics](~/articles/reusable-content/azure-monitor/horizontals/horz-monitor-system-metrics.md)]
67+
[!INCLUDE [horz-monitor-system-metrics](~/articles/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-system-metrics.md)]
6868
<!-- Add service-specific information about your system-imported metrics here.-->
6969

7070
<!-- ## Custom metrics. Optional. If your service uses custom imported metrics, add the following include and information.
71-
[!INCLUDE [horz-monitor-custom-metrics](~/articles/reusable-content/azure-monitor/horizontals/horz-monitor-custom-metrics.md)]
71+
[!INCLUDE [horz-monitor-custom-metrics](~/articles/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-custom-metrics.md)]
7272
<!-- Custom imported service-specific information. Add service-specific information about your custom imported metrics here.-->
7373

7474
<!-- ## Non-Azure Monitor metrics. Optional. If your service uses any non-Azure Monitor based metrics, add the following include and information.
75-
[!INCLUDE [horz-monitor-custom-metrics](~/articles/reusable-content/azure-monitor/horizontals/horz-monitor-non-monitor-metrics.md)]
75+
[!INCLUDE [horz-monitor-custom-metrics](~/articles/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-non-monitor-metrics.md)]
7676
<!-- Non-Monitor metrics service-specific information. Add service-specific information about your non-Azure Monitor metrics here.-->
7777

7878
<!-- METRICS SECTION END ------------------------------------->
@@ -81,9 +81,9 @@ For a list of available metrics for Azure Blob Storage, see [Azure Blob Storage
8181

8282
<a name="collection-and-routing"></a>
8383
<!-- ## Resource logs. Required section.
84-
- If your service doesn't collect resource logs, use the following include [!INCLUDE [horz-monitor-no-resource-logs](~/articles/reusable-content/azure-monitor/horizontals/horz-monitor-no-resource-logs.md)]
84+
- If your service doesn't collect resource logs, use the following include [!INCLUDE [horz-monitor-no-resource-logs](~/articles/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-no-resource-logs.md)]
8585
- If your service collects resource logs, add the following include, statement, and service-specific information as appropriate. -->
86-
[!INCLUDE [horz-monitor-resource-logs](~/articles/reusable-content/azure-monitor/horizontals/horz-monitor-resource-logs.md)]
86+
[!INCLUDE [horz-monitor-resource-logs](~/articles/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-resource-logs.md)]
8787
For the available resource log categories, their associated Log Analytics tables, and the logs schemas for Azure Blob Storage, see [Azure Blob Storage monitoring data reference](monitor-blob-storage-reference.md#resource-logs).
8888
<!-- Resource logs service-specific information. Add service-specific information about your resource logs here.
8989
NOTE: Azure Monitor already has general information on how to configure and route resource logs. See https://learn.microsoft.com/azure/azure-monitor/platform/diagnostic-settings. Ideally, don't repeat that information here. You can provide a single screenshot of the diagnostic settings portal experience if you want. -->
@@ -105,11 +105,11 @@ For general destination limitations, see [Destination limitations](/azure/azure-
105105
If you send logs to Log Analytics, you can manage the data retention period of Log Analytics at the workspace level or even specify different retention settings by data type. To learn how, see [Change the data retention period](/azure/azure-monitor/logs/data-retention-archive).
106106

107107
<!-- ## Activity log. Required section. Optionally, add service-specific information about your activity log after the include. -->
108-
[!INCLUDE [horz-monitor-activity-log](~/articles/reusable-content/azure-monitor/horizontals/horz-monitor-activity-log.md)]
108+
[!INCLUDE [horz-monitor-activity-log](~/articles/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-activity-log.md)]
109109
<!-- Activity log service-specific information. Add service-specific information about your activity log here. -->
110110

111111
<!-- ## Imported logs. Optional section. If your service uses imported logs, add the following include and information.
112-
[!INCLUDE [horz-monitor-imported-logs](~/articles/reusable-content/azure-monitor/horizontals/horz-monitor-imported-logs.md)]
112+
[!INCLUDE [horz-monitor-imported-logs](~/articles/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-imported-logs.md)]
113113
<!-- Add service-specific information about your imported logs here. -->
114114

115115
<!-- ## Other logs. Optional section.
@@ -121,10 +121,10 @@ If your service has other logs that aren't resource logs or in the activity log,
121121

122122
<!-- ## Analyze data. Required section. -->
123123
<a name="analyzing-logs"></a>
124-
[!INCLUDE [horz-monitor-analyze-data](~/articles/reusable-content/azure-monitor/horizontals/horz-monitor-analyze-data.md)]
124+
[!INCLUDE [horz-monitor-analyze-data](~/articles/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-analyze-data.md)]
125125

126126
<!-- ### External tools. Required section. -->
127-
[!INCLUDE [horz-monitor-external-tools](~/articles/reusable-content/azure-monitor/horizontals/horz-monitor-external-tools.md)]
127+
[!INCLUDE [horz-monitor-external-tools](~/articles/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-external-tools.md)]
128128

129129
### Analyze metrics for Azure Blob Storage
130130

@@ -384,7 +384,7 @@ Requests made by the Blob storage service itself, such as log creation or deleti
384384
All other failed anonymous requests aren't logged. For a full list of the logged data, see [Storage logged operations and status messages](/rest/api/storageservices/storage-analytics-logged-operations-and-status-messages) and [Storage log format](monitor-blob-storage-reference.md).
385385

386386
<!-- ### Sample Kusto queries. Required section. If you have sample Kusto queries for your service, add them after the include. -->
387-
[!INCLUDE [horz-monitor-kusto-queries](~/articles/reusable-content/azure-monitor/horizontals/horz-monitor-kusto-queries.md)]
387+
[!INCLUDE [horz-monitor-kusto-queries](~/articles/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-kusto-queries.md)]
388388
<!-- Add sample Kusto queries for your service here. -->
389389
Here are some queries that you can enter in the **Log search** bar to help you monitor your Blob storage. These queries work with the [new language](../../azure-monitor/logs/log-query-overview.md).
390390

@@ -449,7 +449,7 @@ Add short information or links to specific articles that outline how to analyze
449449
<!-- ALERTS SECTION START -------------------------------------->
450450
451451
<!-- ## Alerts. Required section. -->
452-
[!INCLUDE [horz-monitor-alerts](~/articles/reusable-content/azure-monitor/horizontals/horz-monitor-alerts.md)]
452+
[!INCLUDE [horz-monitor-alerts](~/articles/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-alerts.md)]
453453
454454
<!-- ### Azure Blob Storage alert rules. Required section.
455455
**MUST HAVE** service-specific alert rules. Include useful alerts on metrics, logs, log conditions, or activity log.
@@ -467,7 +467,7 @@ The following table lists common and recommended alert rules for Azure Blob Stor
467467
| Metric | Blob Storage egress has exceeded 500 GiB in one day. | Egress<br>Dimension names: Geo type, API name, Authentication |
468468
469469
<!-- ### Advisor recommendations -->
470-
[!INCLUDE [horz-monitor-advisor-recommendations](~/articles/reusable-content/azure-monitor/horizontals/horz-monitor-advisor-recommendations.md)]
470+
[!INCLUDE [horz-monitor-advisor-recommendations](~/articles/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-advisor-recommendations.md)]
471471
472472
<!-- ALERTS SECTION END -------------------------------------->
473473

0 commit comments

Comments
 (0)