Skip to content

Commit e414569

Browse files
Fix example in activity logs storage account name
It looked to be a copy/paste error from https://learn.microsoft.com/en-us/azure/azure-monitor/essentials/resource-logs#send-to-azure-storage
1 parent 37b1d14 commit e414569

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)