Skip to content

Commit 185a051

Browse files
authored
Merge pull request #179284 from normesta/normesta-monitor-7
Fixing an error
2 parents 5907e83 + a8820e1 commit 185a051

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/storage/blobs/blob-storage-monitoring-scenarios.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,9 @@ First decode each SAS token string. The following example decodes a SAS token st
172172

173173
Then, you can pass that string to the [Get-FileHash](/powershell/module/microsoft.powershell.utility/get-filehash) PowerShell cmdlet. For an example, see [Example 4: Compute the hash of a string](/powershell/module/microsoft.powershell.utility/get-filehash#example-4--compute-the-hash-of-a-string).
174174

175-
Alternatively, you can pass the decoded string to the [hash_sha256()](/data-explorer/kusto/query/sha256hashfunction) function as part of a kusto query.
175+
Alternatively, you can pass the decoded string to the [hash_sha256()](/azure/data-explorer/kusto/query/sha256hashfunction) function as part of a query when you use Azure Data Explorer.
176+
177+
SAS tokens do not contain identity information. One way to track the activities of users or organizations, is to keep a mapping of users or organizations to various SAS token hashes.
176178

177179
## Optimize cost for infrequent queries
178180

0 commit comments

Comments
 (0)