forked from MicrosoftDocs/azure-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.yml
72 lines (72 loc) · 3.02 KB
/
index.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
### YamlMime:YamlDocument
documentType: LandingData
title: Azure Event Grid Documentation
metadata:
title: Azure Event Grid Documentation - Tutorials, API Reference
description: Use Azure Event Grid to react to relevant events across both Azure and non-Azure services in near-real time fashion.
services: event-grid
author: czeumault
manager: carolz
ms.service: event-grid
ms.tgt_pltfrm: na
ms.devlang: na
ms.topic: landing-page
ms.date: 08/10/2017
ms.author: carolz
abstract:
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.
sections:
- title: 5-Minute Quickstarts
items:
- type: paragraph
text: 'Learn how to create and subscribe to custom events.'
- type: list
style: icon48
items:
- image:
src: /azure/event-grid/media/index/cli.svg
text: Azure CLI
href: /azure/event-grid/custom-event-quickstart
- image:
src: /azure/event-grid/media/index/logo_powershell.svg
text: Azure PowerShell
href: /azure/event-grid/custom-event-quickstart-powershell
- image:
src: /azure/event-grid/media/index/portal.svg
text: Azure Portal
href: /azure/event-grid/custom-event-quickstart-portal
- type: paragraph
text: 'Learn how to route Blob storage events.'
- type: list
style: icon48
items:
- image:
src: /azure/event-grid/media/index/cli.svg
text: Azure CLI
href: /azure/storage/blobs/storage-blob-event-quickstart?toc=%2fazure%2fevent-grid%2ftoc.json
- image:
src: /azure/event-grid/media/index/logo_powershell.svg
text: Azure PowerShell
href: /azure/storage/blobs/storage-blob-event-quickstart-powershell?toc=%2fazure%2fevent-grid%2ftoc.json
- title: Step-by-Step Tutorials
items:
- type: paragraph
text: Learn how to develop applications that react to events.
- type: list
style: ordered
items:
- html: <a href="/azure/event-grid/monitor-virtual-machine-changes-event-grid-logic-app">Monitor changes to VMs with logic apps</a>
- html: <a href="/azure/event-grid/resize-images-on-storage-blob-upload-event">Resize uploaded images</a>
- html: <a href="/azure/event-grid/ensure-tags-exists-on-new-virtual-machines">Integrating Azure Automation with Event Grid</a>
- title: Reference
items:
- type: list
style: cards
className: cardsD
items:
- title: Command-Line
html: <p><a href="/cli/azure/eventgrid">Azure CLI</a></p><p><a href="/powershell/module/azurerm.eventgrid">PowerShell</a></p>
- title: REST APIs
html: <p><a href="/rest/api/eventgrid">REST</a></p>
- title: Schemas
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>