Partner Events overview for partners - Azure Event Grid

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". 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 providers, but they might be corporate platforms wishing to make their events available to internal teams. 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. Customers also rely on Azure Event Grid to route events that originate in Microsoft services, such as Outlook, Teams, or Microsoft Entra ID, so that customer's solutions can react to them. With Partner Events, customers can build event-driven solutions across platforms and network boundaries to receive or send events reliably, securely and at a scale.

Note

This is a conceptual article that's required reading before you decide to onboard as a partner to Azure Event Grid. For step-by-step instructions on how to onboard as an Event Grid partner using the Azure portal, see How to onboard as an Event Grid partner (Azure portal).

Partner Events: How it works

As a partner, you create Event Grid resources that enable to you publish events to Azure Event Grid so that customers on Azure can subscribe to them. For most partners, for example SaaS providers, it's the only integration capability that they'll use.

You can also create Event Grid resources to receive events from Azure Event Grid. This use case is for those organizations that own or manage a platform that enables their customers to receive events by exposing endpoints. Some of those organizations are ERP systems that also have event routing capabilities within their platform, which sends the incoming Azure events to a customer application hosted on their platform.

For either publishing events or receiving events, you create the same kind of Event Grid resources following these general steps.

  1. Contact the Event Grid team at askgrid@microsoft.com communicating your interest in becoming a partner. 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 so that your service can be found on the Azure portal.

  2. Create a partner registration. This is a global resource and you usually need to create once.

  3. Create a 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.

  4. Customer authorizes you to create a partner topic in customer's Azure subscription.

  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.

  6. Create a partner topic in customer's Azure subscription and resource group by using channels. Channels are resources contained by partner namespaces.

  7. Customer activates the partner topic that you created in their Azure subscription and resource group.

  8. Start publishing events to your partner namespace.

    Note

    You must register the Azure Event Grid resource provider to every Azure subscription where you want create Event Grid resources. Otherwise, operations to create resources will fail.

Why should I use Partner Events?

You may want to use the Partner Events feature if you've one or more of the following requirements.

For partners as event publishers

  • You want a mechanism to make your events available to your customers on Azure. Your users can filter and route those events by using partner topics and event subscriptions they own and manage. You could use other integration approaches such as topics and domains. However, those approaches wouldn't allow for a clean separation of resource ownership, management, and billing between you and your customer. The Partner Events feature also provides a more intuitive user experience that makes it easy to discover your service.
  • You need a simple multi-tenant model where you publish events to a single regional endpoint, the namespace’s endpoint, to route the events to different customers.
  • You want to have visibility into metrics related to published events.
  • You want to use Cloud Events 1.0 schema for your events.

For partners as a subscriber

  • You want your service to react to customer events that originate in Microsoft Azure.
  • You want your customer to react to Microsoft Azure service events using their applications hosted by your platform. You use your platform's event routing capabilities to deliver events to the right customer solution.
  • You want a simple model where your customers just select your service name as a destination without the need for them to know technical details like your platform endpoints.
  • Your system/platform supports Cloud Events 1.0 schema.

Resources managed by partners

As a partner, you manage the following types of resources.

Partner registration

A registration holds general information related to a partner. A registration is required when creating a partner namespace. That is, you must have a partner registration to create the necessary Azure resources to integrate with Azure Event Grid.

Registrations are global. That is, they aren't associated with a particular Azure region. You may create a single partner registration and use that when creating your partner namespaces.

Channel

A Channel is a nested resource to a Partner Namespace. A channel has two main purposes:

  • It's the resource type that allows you to create partner resources on a customer's Azure subscription. When you create a channel of type partner topic, a partner topic is created on a customer's Azure subscription. A partner topic is a customer's resource to which events are routed when a partner system publishes events.

    A channel has the same lifecycle as its associated customer partner topic or destination. When a channel of type partner topic is deleted, for example, the associated customer's partner topic is deleted. Similarly, if the partner topic is deleted by the customer, the associated channel on your Azure subscription is deleted.

  • It's a resource that is used to route events. A channel of type partner topic is used to route events to a customer's partner topic. It supports two types of routing modes.

    • Channel name routing. With this kind of routing, you publish events using an http header called aeg-channel-name where you provide the name of the channel to which events should be routed. As channels are a partner's representation of partner topics, the events routed to the channel show on the customer's parter topic. This kind of routing is a new capability not present in event channels, which support only source-based routing. Channel name routing enables more use cases than the source-based routing and it's the recommended routing mode to choose. For example, with channel name routing a customer can request events that originate in different event sources to land on a single partner topic.
    • Source-based routing. This routing approach is based on the value of the source context attribute in the event. Sources are mapped to channels and when an event comes with a source, say, of value "A" that event is routed to the partner topic associated to the channel that contains "A" in its source property.

    You may want to declare the event types that are routed to the channel and to its associated partner topic. Event types are shown to customers when creating event subscriptions on the partner topic and are used to select the specific event types to send to an event handler destination. Learn more.

    Important

    Event types can be managed on the channel and once the values are updated, changes are reflected immediately on the associated partner topic.

Partner namespace

A partner namespace is a regional resource that has an endpoint to publish events to Azure Event Grid. Partner namespaces contain either channels or event channels (legacy resource). You must create partner namespaces in regions where customers request partner topics or destinations because channels and their corresponding partner resources must reside in the same region. You can't have a channel in a given region with its related partner topic, for example, located in a different region.

Partner namespaces contain either channels or event Channels. It's determined by the property partner topic routing mode in the namespace. If it's set to Channel name header, channels are the only type of resource that can be created under the namespace. If partner topic routing mode is set to Source attribute in event, then the namespace can only contain event channels. Mind that the decision of setting the right partner topic routing mode isn't a decision between choosing channel name or source-based routing. Channels support both. It's rather a decision between using the new type of routing resource, the channels, versus using a legacy resource, the event channels.

Event channel

An Event channel is the resource that was first released with Partner Events to route incoming events to partner topics. Event channels only support source-based routing and they always represent a customer partner topic.

Important

Event channels are being deprecated. Hence, it is advised that you use Channels.

Verified partners

A verified partner is a partner organization whose identity has been validated by Microsoft. It's strongly encouraged that your organization gets verified. Customers seek to engage with partners that have been verified as such verification provides greater assurances that they're dealing with a legitimate organization. Once verified, you benefit from having a presence on the Event Grid Gallery where customers can discover your service easily and have a first-party experience when subscribing to your events, for example.

Customer's authorization to create partner topics

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.

Note

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.

Important

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.

Partner topic activation

Customer activates the partner topic or destination you've created for them. At that point, the channel's activation status changes to Activated. Once a channel is activated, you can start publishing events to the partner namespace endpoint that contains the channel.

How do you automate the process to know when you can start publishing events for a given partner topic?

You have two options:

  • Read (poll) the channel state periodically to check if the activation status has transitioned from NeverActivated to Activated. This operation can be computationally intensive.
  • Create an event subscription for the Azure subscription or resource group that contains the channel(s) you want to monitor. You'll receive Microsoft.Resources.ResourceWriteSuccess events whenever a channel is updated. You'll then need to read the state of the channel with the Azure Resource Manager ID provided in the event to ascertain that the update is related to a change in the activation status to Activated.

References

SDKs

Next steps