Skip to content

Commit ef99668

Browse files
committed
changed link
1 parent 7efad86 commit ef99668

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/event-grid/event-handlers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: tfitzmac
66

77
ms.service: event-grid
88
ms.topic: conceptual
9-
ms.date: 08/17/2018
9+
ms.date: 08/21/2018
1010
ms.author: tomfitz
1111
---
1212

@@ -32,7 +32,7 @@ When using Azure Functions as the handler, use the Event Grid trigger instead of
3232

3333
|Title |Description |
3434
|---------|---------|
35-
| [Overview: Event Grid trigger for Azure Functions](../azure-functions/functions-bindings-event-grid.md) | Overview of using the Event Grid trigger in Functions. |
35+
| [Event Grid trigger for Azure Functions](../azure-functions/functions-bindings-event-grid.md) | Overview of using the Event Grid trigger in Functions. |
3636
| [Tutorial: automate resizing uploaded images using Event Grid](resize-images-on-storage-blob-upload-event.md) | Users upload images through web app to storage account. When a storage blob is created, Event Grid sends an event to the function app, which resizes the uploaded image. |
3737
| [Tutorial: stream big data into a data warehouse](event-grid-event-hubs-integration.md) | When Event Hubs creates a Capture file, Event Grid sends an event to a function app. The app retrieves the Capture file and migrates data to a data warehouse. |
3838
| [Tutorial: Azure Service Bus to Azure Event Grid integration examples](../service-bus-messaging/service-bus-to-event-grid-integration-example.md?toc=%2fazure%2fevent-grid%2ftoc.json) | Event Grid sends messages from Service Bus topic to function app and logic app. |

0 commit comments

Comments
 (0)