You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/storage/blobs/monitor-blob-storage-reference.md
+28-15Lines changed: 28 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Monitoring data reference for Azure Blob Storage
3
3
description: This article contains important reference material you need when you monitor Azure Blob Storage.
4
-
ms.date: 08/27/2024
4
+
ms.date: 11/05/2024
5
5
ms.custom: horz-monitor
6
6
ms.topic: reference
7
7
author: normesta
@@ -62,12 +62,15 @@ For the metrics supporting dimensions, you need to specify the dimension value t
62
62
63
63
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.
64
64
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.
Copy file name to clipboardExpand all lines: includes/azure-storage-logs-properties-authentication.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
author: normesta
3
3
ms.service: storage
4
4
ms.topic: include
5
-
ms.date: 05/26/2023
5
+
ms.date: 11/05/2024
6
6
ms.author: normesta
7
7
---
8
8
@@ -28,3 +28,8 @@
28
28
|**requester / tokenIssuer**| The OAuth token issuer. <br> For example: `https://sts.windows.net/72f988bf-86f1-41af-91ab-222222222222/`.|
29
29
|**requester / upn**| The User Principal Name (UPN) of requestor. <br> For example: `[email protected]`. |
30
30
|**requester / userName**| This field is reserved for internal use only.|
31
+
|**requester / uniqueName**| The unique name of the requester. For example: `[email protected]`. |
32
+
|**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`). |
33
+
|**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>`)|
34
+
|**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`).|
Copy file name to clipboardExpand all lines: includes/azure-storage-logs-properties-service.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
author: normesta
3
3
ms.service: storage
4
4
ms.topic: include
5
-
ms.date: 09/28/2020
5
+
ms.date: 10/25/2024
6
6
ms.author: normesta
7
7
---
8
8
@@ -36,4 +36,8 @@
36
36
|**smbFileId**| The **FileId** associated with the file or directory. Roughly analogous to an NTFS FileId. For example: `0x9223442405598953`|
37
37
|**smbSessionID**| The SMB2 **SessionId** established at session setup time. For example: `0x8530280128000049`|
38
38
|**smbCommandMajor uint32**| Value in the **SMB2_HEADER.Command**. Currently, this is a number between 0 and 18 inclusive. For example: `0x6`|
39
-
|**smbCommandMinor**| The subclass of **SmbCommandMajor**, where appropriate. For example: `DirectoryCloseAndDelete`|
39
+
|**smbCommandMinor**| The subclass of **SmbCommandMajor**, where appropriate. For example: `DirectoryCloseAndDelete`|
40
+
|**accessTier**|The access tier of an existing blob when an operation such as `GetBlob` or `GetBlobProperties` is used (for example: `Hot`). Can also be the access tier provided in the `x-ms-access-tier` header for operations such as `SetBlobTier`, `PutBlob`, `PutBlockList`, or `CopyBlob`. |
41
+
|**sourceAccessTier**|The access tier of the source blob of a copy operation (for example: `Hot`).|
42
+
|**rehydrationPriority**|The priority used to rehydrate an archived blob (for example: `High` or `Standard`).|
43
+
|**downloadRange**|Indicates that only a part of the blob (the specified byte range) was requested and transferred. For example, if the value of `downloadRange` field is `bytes=0-1023`, then the request retrieved the first `1024` bytes of the blob (from byte offset 0 to 1023).|
0 commit comments