Skip to content

Commit 73ddbf8

Browse files
authored
Merge pull request #123737 from nicolas-kuyumciyan-tracebit/patch-1
Fix example in activity logs storage account name
2 parents dd4e4c8 + e414569 commit 73ddbf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/essentials/activity-log.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ insights-activity-logs/resourceId=/SUBSCRIPTIONS/{subscription ID}/y={four-digit
138138
For example, a particular blob might have a name similar to:
139139

140140
```
141-
insights-logs-networksecuritygrouprulecounter/resourceId=/SUBSCRIPTIONS/00000000-0000-0000-0000-000000000000/y=2020/m=06/d=08/h=18/m=00/PT1H.json
141+
insights-activity-logs/resourceId=/SUBSCRIPTIONS/00000000-0000-0000-0000-000000000000/y=2020/m=06/d=08/h=18/m=00/PT1H.json
142142
```
143143

144144
Each PT1H.json blob contains a JSON object with events from log files that were received during the hour specified in the blob URL. During the present hour, events are appended to the PT1H.json file as they're received, regardless of when they were generated. The minute value in the URL, `m=00` is always `00` as blobs are created on a per hour basis.
@@ -284,4 +284,4 @@ Learn more about:
284284

285285
* [Platform logs](./platform-logs-overview.md)
286286
* [Activity log event schema](activity-log-schema.md)
287-
* [Activity log insights](activity-log-insights.md)
287+
* [Activity log insights](activity-log-insights.md)

0 commit comments

Comments
 (0)