Skip to content

Commit e539cec

Browse files
authored
Update storage-blob-event-overview.md
1 parent 0e84525 commit e539cec

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

articles/storage/blobs/storage-blob-event-overview.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,15 @@ ms.reviewer: cbrooks
1212

1313
# Reacting to Blob storage events
1414

15-
Azure Storage events allow applications to react to events, such as the creation and deletion of blobs. It does so without the need for complicated code or expensive and inefficient polling services.
15+
Azure Storage events allow applications to react to events, such as the creation and deletion of blobs. It does so without the need for complicated code or expensive and inefficient polling services. The best part is you only pay for what you use.
1616

17-
Events are pushed using [Azure Event Grid](https://azure.microsoft.com/services/event-grid/) to subscribers such as Azure Functions, Azure Logic Apps, or even to your own http listener. The best part is you only pay for what you use.
17+
Blob storage events are pushed using [Azure Event Grid](https://azure.microsoft.com/services/event-grid/) to subscribers such as Azure Functions, Azure Logic Apps, or even to your own http listener. Event Grid provides reliable event delivery to your applications through rich retry policies and dead-lettering.
1818

19-
Blob storage sends events to Event Grid which provides reliable event delivery to your applications through rich retry policies and dead-lettering.
19+
See the [Blob storage events schema](../../event-grid/event-schema-blob-storage.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json) article to view the full list of the events that Blob storage supports.
2020

2121
Common Blob storage event scenarios include image or video processing, search indexing, or any file-oriented workflow. Asynchronous file uploads are a great fit for events. When changes are infrequent, but your scenario requires immediate responsiveness, event-based architecture can be especially efficient.
2222

23-
See the [Blob storage events schema](../../event-grid/event-schema-blob-storage.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json) article to view the full list of the events that Blob storage supports.
24-
25-
If you want to try this out now, see any of these quickstart articles:
23+
If you want to try blob storage events, see any of these quickstart articles:
2624

2725
|If you want to use this tool: |See this article: |
2826
|--|-|

0 commit comments

Comments
 (0)