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-schema-app-configuration.md
+75-18Lines changed: 75 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,13 @@
2
2
title: Azure App Configuration as Event Grid source
3
3
description: This article describes how to use Azure App Configuration as an Event Grid event source. It provides the schema and links to tutorial and how-to articles.
4
4
ms.topic: conceptual
5
-
ms.date: 07/07/2020
5
+
ms.date: 02/11/2021
6
6
---
7
7
8
8
# Azure App Configuration as an Event Grid source
9
9
This article provides the properties and schema for Azure App Configuration events. For an introduction to event schemas, see [Azure Event Grid event schema](event-schema.md). It also gives you a list of quick starts and tutorials to use Azure App Configuration as an event source.
10
10
11
-
## Event Grid event schema
12
-
13
-
### Available event types
11
+
## Available event types
14
12
15
13
Azure App Configuration emits the following event types:
16
14
@@ -19,8 +17,9 @@ Azure App Configuration emits the following event types:
19
17
| Microsoft.AppConfiguration.KeyValueModified | Raised when a key-value is created or replaced. |
20
18
| Microsoft.AppConfiguration.KeyValueDeleted | Raised when a key-value is deleted. |
| topic | string | Full resource path to the event source. This field is not writeable. Event Grid provides this value. |
69
-
| subject | string | Publisher-defined path to the event subject. |
70
-
| eventType | string | One of the registered event types for this event source. |
71
-
| eventTime | string | The time the event is generated based on the provider's UTC time. |
72
-
| ID | string | Unique identifier for the event. |
73
-
| data | object | App Configuration event data. |
74
-
| dataVersion | string | The schema version of the data object. The publisher defines the schema version. |
75
-
| metadataVersion | string | The schema version of the event metadata. Event Grid defines the schema of the top-level properties. Event Grid provides this value. |
107
+
|`topic`| string | Full resource path to the event source. This field isn't writeable. Event Grid provides this value. |
108
+
|`subject`| string | Publisher-defined path to the event subject. |
109
+
|`eventType`| string | One of the registered event types for this event source. |
110
+
|`eventTime`| string | The time the event is generated based on the provider's UTC time. |
111
+
|`id`| string | Unique identifier for the event. |
112
+
|`data`| object | App Configuration event data. |
113
+
|`dataVersion`| string | The schema version of the data object. The publisher defines the schema version. |
114
+
|`metadataVersion`| string | The schema version of the event metadata. Event Grid defines the schema of the top-level properties. Event Grid provides this value. |
115
+
116
+
117
+
# [Cloud event schema](#tab/cloud-event-schema)
118
+
119
+
An event has the following top-level data:
120
+
121
+
| Property | Type | Description |
122
+
| -------- | ---- | ----------- |
123
+
|`source`| string | Full resource path to the event source. This field isn't writeable. Event Grid provides this value. |
124
+
|`subject`| string | Publisher-defined path to the event subject. |
125
+
|`type`| string | One of the registered event types for this event source. |
126
+
|`time`| string | The time the event is generated based on the provider's UTC time. |
127
+
|`id`| string | Unique identifier for the event. |
0 commit comments