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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,10 +26,10 @@ With Partner Events, customers can build event-driven solutions across platforms
26
26
27
27
You receive events from a partner in a [partner topic](concepts.md#partner-topics) that's' created on your behalf by a partner. Here are the high-level steps to subscribe to events from a partner.
28
28
29
-
1.**Authorize partner to create a partner topic** in a resource group you designate. Authorizations are stored in partner configurations, Azure resources.
30
-
2. Request partner to forward your events from its service to your partner topic. **Partner provisions a partner topic** in the specified resource group of your Azure subscription.
31
-
3. After the partner creates a partner topic in your Azure subscription and resource group, **activate** your partner topic.
32
-
4.**Subscribe to events** by creating one or more [event subscriptions](subscribe-through-portal.md) on the partner topic.
29
+
1.[Authorize partner to create a partner topic](subscribe-to-partner-events.md#authorize-partner-to-create-a-partner-topic) in a resource group you designate. Authorizations are stored in partner configurations (Azure resources).
30
+
2.[Request partner to forward your events](subscribe-to-partner-events.md#request-partner-to-enable-events-flow-to-a-partner-topic) from its service to your partner topic. **Partner provisions a partner topic** in the specified resource group of your Azure subscription.
31
+
3. After the partner creates a partner topic in your Azure subscription and resource group, [activate](subscribe-to-partner-events.md#activate-a-partner-topic) your partner topic.
32
+
4.[Subscribe to events](subscribe-to-partner-events.md#subscribe-to-events) by creating one or more event subscriptions on the partner topic.
33
33
34
34
:::image type="content" source="./media/partner-events-overview/receive-events-from-partner.png" alt-text="Steps to receive events from a partner":::
35
35
@@ -40,10 +40,10 @@ You receive events from a partner in a [partner topic](concepts.md#partner-topic
40
40
41
41
The process to send events to a partner is similar to that of receiving events from a partner. You send events to a partner using a [partner destination](concepts.md#partner-destination) that's created by the partner upon your request. A partner destination is a kind of resource that contains information such as the partner's endpoint URL to which Event Grid sends events. Here are the steps to send events to a partner.
42
42
43
-
1.**Authorize partner to create a partner destination** in a resource group you designate. Authorizations are stored in partner configurations.
43
+
1.[Authorize partner](subscribe-to-partner-events.md#authorize-partner-to-create-a-partner-topic) to create a partner destination in a resource group you designate. Authorizations are stored in partner configurations.
44
44
2.**Request partner to create a partner destination** resource in the specified Azure resource group in your Azure subscription. Prior to creating a partner destination, the partner should configure its system to be able to receive and, if supported, route your Microsoft events within its platform.
45
-
1. After the partner creates a partner destination in your Azure subscription and resource group, **activate your partner destination**.
46
-
1.**Subscribe to events** using [event subscriptions](subscribe-through-portal.md) on any kind of topic available to you: system topic (Azure services), custom topic or domain (your custom solutions) or a partner topic from another partner. When configuring your event subscription, select partner destination as the endpoint type and select the partner destination to which your events are going to start flowing.
45
+
1. After the partner creates a partner destination in your Azure subscription and resource group, [activate](deliver-events-to-partner-destinations.md#activate-a-partner-destination) your partner destination.
46
+
1.[Subscribe to events](deliver-events-to-partner-destinations.md#create-an-event-subscription-using-partner-destination) using an event subscriptions on any kind of topic available to you: system topic (Azure services), custom topic or domain (your custom solutions) or a partner topic from another partner. When configuring your event subscription, select partner destination as the endpoint type and select the partner destination to which your events are going to start flowing.
47
47
48
48
49
49
:::image type="content" source="./media/partner-events-overview/send-events-to-partner.png" alt-text="Steps to send events to a partner":::
0 commit comments