Skip to content

Commit 3979cf7

Browse files
authored
Merge pull request #52822 from tfitzmac/0919links
changed links to quickstart gallery
2 parents 705a7f4 + 3162da3 commit 3979cf7

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

articles/event-grid/event-handlers.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Event Hubs can act as either an event source or event handler. The following art
4646
|Title |Description |
4747
|---------|---------|
4848
| [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. |
4950

5051
For examples of Event Hubs as a source, see [Event Hubs source](event-sources.md#event-hubs).
5152

articles/event-grid/event-sources.md

Lines changed: 4 additions & 4 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/21/2018
9+
ms.date: 09/19/2018
1010
ms.author: tomfitz
1111
---
1212

@@ -54,7 +54,7 @@ Subscribe to custom topics to respond to application events.
5454
| [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.|
5555
| [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. |
5656
|
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. |
5858
| [Event schema](event-schema.md) | Shows fields in custom events. |
5959

6060
## Event Hubs
@@ -100,7 +100,7 @@ Subscribe to resource group events to respond to changes in resources across a r
100100
| [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. |
101101
| [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. |
102102
| [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. |
104104
| [Event Schema](event-schema-resource-groups.md) | Shows fields in resource group events. |
105105

106106
## Service Bus
@@ -124,7 +124,7 @@ Subscribe to Blob Storage events to respond to blob created and deleted events.
124124
| [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. |
125125
| [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. |
126126
| [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. |
128128
| [Overview: reacting to Blob storage events](../storage/blobs/storage-blob-event-overview.md) | Overview of integrating Blob storage with Event Grid. |
129129
| [Event schema](event-schema-blob-storage.md) | Shows fields in Blob Storage events. |
130130

0 commit comments

Comments
 (0)