1
- # ## YamlMime:YamlDocument
2
- documentType : LandingData
3
- title : Azure Event Grid Documentation
1
+ # ## YamlMime:Landing
2
+
3
+ title : Azure Event Grid documentation # < 60 chars
4
+ summary : Learn how to use Azure Event Grid to react to relevant events across both Azure and non-Azure services in near-real time fashion. # < 160 chars
5
+
4
6
metadata :
5
- title : Azure Event Grid Documentation - Tutorials, API Reference
6
- description : Use Azure Event Grid to react to relevant events across both Azure and non-Azure services in near-real time fashion.
7
+ title : Azure Event Grid documentation # Required; page title displayed in search results. Include the brand. < 60 chars.
8
+ description : Learn how to use Azure Event Grid to react to relevant events across both Azure and non-Azure services in near-real time fashion. # Required; article description that is displayed in search results. < 160 chars .
7
9
services : event-grid
8
- author : dougeby
9
- manager : dougeby
10
- ms.service : event-grid
11
- ms.topic : landing-page
12
- ms.date : 08/10/2017
13
- ms.author : dougeby
14
- abstract :
15
- description : Azure Event Grid is a fully-managed intelligent event routing service that allows for uniform event consumption using a publish-subscribe model. Use Azure Event Grid to react to relevant events across both Azure and non-Azure services in near-real time fashion. Learn how to use Azure Event Grid with our quickstarts, tutorials, and samples.
16
- sections :
17
- - title : 5-Minute Quickstarts
18
- items :
19
- - type : paragraph
20
- text : ' Learn how to create and subscribe to custom events.'
21
- - type : list
22
- style : icon48
23
- items :
24
- - image :
25
- src : /azure/event-grid/media/index/cli.svg
26
- text : Azure CLI
27
- href : /azure/event-grid/custom-event-quickstart
28
- - image :
29
- src : /azure/event-grid/media/index/logo_powershell.svg
30
- text : Azure PowerShell
31
- href : /azure/event-grid/custom-event-quickstart-powershell
32
- - image :
33
- src : /azure/event-grid/media/index/portal.svg
34
- text : Azure Portal
35
- href : /azure/event-grid/custom-event-quickstart-portal
36
- - type : paragraph
37
- text : ' Learn how to route Blob storage events.'
38
- - type : list
39
- style : icon48
40
- items :
41
- - image :
42
- src : /azure/event-grid/media/index/cli.svg
43
- text : Azure CLI
44
- href : /azure/storage/blobs/storage-blob-event-quickstart?toc=%2fazure%2fevent-grid%2ftoc.json
45
- - image :
46
- src : /azure/event-grid/media/index/logo_powershell.svg
47
- text : Azure PowerShell
48
- href : /azure/storage/blobs/storage-blob-event-quickstart-powershell?toc=%2fazure%2fevent-grid%2ftoc.json
49
- - title : Step-by-Step Tutorials
50
- items :
51
- - type : paragraph
52
- text : Learn how to develop applications that react to events.
53
- - type : list
54
- style : ordered
55
- items :
56
- - html : <a href="/azure/event-grid/monitor-virtual-machine-changes-event-grid-logic-app">Monitor changes to VMs with logic apps</a>
57
- - html : <a href="/azure/event-grid/resize-images-on-storage-blob-upload-event">Resize uploaded images</a>
58
- - html : <a href="/azure/event-grid/ensure-tags-exists-on-new-virtual-machines">Integrating Azure Automation with Event Grid</a>
59
- - title : Build your skills with Microsoft Learn
60
- items :
61
- - type : list
62
- style : cards
63
- className : cardsFTitle
64
- items :
65
- - title : Choose a messaging model in Azure to loosely connect your services
66
- href : /learn/modules/choose-a-messaging-model-in-azure-to-connect-your-services/
67
- image :
68
- src : /learn/achievements/choose-a-messaging-model-in-azure-to-connect-your-services.svg
69
- href : /learn/modules/choose-a-messaging-model-in-azure-to-connect-your-services/
70
- - type : paragraph
71
- text : <a href="/learn/browse/?products=azure-event-grid">More interactive learning...</a>
72
- - title : Reference
73
- items :
74
- - type : list
75
- style : cards
76
- className : cardsD
77
- items :
78
- - title : Command-Line
79
- html : <p><a href="/cli/azure/eventgrid">Azure CLI</a></p><p><a href="/powershell/module/az.eventgrid">PowerShell</a></p>
80
- - title : REST APIs
81
- html : <p><a href="/rest/api/eventgrid">REST</a></p>
82
- - title : Schemas
83
- html : <p><a href="/azure/event-grid/subscription-creation-schema ">Subscription Schema</a></p><p><a href="/azure/event-grid/event-schema">Event Schema</a></p>
10
+ ms.service : event-grid # Required; service per approved list. service slug assigned to your service by ACOM.
11
+ ms.subservice :
12
+ ms.topic : landing-page # Required
13
+ ms.collection : collection
14
+ author : spelluru # Required; your GitHub user alias, with correct capitalization.
15
+ ms.author : spelluru # Required; microsoft alias of author; optional team alias.
16
+ ms.date : 09/06/2019 # Required; mm/dd/yyyy format.
17
+
18
+ # linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | whats-new
19
+
20
+ landingContent :
21
+ # Cards and links should be based on top customer tasks or top subjects
22
+ # Start card title with a verb
23
+ # Card
24
+ - title : About Event Grid
25
+ linkLists :
26
+ - linkListType : overview
27
+ links :
28
+ - text : What is Event Grid?
29
+ url : overview.md
30
+ - linkListType : concept
31
+ links :
32
+ - text : Event Grid concepts
33
+ url : concepts.md
34
+ - text : Event sources
35
+ url : event-sources.md
36
+ - text : Event handlers
37
+ url : event-handlers.md
38
+ - text : Event filters
39
+ url : event-filtering.md
40
+ # Card
41
+ - title : Scenarios
42
+ linkLists :
43
+ - linkListType : quickstart
44
+ links :
45
+ - text : Route Blob storage events to a web endpoint
46
+ url : blob-event-quickstart-portal.md
47
+ - text : Queue storage as an event handler
48
+ url : custom-event-to-queue-storage.md
49
+ - text : Event Hubs as an event handler
50
+ url : custom-event-to-eventhub.md
51
+ - text : Route custom events to a web endpoint
52
+ url : custom-event-quickstart-portal.md
53
+ - text : Send events from a private container registry
54
+ url : ../container-registry/container-registry-event-grid-quickstart.md?toc=%2fazure%2fevent-grid%2ftoc.json
55
+ - linkListType : tutorial
56
+ links :
57
+ - text : Email when VM changes
58
+ url : monitor-virtual-machine-changes-event-grid-logic-app.md
59
+ - text : Resize uploaded images
60
+ url : resize-images-on-storage-blob-upload-event.md
61
+ - text : Trigger Automation runbook
62
+ url : ensure-tags-exists-on-new-virtual-machines.md
63
+ - text : Email when IoT Hub device is added
64
+ url : publish-iot-hub-events-to-logic-apps.md
65
+ - text : Respond to Service Bus events
66
+ url : ../service-bus-messaging/service-bus-to-event-grid-integration-example.md?toc=%2fazure%2fevent-grid%2ftoc.json
67
+ - text : Stream data from Event Hubs
68
+ url : event-grid-event-hubs-integration.md
69
+ - text : Route Media Services events
70
+ url : ..//media-services/latest/job-state-events-cli-how-to.md?toc=%2fazure%2fevent-grid%2ftoc.json
71
+ - text : Route to Hybrid Connections
72
+ url : custom-event-to-hybrid-connection.md
73
+
74
+ # Card
75
+ - title : Advanced concepts
76
+ linkLists :
77
+ - linkListType : concept
78
+ links :
79
+ - text : Security and authentication
80
+ url : security-authentication.md
81
+ - text : Delivery and retry
82
+ url : delivery-and-retry.md
83
+ - text : Event domains
84
+ url : event-domains.md
85
+ - text : Geo disaster recovery
86
+ url : geo-disaster-recovery.md
87
+ # Card
88
+ - title : Customizations
89
+ linkLists :
90
+ - linkListType : quickstart
91
+ links :
92
+ - text : Route custom events to web endpoint
93
+ url : custom-event-quickstart-portal.md
94
+ - linkListType : how-to-guide
95
+ links :
96
+ - text : Create a custom topic
97
+ url : scripts/event-grid-cli-create-custom-topic.md
98
+ - text : Subscribe to a custom topic
99
+ url : scripts/event-grid-cli-subscribe-custom-topic.md
100
+ - text : Post to a custom topic
101
+ url : post-to-custom-topic.md
102
+ - text : Map custom fields to Event Grid schema
103
+ url : input-mappings.md
0 commit comments