Skip to content

Commit 1b0f1a5

Browse files
Merge pull request #284083 from normesta/normesta-reg-updates-14
Replacing GUIDs with fake GUIDS
2 parents c3bd631 + dc9d91e commit 1b0f1a5

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

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

Lines changed: 12 additions & 12 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/12/2024
4+
ms.date: 08/08/2024
55
ms.custom: horz-monitor
66
ms.topic: reference
77
author: normesta
@@ -64,7 +64,7 @@ The following sections describe the properties for Azure Storage resource logs w
6464
```json
6565
{
6666
"time": "2019-02-28T19:10:21.2123117Z",
67-
"resourceId": "/subscriptions/12345678-2222-3333-4444-555555555555/resourceGroups/mytestrp/providers/Microsoft.Storage/storageAccounts/testaccount1/blobServices/default",
67+
"resourceId": "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/mytestrp/providers/Microsoft.Storage/storageAccounts/testaccount1/blobServices/default",
6868
"category": "StorageWrite",
6969
"operationName": "PutBlob",
7070
"operationVersion": "2017-04-17",
@@ -73,7 +73,7 @@ The following sections describe the properties for Azure Storage resource logs w
7373
"statusText": "Success",
7474
"durationMs": 5,
7575
"callerIpAddress": "192.168.0.1:11111",
76-
"correlationId": "ad881411-201e-004e-1c99-cfd67d000000",
76+
"correlationId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
7777
"location": "uswestcentral",
7878
"uri": "http://mystorageaccount.blob.core.windows.net/cont1/blobname?timeout=10"
7979
}
@@ -89,17 +89,17 @@ The following sections describe the properties for Azure Storage resource logs w
8989
"authorization": [
9090
{
9191
"action": "Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read",
92-
"denyAssignmentId": "821ddce4-021d-4d04-8a41-gggggggggggg",
92+
"denyAssignmentId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
9393
"principals": [
9494
{
95-
"id": "fde5ba15-4355-4223-b811-cccccccccccc",
95+
"id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
9696
"type": "User"
9797
}
9898
],
9999
"reason": "Policy",
100100
"result": "Granted",
101-
"roleAssignmentId": "ecf75cb8-491c-4a25-ad6e-aaaaaaaaaaaa",
102-
"roleDefinitionId": "b7e6dc6d-f1e8-4753-8033-ffffffffffff",
101+
"roleAssignmentId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
102+
"roleDefinitionId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
103103
"type": "RBAC"
104104
}
105105
],
@@ -108,11 +108,11 @@ The following sections describe the properties for Azure Storage resource logs w
108108
"objectKey": "/samplestorageaccount/samplecontainer/sampleblob.png"
109109
},
110110
"requester": {
111-
"appId": "691458b9-1327-4635-9f55-bbbbbbbbbbbb",
111+
"appId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
112112
"audience": "https://storage.azure.com/",
113-
"objectId": "fde5ba15-4355-4223-b811-cccccccccccc",
114-
"tenantId": "72f988bf-86f1-41af-91ab-dddddddddddd",
115-
"tokenIssuer": "https://sts.windows.net/72f988bf-86f1-41af-91ab-eeeeeeeeeeee/"
113+
"objectId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
114+
"tenantId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
115+
"tokenIssuer": "https://sts.windows.net/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
116116
},
117117
"type": "OAuth"
118118
},
@@ -130,7 +130,7 @@ The following sections describe the properties for Azure Storage resource logs w
130130
"accountName": "testaccount1",
131131
"requestUrl": "https://testaccount1.blob.core.windows.net:443/upload?restype=container&comp=list&prefix=&delimiter=/&marker=&maxresults=30&include=metadata&_=1551405598426",
132132
"userAgentHeader": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134",
133-
"referrerHeader": "blob:https://portal.azure.com/6f50025f-3b88-488d-b29e-3c592a31ddc9",
133+
"referrerHeader": "blob:https://portal.azure.com/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
134134
"clientRequestId": "",
135135
"etag": "",
136136
"serverLatencyMs": 63,

0 commit comments

Comments
 (0)