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/partner-events-overview.md
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,20 @@
1
1
---
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.
4
5
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
6
12
---
7
13
8
14
# Partner Events overview for customers - Azure Event Grid
9
15
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.
10
16
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.
12
18
13
19
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.
14
20
@@ -34,7 +40,7 @@ You receive events from a partner in a [partner topic](concepts.md#partner-topic
34
40
:::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.":::
35
41
36
42
> [!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.
0 commit comments