Skip to content

Commit fc5b0a3

Browse files
authored
Merge pull request #294687 from spelluru/egridfresh0214
Event Grid - freshness - Feb 2025
2 parents 7aa1c54 + 55b5797 commit fc5b0a3

14 files changed

+36
-41
lines changed

articles/event-grid/event-schema-key-vault.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
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.
67
---
78

89
# Azure Key Vault as Event Grid source
@@ -139,9 +140,8 @@ The data object has the following properties:
139140
| [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. |
140141

141142

142-
## Next steps
143+
## Related content
143144

144-
* For an introduction to Azure Event Grid, see [What is Event Grid?](overview.md).
145145
* For more information about how to create an Azure Event Grid subscription, see [Event Grid subscription schema](subscription-creation-schema.md).
146146
* For more information about Key Vault, see [What is Azure Key Vault?](/azure/key-vault/general/overview)
147147

articles/event-grid/includes/activate-partner-topic.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: include file
3-
description: include file
2+
title: Activate a partner topic
3+
description: Shows how to activate a partner topic.
44
author: spelluru
55
ms.service: azure-event-grid
66
ms.topic: include
7-
ms.date: 10/31/2022
7+
ms.date: 02/14/2025
88
ms.author: spelluru
99
ms.custom: include file
1010
---

articles/event-grid/includes/authorize-partner-to-create-topic.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
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.
44
author: spelluru
55
ms.service: azure-event-grid
66
ms.topic: include
7-
ms.date: 01/18/2024
7+
ms.date: 02/14/2025
88
ms.author: spelluru
99
ms.custom: include file
1010
---
@@ -14,7 +14,7 @@
1414
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.
1515

1616
> [!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.
1818
1919
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.
2020

@@ -42,12 +42,12 @@ Following example shows the way to create a partner configuration resource that
4242
1. select **Add**.
4343

4444
:::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:
4646
1. Enter the **partner registration ID**. You need to ask your partner for this ID.
4747
1. Specify authorization expiration time.
4848
1. Select **Add**.
4949

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.":::
5151

5252
> [!IMPORTANT]
5353
> Your partner won't be able to create resources (partner topics) in your Azure subscription after the authorization expiration time.
6.7 KB
Loading
-5.88 KB
Loading
4.25 KB
Loading
-5.33 KB
Loading
13.6 KB
Loading

articles/event-grid/includes/subscribe-to-events.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
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.
44
author: spelluru
55
ms.service: azure-event-grid
66
ms.topic: include
7-
ms.date: 10/31/2022
7+
ms.date: 02/14/2025
88
ms.author: spelluru
99
ms.custom: include file
1010
---
1111

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

1515
### Create an event handler
1616
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
2727
:::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.":::
2828
1. On the **Create Event Subscription** page, do the following steps:
2929
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.
3131
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.
3333

3434
:::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.":::
3535
1. On the **Select Event Hub** page, select configurations for the endpoint, and then select **Confirm Selection**.

articles/event-grid/includes/subscribe-to-partner-events-event-enablement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.custom: include file, build-2024
1414
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).
1515

1616
>[!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).
1818
1919
### Deploy the Event viewer application
2020

0 commit comments

Comments
 (0)