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-for-partners.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,11 +22,11 @@ For either publishing events or receiving events, you create the same kind of Ev
22
22
1. Communicate your interest in becoming a partner by sending an email to [[email protected]](mailto:[email protected]). Once you contact us, we'll guide you through the onboarding process and help your service get an entry card on our [Azure Event Grid gallery](https://portal.azure.com/#create/Microsoft.EventGridPartnerTopic) so that your service can be found on the Azure portal.
23
23
2. Create a [partner registration](#partner-registration). This is a global resource and you usually need to create once.
24
24
3. Create a [partner namespace](#partner-namespace). This resource exposes an endpoint to which you can publish events to Azure. When creating the partner namespace, provide the partner registration you created.
25
-
4. Customer authorizes you to create a partner resource, a [partner topic](concepts.md#partner-topics), in customer's Azure subscription.
25
+
4. Customer authorizes you to create a [partner topic](concepts.md#partner-topics) in customer's Azure subscription.
26
26
5. Customer accesses your web page or executes a command, you define the user experience, to request either the flow of your events to Azure or the ability to receive Microsoft events into your system. In response to that request, you set up your system to do so with input from the customer. For example, the customer may have the option to select certain events from your system that should be forwarded to Azure.
27
-
6.According to customer's requirements, you create a partner topic under the customer's Azure subscription, resource group and with the name the customer provides to you. It's achieved by using channels. Create a [channel](#channel) of type `partner topic`, if the customer wants to receive your events on Azure. Channels are resources contained by partner namespaces.
27
+
6.Create a partner topic in customer's Azure subscription and resource group by using channels. [Channels](#channel) are resources contained by partner namespaces.
28
28
7. Customer activates the partner topic that you created in their Azure subscription and resource group.
29
-
8.If you created a partner topic, start publishing events to your partner namespace.
29
+
8.Start publishing events to your partner namespace.
30
30
31
31
>[!NOTE]
32
32
> You must [register the Azure Event Grid resource provider](subscribe-to-partner-events.md#register-the-event-grid-resource-provider) to every Azure subscription where you want create Event Grid resources. Otherwise, operations to create resources will fail.
@@ -92,7 +92,7 @@ A verified partner is a partner organization whose identity has been validated b
92
92
Customers authorize you to create partner topics in their Azure subscription. The authorization is granted for a given resource group in a customer Azure subscription and it's time bound. You must create the channel before the expiration date set by the customer. You should have documentation suggesting the customer an adequate window of time for configuring your system to send or receive events and to create the channel before the authorization expires. If you attempt to create a channel without authorization or after it has expired, the channel creation will fail and no resource will be created on the customer's Azure subscription.
93
93
94
94
> [!NOTE]
95
-
> Event Grid started **enforcing authorization checks to create partner topics** around June 30th, 2022. You should update your documentation asking your customers to grant you the authorization before you attempt to create a channel or an event channel.
95
+
> Event Grid started **enforcing authorization checks to create partner topics** around June 30th, 2022. Your documentation should ask your customers to grant you the authorization as a prerequisite before you create a channel.
96
96
97
97
>[!IMPORTANT]
98
98
> **A verified partner is not an authorized partner**. Even if a partner has been vetted by Microsoft, you still need to be authorized before you can create a partner topic in the customer's Azure subscription.
Copy file name to clipboardExpand all lines: articles/event-grid/subscribe-to-partner-events.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
@@ -118,7 +118,7 @@ Subscribing to the partner topic tells Event Grid where you want your partner ev
118
118
1. On the **Create Event Subscription** page, do the following steps:
119
119
1. Enter a **name** for the event subscription.
120
120
1. For **Filter to Event Types**, select types of events that your subscription will receive.
121
-
1. For **Endpoint Type**, select an Azure service (Azure Function, Storage Queues, Event Hubs, Service Bus Queue, Service Bus Topic, Hybrid Connections. etc.), or Web Hook.
121
+
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.
122
122
1. Click the **Select an endpoint** link. In this example, let's use Azure Event Hubs destination or endpoint.
123
123
124
124
:::image type="content" source="./media/subscribe-to-partner-events/select-endpoint.png" lightbox="./media/subscribe-to-partner-events/select-endpoint.png" alt-text="Image showing the configuration of an endpoint for an event subscription.":::
0 commit comments