This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can trysigning in orchanging directories.
Access to this page requires authorization. You can trychanging directories.
This article describes steps to subscribe to events that originate in a system owned or managed by a partner (SaaS, Enterprise Resource Planning (ERP), etc.).
Important
If you aren't familiar with thePartner Events feature, seePartner Events overview to understand the rationale of the steps in this article.
Here are the steps that a subscriber needs to perform to receive events from a partner.
Unless you've used Event Grid before, you'll need to register the Event Grid resource provider. If you’ve used Event Grid before, skip to the next section.
In the Azure portal, do the following steps:
On the left menu, selectSubscriptions.
Select thesubscription you want to use for Event Grid from the subscription list.
On theSubscription page, selectResource providers underSettings on the left menu.
Search forMicrosoft.EventGrid, and confirm that theStatus isNot Registered.
SelectMicrosoft.EventGrid in the provider list.
SelectRegister on the command bar.

Refresh to make sure the status ofMicrosoft.EventGrid is changed toRegistered.

You must grant your consent to the partner to create partner topics in a resource group that you designate. This authorization has an expiration time. It's effective for the time period you specify between 1 to 365 days.
Important
For a greater security stance, specify the minimum expiration time that offers the partner enough time to configure your events to flow to Event Grid and to create your partner topic. Your partner won't be able to create resources (partner topics) in your Azure subscription after the authorization expiration time.
Following example shows the way to create a partner configuration resource that contains the partner authorization. You must identify the partner by providing either itspartner registration ID or thepartner name. Both can be obtained from your partner, but only one of them is required. For your convenience, the following examples leave a sample expiration time in the UTC format.
Sign in to theAzure portal.
In the search bar at the top, enterPartner Configurations, and selectEvent Grid Partner Configurations underServices in the results.
On theEvent Grid Partner Configurations page, selectCreate Event Grid partner configuration button on the page (or) select+ Create on the command bar.

On theCreate Partner Configuration page, do the following steps:
In theProject Details section, select theAzure subscription and theresource group where you want to allow the partner to create a partner topic.
In thePartner Authorizations section, specify a default expiration time for partner authorizations defined in this configuration.
To provide your authorization for a partner to create partner topics in the specified resource group, select+ Partner Authorization link.

On theAdd partner authorization to create resources page, you see a list ofverified partners. A verified partner is a partner whose identity has been validated by Microsoft. You can select a verified partner, and selectAdd button at the bottom to give the partner the authorization to add a partner topic in your resource group. This authorization is effective up to the expiration time.
You also have an option to authorize anon-verified partner. Unless the partner is an entity that you know well, for example, an organization within your company, it's strongly encouraged that you only work with verified partners. If the partner isn't yet verified, encourage them to get verified by asking them to contact the Event Grid team at askgrid@microsoft.com.
Select the partner from the list.
Specifyauthorization expiration time.
selectAdd.

Enter thepartner registration ID. You need to ask your partner for this ID.
Specify authorization expiration time.
SelectAdd.

Important
Your partner won't be able to create resources (partner topics) in your Azure subscription after the authorization expiration time.
Back on theCreate Partner Configuration page, verify that the partner is added to the partner authorization list at the bottom.
SelectReview + create at the bottom of the page.

On theReview page, review all settings, and then selectCreate to create the partner registration.
Here's the list of partners and a link to submit a request to enable events flow to a partner topic.
In the search bar of the Azure portal, search for and selectEvent Grid Partner Topics.
On theEvent Grid Partner Topics page, select the partner topic in the list.
Review the activate message, and selectActivate on the page or on the command bar to activate the partner topic before the expiration time mentioned on the page.
Confirm that the activation status is set toActivated and then create event subscriptions for the partner topic by selecting+ Event Subscription on the command bar.
First, create an event handler that handles events from the partner. For example, create an event hub, Service Bus queue or topic, or an Azure function. Then, create an event subscription for the partner topic using the event handler you created.
To test your partner topic, you'll need an event handler. Go to your Azure subscription and spin up a service that's supported as anevent handler such as anAzure Function. For an example, seeEvent Grid Viewer sample that you can use as an event handler via webhooks.
Subscribing to the partner topic tells Event Grid where you want your partner events to be delivered.
In the Azure portal, typeEvent Grid Partner Topics in the search box, and selectEvent Grid Partner Topics.
On theEvent Grid Partner Topics page, select the partner topic in the list.
On theEvent Grid Partner Topic page for the partner topic, select+ Event Subscription on the command bar.

On theCreate Event Subscription page, do the following steps:
Enter aname for the event subscription.
ForFilter to Event Types, select types of events that your subscription receives.
ForEndpoint Type, select an Azure service (Azure Function, Storage Queues, Event Hubs, Service Bus Queue, Service Bus Topic, Hybrid Connections. etc.), or webhook.
Select theConfigure an endpoint link. In this example, let's use Azure Event Hubs destination or endpoint.
On theSelect Event Hub page, select configurations for the endpoint, and then selectConfirm Selection.
Now on theCreate Event Subscription page, selectCreate.

For more information, see the following articles about the Partner Events feature:
Was this page helpful?
Need help with this topic?
Want to try using Ask Learn to clarify or guide you through this topic?
Was this page helpful?
Want to try using Ask Learn to clarify or guide you through this topic?