Skip to content

Commit 1438157

Browse files
committed
upload changes
1 parent 8279c57 commit 1438157

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/event-grid/handler-event-hubs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ An event handler is the place where the event is sent. The handler takes an acti
1515

1616
Use **Event Hubs** when your solution gets events from Event Grid faster than it can process the events. Once the events are in an event hub, your application can process events from the event hub at its own schedule. You can scale your event processing to handle the incoming events.
1717

18-
## Examples
18+
## Tutorials
1919
See the following examples:
2020

2121
|Title |Description |

articles/event-grid/handler-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Use **Azure Functions** in a serverless architecture to respond to events from E
1818

1919
For more information, see [Event Grid trigger for Azure Functions](../azure-functions/functions-bindings-event-grid.md) for an overview of using the Event Grid trigger in functions.
2020

21-
## Examples
21+
## Tutorials
2222

2323
|Title |Description |
2424
|---------|---------|

articles/event-grid/handler-storage-queues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ An event handler is the place where the event is sent. The handler takes some fu
1515

1616
Use **Queue Storage** to receive events that need to be pulled. You might use Queue storage when you have a long running process that takes too long to respond. By sending events to Queue storage, the app can pull and process events on its own schedule.
1717

18-
## Examples
18+
## Tutorials
1919
See the following tutorial for an example of using Queue storage as an event handler.
2020

2121
|Title |Description |

0 commit comments

Comments
 (0)