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-key-vault.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,9 @@
1
1
---
2
2
title: Azure Key Vault as Event Grid source
3
-
description: Describes the properties and schema provided for Azure Key Vault events with Azure Event Grid
4
-
ms.topic: conceptual
5
-
ms.date: 01/17/2024
3
+
description: This article describes the properties and schema provided for Azure Key Vault events with Azure Event Grid
4
+
ms.topic: concept-article
5
+
ms.date: 02/14/2025
6
+
# Customer intent: As an architect or a developer, I want to know whether I can use Azure Key Vault as an Event Grid source.
6
7
---
7
8
8
9
# Azure Key Vault as Event Grid source
@@ -139,9 +140,8 @@ The data object has the following properties:
139
140
|[Tutorial: Create and monitor Key Vault events with Event Grid](/azure/key-vault/general/event-grid-logicapps)| Learn how to set up Event Grid notifications for Key Vault. |
140
141
141
142
142
-
## Next steps
143
+
## Related content
143
144
144
-
* For an introduction to Azure Event Grid, see [What is Event Grid?](overview.md).
145
145
* For more information about how to create an Azure Event Grid subscription, see [Event Grid subscription schema](subscription-creation-schema.md).
146
146
* For more information about Key Vault, see [What is Azure Key Vault?](/azure/key-vault/general/overview)
Copy file name to clipboardExpand all lines: articles/event-grid/includes/authorize-partner-to-create-topic.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
---
2
-
title: include file
3
-
description: include file
2
+
title: Authorize partner to create a partner topic
3
+
description: This article shows how to authorize a partner system so that it can create a partner topic in your subscription.
4
4
author: spelluru
5
5
ms.service: azure-event-grid
6
6
ms.topic: include
7
-
ms.date: 01/18/2024
7
+
ms.date: 02/14/2025
8
8
ms.author: spelluru
9
9
ms.custom: include file
10
10
---
@@ -14,7 +14,7 @@
14
14
You must grant your consent to the partner to create partner topics in a resource group that you designate. This authorization has an expiration time. It's effective for the time period you specify between 1 to 365 days.
15
15
16
16
> [!IMPORTANT]
17
-
> For a greater security stance, specify the minimum expiration time that offers the partner enough time to configure your events to flow to Event Grid and to provision your partner topic. Your partner won't be able to create resources (partner topics) in your Azure subscription after the authorization expiration time.
17
+
> For a greater security stance, specify the minimum expiration time that offers the partner enough time to configure your events to flow to Event Grid and to create your partner topic. Your partner won't be able to create resources (partner topics) in your Azure subscription after the authorization expiration time.
18
18
19
19
Following example shows the way to create a partner configuration resource that contains the partner authorization. You must identify the partner by providing either its **partner registration ID** or the **partner name**. Both can be obtained from your partner, but only one of them is required. For your convenience, the following examples leave a sample expiration time in the UTC format.
20
20
@@ -42,12 +42,12 @@ Following example shows the way to create a partner configuration resource that
42
42
1. select **Add**.
43
43
44
44
:::image type="content" source="./media/subscribe-to-partner-events/add-verified-partner.png" alt-text="Screenshot for granting a verified partner the authorization to create resources in your resource group.":::
45
-
1. To authorize a non-verified partner, select **Authorize non-verified partner**, and follow these steps:
45
+
1. To authorize a nonverified partner, select **Authorize non-verified partner**, and follow these steps:
46
46
1. Enter the **partner registration ID**. You need to ask your partner for this ID.
47
47
1. Specify authorization expiration time.
48
48
1. Select **Add**.
49
49
50
-
:::image type="content" source="./media/subscribe-to-partner-events/add-non-verified-partner.png" alt-text="Screenshot for granting a non-verified partner the authorization to create resources in your resource group.":::
50
+
:::image type="content" source="./media/subscribe-to-partner-events/add-non-verified-partner.png" alt-text="Screenshot for granting a nonverified partner the authorization to create resources in your resource group.":::
51
51
52
52
> [!IMPORTANT]
53
53
> Your partner won't be able to create resources (partner topics) in your Azure subscription after the authorization expiration time.
Copy file name to clipboardExpand all lines: articles/event-grid/includes/subscribe-to-events.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
1
---
2
-
title: include file
3
-
description: include file
2
+
title: Subscribe to events
3
+
description: Shows how to subscribe to events using Azure Event Grid.
4
4
author: spelluru
5
5
ms.service: azure-event-grid
6
6
ms.topic: include
7
-
ms.date: 10/31/2022
7
+
ms.date: 02/14/2025
8
8
ms.author: spelluru
9
9
ms.custom: include file
10
10
---
11
11
12
12
## Subscribe to events
13
-
First, create an event handler that will handle events from the partner. For example, create an event hub, Service Bus queue or topic, or an Azure function. Then, create an event subscription for the partner topic using the event handler you created.
13
+
First, create an event handler that handles events from the partner. For example, create an event hub, Service Bus queue or topic, or an Azure function. Then, create an event subscription for the partner topic using the event handler you created.
14
14
15
15
### Create an event handler
16
16
To test your partner topic, you'll need an event handler. Go to your Azure subscription and spin up a service that's supported as an [event handler](../event-handlers.md) such as an [Azure Function](../custom-event-to-function.md). For an example, see [Event Grid Viewer sample](../custom-event-quickstart-portal.md#create-a-message-endpoint) that you can use as an event handler via webhooks.
@@ -27,9 +27,9 @@ Subscribing to the partner topic tells Event Grid where you want your partner ev
27
27
:::image type="content" source="./media/subscribe-to-partner-events/select-add-event-subscription.png" alt-text="Screenshot showing the selection of Add Event Subscription button on the Event Grid Partner Topic page.":::
28
28
1. On the **Create Event Subscription** page, do the following steps:
29
29
1. Enter a **name** for the event subscription.
30
-
1. For **Filter to Event Types**, select types of events that your subscription will receive.
30
+
1. For **Filter to Event Types**, select types of events that your subscription receives.
31
31
1. For **Endpoint Type**, select an Azure service (Azure Function, Storage Queues, Event Hubs, Service Bus Queue, Service Bus Topic, Hybrid Connections. etc.), or webhook.
32
-
1.Click the **Select an endpoint** link. In this example, let's use Azure Event Hubs destination or endpoint.
32
+
1.Select the **Configure an endpoint** link. In this example, let's use Azure Event Hubs destination or endpoint.
33
33
34
34
:::image type="content" source="./media/subscribe-to-partner-events/select-endpoint.png" lightbox="./media/subscribe-to-partner-events/select-endpoint.png" alt-text="Screenshot showing the configuration of an endpoint for an event subscription.":::
35
35
1. On the **Select Event Hub** page, select configurations for the endpoint, and then select **Confirm Selection**.
Copy file name to clipboardExpand all lines: articles/event-grid/includes/subscribe-to-partner-events-event-enablement.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ ms.custom: include file, build-2024
14
14
At this point, Microsoft Graph API events should be arriving on your activated partner topic whenever there are changes to the resources specified when your created the Microsoft Graph API subscription. In order to process the events, you must create an event subscription that forwards the events to an event handler like a webhook or any of the [supported Azure services](../event-handlers.md).
15
15
16
16
>[!IMPORTANT]
17
-
>In this section you find a way to receive events using a sample application, the [Event Grid Viewer](https://github.com/Azure-Samples/azure-event-grid-viewer). This application helps you test the data pipeline to receive events before you create your own application to handle the events according to your business requirements. When you are ready to build your application, see the complete [application samples](../subscribe-to-graph-api-events.md#samples-with-detailed-instructions).
17
+
>In this section, you find a way to receive events using a sample application, the [Event Grid Viewer](https://github.com/Azure-Samples/azure-event-grid-viewer). This application helps you test the data pipeline to receive events before you create your own application to handle the events according to your business requirements. When you're ready to build your application, see the complete [application samples](../subscribe-to-graph-api-events.md#samples-with-detailed-instructions).
0 commit comments