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/azure-active-directory-events.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
@@ -2,15 +2,15 @@
2
2
title: Azure Active Directory events
3
3
description: This article describes Azure AD event types and provides event samples.
4
4
ms.topic: conceptual
5
-
ms.date: 06/09/2022
5
+
ms.date: 09/19/2023
6
6
---
7
7
8
8
# Azure Active Directory events
9
9
10
10
This article provides the properties and schema for Azure Active Directory (Azure AD) events, which are published by Microsoft Graph API. For an introduction to event schemas, see [CloudEvents schema](cloud-event-schema.md).
11
11
12
12
## Available event types
13
-
These events are triggered when a [User](/graph/api/resources/user) or [Group](/graph/api/resources/group) is created, updated or deleted in Azure AD or by operating over those resources using Microsoft Graph API.
13
+
These events are triggered when a [User](/graph/api/resources/user) or [Group](/graph/api/resources/group) is created, updated, or deleted in Azure AD or by operating over those resources using Microsoft Graph API.
14
14
15
15
| Event name | Description |
16
16
| ---------- | ----------- |
@@ -173,7 +173,7 @@ The data object has the following properties:
173
173
|`@odata.id`| string | The Graph API resource identifier for which the event was raised. |
174
174
|`id`| string | The resource identifier for which the event was raised. |
175
175
|`organizationId`| string | The Azure AD tenant identifier. |
176
-
|`eventTime`| string | The time at which the resource state occurred. |
176
+
|`eventTime`| string | The time when the resource state changed. |
177
177
|`sequenceNumber`| string | A sequence number. |
178
178
|`subscriptionExpirationDateTime`| string | The time in [RFC 3339](https://tools.ietf.org/html/rfc3339) format at which the Graph API subscription expires. |
179
179
|`subscriptionId`| string | The Graph API subscription identifier. |
@@ -186,4 +186,4 @@ The data object has the following properties:
186
186
* For information on how to subscribe to Microsoft Graph API to receive Azure AD events, see [subscribe to Azure Graph API events](subscribe-to-graph-api-events.md).
187
187
* For information about Azure Event Grid event handlers, see [event handlers](event-handlers.md).
188
188
* For more information about creating an Azure Event Grid subscription, see [create event subscription](subscribe-through-portal.md#create-event-subscriptions) and [Event Grid subscription schema](subscription-creation-schema.md).
189
-
* For information about how to configure an event subscription to select specific events to be delivered, consult[event filtering](event-filtering.md). You may also want to refer to [filter events](how-to-filter-events.md).
189
+
* For information about how to configure an event subscription to select specific events to be delivered, see[event filtering](event-filtering.md). You may also want to refer to [filter events](how-to-filter-events.md).
Copy file name to clipboardExpand all lines: articles/event-grid/event-schema-communication-services.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,13 @@
2
2
title: Azure Communication Services as an Event Grid source - Overview
3
3
description: This article describes how to use Azure Communication Services as an Event Grid event source.
4
4
ms.topic: conceptual
5
-
ms.date: 06/11/2021
5
+
ms.date: 09/19/2023
6
6
ms.author: mikben
7
7
---
8
8
9
9
# Event Handling in Azure Communication Services
10
10
11
-
Azure Communication Services integrates with [Azure Event Grid](https://azure.microsoft.com/services/event-grid/) to deliver real-time event notifications in a reliable, scalable and secure manner. The purpose of this article is to help you configure your applications to listen to Communication Services events. For example, you may want to update a database, create a work item and deliver a push notification whenever an SMS message is received by a phone number associated with your Communication Services resource.
11
+
Azure Communication Services integrates with [Azure Event Grid](https://azure.microsoft.com/services/event-grid/) to deliver real-time event notifications in a reliable, scalable, and secure manner. The purpose of this article is to help you configure your applications to listen to Communication Services events. For example, you may want to update a database, create a work item and deliver a push notification whenever an SMS message is received by a phone number associated with your Communication Services resource.
12
12
13
13
Azure Event Grid is a fully managed event routing service, which uses a publish-subscribe model. Event Grid has built-in support for Azure services like [Azure Functions](../azure-functions/functions-overview.md) and [Azure Logic Apps](../azure-functions/functions-overview.md). It can deliver event alerts to non-Azure services using webhooks. For a complete list of the event handlers that Event Grid supports, see [An introduction to Azure Event Grid](overview.md).
14
14
@@ -34,7 +34,7 @@ You can use the Azure portal or Azure CLI to subscribe to events emitted by your
34
34
35
35
## Event subjects
36
36
37
-
The `subject` field of all Communication Services events identifies the user, phone number or entity that is targeted by the event. Common prefixes are used to allow simple [Event Grid Filtering](event-filtering.md).
37
+
The `subject` field of all Communication Services events identifies the user, phone number, or entity that is targeted by the event. Common prefixes are used to allow simple [Event Grid filtering](event-filtering.md).
Copy file name to clipboardExpand all lines: articles/event-grid/handler-event-hubs.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Event hub as an event handler for Azure Event Grid events
3
3
description: Describes how you can use event hubs as event handlers for Azure Event Grid events.
4
4
ms.topic: conceptual
5
-
ms.date: 09/30/2021
5
+
ms.date: 09/19/2023
6
6
---
7
7
8
8
# Event hub as an event handler for Azure Event Grid events
@@ -69,7 +69,7 @@ See the following examples:
69
69
```
70
70
71
71
## Delivery properties
72
-
Event subscriptions allow you to set up HTTP headers that are included in delivered events. This capability allows you to set custom headers that are required by a destination. You can set custom headers on the events that are delivered to Azure Event Hubs.
72
+
Event subscriptions allow you to set up HTTP headers that are included in delivered events. This capability allows you to set custom headers that the destination requires. You can set custom headers on the events that are delivered to Azure Event Hubs.
73
73
74
74
If you need to publish events to a specific partition within an event hub, set the `PartitionKey` property on your event subscription to specify the partition key that identifies the target event hub partition.
0 commit comments