Skip to content

Commit 644e6c0

Browse files
committed
review & update
1 parent 7e833c1 commit 644e6c0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ ms.devlang: azurecli
1111

1212
When creating an event subscription, you can customize the settings for event delivery. This article shows you how to set up a dead letter location and customize the retry settings. For information about these features, see [Event Grid message delivery and retry](delivery-and-retry.md).
1313

14-
[!INCLUDE [updated-for-az](../../includes/updated-for-az.md)]
15-
1614
> [!NOTE]
1715
> To learn about message delivery, retries, and dead-lettering, see the conceptual article: [Event Grid message delivery and retry](delivery-and-retry.md).
1816
@@ -22,9 +20,11 @@ To set a dead letter location, you need a storage account for holding events tha
2220

2321
> [!NOTE]
2422
> - Create a storage account and a blob container in the storage before running commands in this article.
25-
> - 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/...
27-
> - The dead letter blobs created will contain one or more events in an array. An important behavior to consider when processing dead letters.
23+
> - 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.
24+
> - In the above example `.../2019/8/8/5/...` represents the non-zero padded date and hour (UTC): `.../YYYY/MM/DD/HH/...`.`
25+
> - The dead letter blobs created will contain one or more events in an array, which is an important behavior to consider when processing dead letters.
26+
27+
### Azure portal
2828

2929

3030
### Azure CLI

0 commit comments

Comments
 (0)