You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/event-grid/event-handlers.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,7 @@ Event Hubs can act as either an event source or event handler. The following art
46
46
|Title |Description |
47
47
|---------|---------|
48
48
|[Quickstart: route custom events to Azure Event Hubs with Azure CLI and Event Grid](custom-event-to-eventhub.md)| Sends a custom event to an event hub for processing by an application. |
49
+
|[Resource Manager template: custom topic and Event Hubs endpoint](https://github.com/Azure/azure-quickstart-templates/tree/master/101-event-grid-event-hubs-handler)| A Resource Manager template that creates a subscription for a custom topic. It sends events to an Azure Event Hubs. |
49
50
50
51
For examples of Event Hubs as a source, see [Event Hubs source](event-sources.md#event-hubs).
Copy file name to clipboardExpand all lines: articles/event-grid/event-sources.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: tfitzmac
6
6
7
7
ms.service: event-grid
8
8
ms.topic: conceptual
9
-
ms.date: 08/21/2018
9
+
ms.date: 09/19/2018
10
10
ms.author: tomfitz
11
11
---
12
12
@@ -54,7 +54,7 @@ Subscribe to custom topics to respond to application events.
54
54
|[PowerShell: subscribe to events for a custom topic](./scripts/event-grid-powershell-subscribe-custom-topic.md)|Sample script that creates a subscription for a custom topic. It sends events to a WebHook.|
55
55
|[Resource Manager template: custom topic and WebHook endpoint](https://github.com/Azure/azure-quickstart-templates/tree/master/101-event-grid)| A Resource Manager template that creates a custom topic and subscription for that custom topic. It sends events to a WebHook. |
56
56
|
57
-
|[Resource Manager template: custom topic and Event Hubs endpoint](https://github.com/Azure/azure-docs-json-samples/blob/master/event-grid/subscribeCustomTopicToEventHub.json)| A Resource Manager template that creates a subscription for a custom topic. It sends events to an Azure Event Hubs. |
57
+
|[Resource Manager template: custom topic and Event Hubs endpoint](https://github.com/Azure/azure-quickstart-templates/tree/master/101-event-grid-event-hubs-handler)| A Resource Manager template that creates a subscription for a custom topic. It sends events to an Azure Event Hubs. |
58
58
|[Event schema](event-schema.md)| Shows fields in custom events. |
59
59
60
60
## Event Hubs
@@ -100,7 +100,7 @@ Subscribe to resource group events to respond to changes in resources across a r
100
100
|[Azure CLI: subscribe to events for a resource group and filter for a resource](./scripts/event-grid-cli-resource-group-filter.md)| Sample script that subscribes to events for a resource group and filters events for one resource. |
101
101
|[PowerShell: subscribe to events for a resource group](./scripts/event-grid-powershell-resource-group.md)| Sample script that subscribes to events for a resource group. It sends events to a WebHook. |
102
102
|[PowerShell: subscribe to events for a resource group and filter for a resource](./scripts/event-grid-powershell-resource-group-filter.md)| Sample script that subscribes to events for a resource group and filters events for one resource. |
103
-
|[Resource Manager template: resource group subscription](https://github.com/Azure/azure-docs-json-samples/blob/master/event-grid/subscribeResourceGroupToWebHook.json)| Subscribes to events for a resource group. It sends events to a WebHook. |
103
+
|[Resource Manager template: resource subscription](https://github.com/Azure/azure-quickstart-templates/tree/master/101-event-grid-resource-events-to-webhook)| Subscribes to events for an Azure subscription or resource group. It sends events to a WebHook. |
104
104
|[Event Schema](event-schema-resource-groups.md)| Shows fields in resource group events. |
105
105
106
106
## Service Bus
@@ -124,7 +124,7 @@ Subscribe to Blob Storage events to respond to blob created and deleted events.
124
124
|[Quickstart: create and route Blob storage events with the Azure portal](blob-event-quickstart-portal.md)| Shows how to use the portal to send blob storage events to a WebHook. |
125
125
|[Azure CLI: subscribe to events for a Blob storage account](./scripts/event-grid-cli-blob.md)| Sample script that subscribes to event for a Blob storage account. It sends the event to a WebHook. |
126
126
|[PowerShell: subscribe to events for a Blob storage account](./scripts/event-grid-powershell-blob.md)| Sample script that subscribes to event for a Blob storage account. It sends the event to a WebHook. |
127
-
|[Resource Manager template: Create Blob storage and subscription](https://github.com/Azure/azure-docs-json-samples/blob/master/event-grid/createBlobAndSubscribe.json)| Deploys an Azure Blob storage account and subscribes to events for that storage account. It sends events to a WebHook. |
127
+
|[Resource Manager template: Create Blob storage and subscription](https://github.com/Azure/azure-quickstart-templates/tree/master/101-event-grid-subscription-and-storage)| Deploys an Azure Blob storage account and subscribes to events for that storage account. It sends events to a WebHook. |
128
128
|[Overview: reacting to Blob storage events](../storage/blobs/storage-blob-event-overview.md)| Overview of integrating Blob storage with Event Grid. |
129
129
|[Event schema](event-schema-blob-storage.md)| Shows fields in Blob Storage events. |
0 commit comments