Skip to content

Commit f881fd1

Browse files
banisadrbanisadr
authored andcommitted
appeasing the evil acrolinx
1 parent a5f4425 commit f881fd1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

articles/event-grid/edge/configure-identity-auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ services: event-grid
1313

1414
# Configure identity for the Event Grid module
1515

16-
This article gives you examples of the possible identity configurations for an Event Grid module. By default, the Event Grid module will present its identity certificate as configured by the IoT security daemon. An identity certificate is presented by the Event Grid module on its outgoing calls that is, when it delivers events. A subscriber to an Event Grid event can then choose to validate that it's indeed the Event Grid module that sent the event before accepting the event.
16+
This article gives examples of the ways you can configure identity for an Event Grid module. By default, the Event Grid module will present its identity certificate as configured by the IoT security daemon. An identity certificate is presented by the Event Grid module on its outgoing calls that is, when it delivers events. A subscriber can then validate that it's the Event Grid module that sent the event before accepting.
1717

1818
See [Security and authentication](security-authentication.md) guide for all the possible configurations.
1919

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ 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, by using modern serverless architectures. 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.
1616

17-
Instead, events are pushed through [Azure Event Grid](https://azure.microsoft.com/services/event-grid/) to subscribers such as Azure Functions, Azure Logic Apps, or even to your own custom http listener, and you only pay for what you use.
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.
1818

19-
Blob storage events are reliably sent to the Event Grid service which provides reliable delivery services to your applications through rich retry policies and dead-letter delivery.
19+
Blob storage sends events to Event Grid which provides reliable event delivery to your applications through rich retry policies and dead-lettering.
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

@@ -50,7 +50,7 @@ See the [Blob storage events schema](../../event-grid/event-schema-blob-storage.
5050
5151
## Filtering events
5252

53-
Blob event subscriptions can be filtered based on the event type and by the container name and blob name of the object that was created or deleted. Filters can be applied to event subscriptions either during the [creation](/cli/azure/eventgrid/event-subscription?view=azure-cli-latest) of the event subscription or [at a later time](/cli/azure/eventgrid/event-subscription?view=azure-cli-latest). Subject filters in Event Grid work based on "begins with" and "ends with" matches, so that events with a matching subject are delivered to the subscriber.
53+
Blob [events can be filtered](/cli/azure/eventgrid/event-subscription?view=azure-cli-latest) by the event type, container name, or name of the object that was created/deleted. Filters in Event Grid match the beginning or end of the subject so events with a matching subject go to the subscriber.
5454

5555
To learn more about how to apply filters, see [Filter events for Event Grid](https://docs.microsoft.com/azure/event-grid/how-to-filter-events).
5656

includes/event-grid-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The following limits apply to Azure Event Grid system topics and custom topics,
1818
| Event subscriptions per topic | 500 |
1919
| Publish rate for a custom topic (ingress) | 5,000 events per second per topic |
2020
| Publish requests | 250 per second |
21-
| Event size | 1 MB (charged in as multiple 64 KB events) |
21+
| Event size | 1 MB (charged in as multiple 64-KB events) |
2222

2323
The following limits apply to event domains only.
2424

0 commit comments

Comments
 (0)