Skip to content

Commit 867aca6

Browse files
committed
Updates
1 parent cdfd204 commit 867aca6

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

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

Lines changed: 4 additions & 1 deletion
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: 10/25/2024
4+
ms.date: 11/05/2024
55
ms.custom: horz-monitor
66
ms.topic: reference
77
author: normesta
@@ -62,6 +62,9 @@ For the metrics supporting dimensions, you need to specify the dimension value t
6262

6363
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.
6464

65+
> [!NOTE]
66+
> The field names listed in each section below are valid when resource logs are sent to Azure storage or to an event hub. When the logs are sent to a Log Analytics workspace, the field names might be different.
67+
6568
### Fields that describe the operation
6669

6770
```json

includes/azure-storage-logs-properties-authentication.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: normesta
33
ms.service: storage
44
ms.topic: include
5-
ms.date: 10/25/2024
5+
ms.date: 11/05/2024
66
ms.author: normesta
77
---
88

@@ -28,8 +28,9 @@
2828
|**requester / tokenIssuer** | The OAuth token issuer. <br> For example: `https://sts.windows.net/72f988bf-86f1-41af-91ab-222222222222/`.|
2929
|**requester / upn** | The User Principal Name (UPN) of requestor. <br> For example: `[email protected]`. |
3030
|**requester / userName** | This field is reserved for internal use only.|
31-
|**requester / uniqueName** | The `unique_name` field of the access token. Provides a human readable value that identifies the subject of the token. For example: `[email protected]`. |
32-
|**requester / delegatedTenantId**| The Microsoft Entra tenant ID of the Azure resource ID which accesses storage on-behalf-of the storage resource owner (For example: `aaaabbbb-0000-cccc-1111-dddd2222eeee`). |
33-
|**requester / delegatedResourceId**|The Azure resource ID which accesses storage on behalf of the storage resource owner (For example: `/subscriptions/<sub>/resourcegroups/<rg>/providers/Microsoft.Compute/virtualMachines/<vm-name>`)|
34-
|**requester / delegatedObjectId**|The Microsoft Entra object ID of the Azure resource ID which accesses storage on behalf of the storage resource owner (For example: `aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb`).|
31+
|**requester / uniqueName** | The unique name of the requester. For example: `[email protected]`. |
32+
33+
|**delegatedResource / tenantId**| The Microsoft Entra tenant ID of the Azure resource ID which accesses storage on-behalf-of the storage resource owner (For example: `aaaabbbb-0000-cccc-1111-dddd2222eeee`). |
34+
|**delegatedResource / resourceId**|The Azure resource ID which accesses storage on behalf of the storage resource owner (For example: `/subscriptions/<sub>/resourcegroups/<rg>/providers/Microsoft.Compute/virtualMachines/<vm-name>`)|
35+
|**delegatedResource / objectId**|The Microsoft Entra object ID of the Azure resource ID which accesses storage on behalf of the storage resource owner (For example: `aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb`).|
3536

0 commit comments

Comments
 (0)