Skip to content

Commit a21d3f3

Browse files
committed
Freshness
1 parent b026dd9 commit a21d3f3

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

articles/event-grid/partner-events-overview.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
---
2-
title: Partner Events overview for customers
3-
description: Send or receive from a SaaS or ERP system directly to/from Azure services with Azure Event Grid.
2+
title: Partner Events Overview for Customers - Azure Event Grid
3+
description: Learn how Azure Event Grid's Partner Events enables seamless event-driven solutions across platforms, connecting Azure services with SaaS or ERP systems.
4+
#customer intent: As a customer using Azure services, I want to subscribe to events from a partner system so that I can route them to my Azure event handlers.
45
ms.topic: conceptual
5-
ms.date: 01/31/2024
6+
ms.date: 07/29/2025
7+
ms.custom:
8+
- ai-gen-docs-bap
9+
- ai-gen-title
10+
- ai-seo-date:07/29/2025
11+
- ai-gen-description
612
---
713

814
# Partner Events overview for customers - Azure Event Grid
915
Azure Event Grid's **Partner Events** allows customers to **subscribe to events** that originate in a registered system using the same mechanism they would use for any other event source on Azure, such as an Azure service. Those registered systems integrate with Event Grid are known as partners.
1016

11-
This feature also enables customers to **send events** to partner systems that support receiving and routing events to customer's solutions/endpoints in their platform. Typically, partners are software-as-a-service (SaaS) or [ERP](https://en.wikipedia.org/wiki/Enterprise_resource_planning) providers, but they might be corporate platforms wishing to make their events available to internal teams.
17+
This feature also enables customers to **send events** to partner systems that support receiving and routing events to customer's solutions/endpoints in their platform. Typically, partners are software-as-a-service (SaaS) or [Enterprise Resource Planning (ERP)](https://en.wikipedia.org/wiki/Enterprise_resource_planning) providers, but they might be corporate platforms wishing to make their events available to internal teams.
1218

1319
They purposely integrate with Event Grid to realize end-to-end customer use cases that end on Azure (customers subscribe to events sent by partner) or end on a partner system (customers subscribe to Microsoft events sent by Azure Event Grid). Customers bank on Azure Event Grid to send events published by a partner to supported destinations such as webhooks, Azure Functions, Azure Event Hubs, or Azure Service Bus, to name a few.
1420

@@ -34,7 +40,7 @@ You receive events from a partner in a [partner topic](concepts.md#partner-topic
3440
:::image type="content" source="./media/partner-events-overview/receive-events-from-partner.png" alt-text="Diagram showing the steps to receive events from a partner.":::
3541

3642
> [!NOTE]
37-
> You must [register the Azure Event Grid resource provider](subscribe-to-partner-events.md#register-the-event-grid-resource-provider) with every Azure subscription where you want create Event Grid resources. Otherwise, operations to create resources will fail.
43+
> You must [register the Azure Event Grid resource provider](subscribe-to-partner-events.md#register-the-event-grid-resource-provider) with every Azure subscription where you want to create Event Grid resources. Otherwise, operations to create resources fail.
3844
3945

4046
## Why should I use Partner Events?

0 commit comments

Comments
 (0)