Skip to content

Commit 8b53962

Browse files
authored
Merge pull request #89946 from JereStay/patch-1
Add hint on how to handle processing dead letters
2 parents 054d576 + 4e0a412 commit 8b53962

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+
> - The dead letter blobs created will contain one or more events in an array. An important behavior to consider when processing dead letters.
2627
2728

2829
### Azure CLI

0 commit comments

Comments
 (0)