Skip to content

Commit a0062dc

Browse files
committed
updated based on feedback
1 parent 3d7bbec commit a0062dc

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

articles/event-grid/onboard-partner.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Onboard as an Azure Event Grid partner using Azure portal
33
description: Use Azure portal to onboard an Azure Event Grid partner.
44
ms.topic: conceptual
5-
ms.date: 03/31/2022
5+
ms.date: 09/21/2022
66
---
77

88
# Onboard as an Azure Event Grid partner using the Azure portal
@@ -162,7 +162,7 @@ If you created a channel you may be interested to update the configuration once
162162
If you selected **Source attribute in event** for **Partner topic routing mode**, create an event channel by following steps in this section.
163163

164164
> [!IMPORTANT]
165-
> - **Channel** is the new routing resource type and is the preferred option. An **event channel** is a legacy resource and will be deprecated soon.
165+
> - **Channel** is the new routing resource type and is the preferred option.
166166
167167
1. Go to the **Overview** page of the namespace you created.
168168

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ For either publishing events or receiving events, you create the same kind of Ev
2222
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.
2323
2. Create a [partner registration](#partner-registration). This is a global resource and you usually need to create once.
2424
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.
2626
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.
2828
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.
3030

3131
>[!NOTE]
3232
> 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
9292
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.
9393

9494
> [!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.
9696
9797
>[!IMPORTANT]
9898
> **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.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Subscribing to the partner topic tells Event Grid where you want your partner ev
118118
1. On the **Create Event Subscription** page, do the following steps:
119119
1. Enter a **name** for the event subscription.
120120
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.
122122
1. Click the **Select an endpoint** link. In this example, let's use Azure Event Hubs destination or endpoint.
123123

124124
:::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

Comments
 (0)