Skip to content

Commit deef9a9

Browse files
authored
Merge pull request #98900 from cdodrzywolski/patch-1
Include timestamp explanation
2 parents fb13f47 + 9109fc4 commit deef9a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/event-grid/manage-event-delivery.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ To set a dead letter location, you need a storage account for holding events tha
2323
> [!NOTE]
2424
> - Create a storage account and a blob container in the storage before running commands in this article.
2525
> - The Event Grid service creates blobs in this container. The names of blobs will have the name of the Event Grid subscription with all the letters in upper case. For example, if the name of the subscription is My-Blob-Subscription, names of the dead letter blobs will have MY-BLOB-SUBSCRIPTION (myblobcontainer/MY-BLOB-SUBSCRIPTION/2019/8/8/5/111111111-1111-1111-1111-111111111111.json). This behavior is to protect against differences in case handling between Azure services.
26+
> - In the above example .../2019/8/8/5/... represents the non-zero padded date and hour (UTC): .../YYYY/MM/DD/HH/...
2627
> - The dead letter blobs created will contain one or more events in an array. An important behavior to consider when processing dead letters.
2728
2829

0 commit comments

Comments
 (0)