Skip to content

Commit d044380

Browse files
authored
Merge branch 'MicrosoftDocs:main' into docs-editor/troubleshoot-resource-bridge-1695159450
2 parents 4390d8a + affc90f commit d044380

File tree

6 files changed

+15
-199
lines changed

6 files changed

+15
-199
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22362,6 +22362,11 @@
2236222362
"redirect_url": "/azure/communication-services/how-tos/calling-sdk/lobby",
2236322363
"redirect_document_id": false
2236422364
},
22365+
{
22366+
"source_path_from_root": "/articles/communication-services/tutorials/widgets/click-to-call-widget.md",
22367+
"redirect_url": "/azure/communication-services/tutorials/calling-widget/calling-widget-overview",
22368+
"redirect_document_id": false
22369+
},
2236522370
{
2236622371
"source_path_from_root": "/articles/load-balancer/tutorial-load-balancer-standard-manage-portal.md",
2236722372
"redirect_url": "/azure/load-balancer/quickstart-load-balancer-standard-public-portal",

articles/communication-services/tutorials/widgets/click-to-call-widget.md

Lines changed: 0 additions & 189 deletions
This file was deleted.

articles/cosmos-db/cassandra/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@
295295
href: connect-spark-configuration.md
296296
- name: Connect using Databricks
297297
href: spark-databricks.md
298-
- name: Connect using HDInsight
298+
- name: Connect from Spark on YARN
299299
href: spark-hdinsight.md
300300
- name: Create keyspace and table
301301
href: spark-ddl-operations.md

articles/event-grid/azure-active-directory-events.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
title: Azure Active Directory events
33
description: This article describes Azure AD event types and provides event samples.
44
ms.topic: conceptual
5-
ms.date: 06/09/2022
5+
ms.date: 09/19/2023
66
---
77

88
# Azure Active Directory events
99

1010
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).
1111

1212
## 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.
1414

1515
| Event name | Description |
1616
| ---------- | ----------- |
@@ -173,7 +173,7 @@ The data object has the following properties:
173173
| `@odata.id` | string | The Graph API resource identifier for which the event was raised. |
174174
| `id` | string | The resource identifier for which the event was raised. |
175175
| `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. |
177177
| `sequenceNumber` | string | A sequence number. |
178178
| `subscriptionExpirationDateTime` | string | The time in [RFC 3339](https://tools.ietf.org/html/rfc3339) format at which the Graph API subscription expires. |
179179
| `subscriptionId` | string | The Graph API subscription identifier. |
@@ -186,4 +186,4 @@ The data object has the following properties:
186186
* 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).
187187
* For information about Azure Event Grid event handlers, see [event handlers](event-handlers.md).
188188
* 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).

articles/event-grid/event-schema-communication-services.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
title: Azure Communication Services as an Event Grid source - Overview
33
description: This article describes how to use Azure Communication Services as an Event Grid event source.
44
ms.topic: conceptual
5-
ms.date: 06/11/2021
5+
ms.date: 09/19/2023
66
ms.author: mikben
77
---
88

99
# Event Handling in Azure Communication Services
1010

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.
1212

1313
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).
1414

@@ -34,7 +34,7 @@ You can use the Azure portal or Azure CLI to subscribe to events emitted by your
3434

3535
## Event subjects
3636

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).
3838

3939
| Subject Prefix | Communication Service Entity |
4040
| ------------------------------------------- | ---------------------------- |

articles/event-grid/handler-event-hubs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Event hub as an event handler for Azure Event Grid events
33
description: Describes how you can use event hubs as event handlers for Azure Event Grid events.
44
ms.topic: conceptual
5-
ms.date: 09/30/2021
5+
ms.date: 09/19/2023
66
---
77

88
# Event hub as an event handler for Azure Event Grid events
@@ -69,7 +69,7 @@ See the following examples:
6969
```
7070

7171
## 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.
7373

7474
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.
7575

0 commit comments

Comments
 (0)