Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This article shows you how to use the Azure portal and CLI to assign a system-assigned or a user-assigned managed identity to an Event Grid custom topic or a domain.
In the Azure portal, when creating a topic or a domain, you can assign either a system-assigned identity or two user-assigned identities, but not both types of identities. Once the topic or domain is created, you can assign both types of identities by following steps in the Enable identity for an existing topic or domain section.
On the Security page of the topic or domain creation wizard, select Enable system assigned identity.
In this section, you learn how to enable a system-assigned identity or a user-assigned identity for an existing custom topic or domain.
When you use Azure portal, you can assign one system assigned identity and up to two user assigned identities to an existing topic or a domain.
The following procedures show you how to enable an identity for a custom topic. The steps for enabling an identity for a domain are similar.
- Go to the Azure portal.
- Search for Event Grid topics in the search bar at the top.
- Select the custom topic for which you want to enable the managed identity.
- Select Identity on the left menu.
In the System assigned tab, turn on the switch to enable the identity.
Select Save on the toolbar to save the setting.
Create a user-assigned identity by following instructions in the Manage user-assigned managed identities article.
On the Identity page, switch to the User assigned tab in the right pane, and then select + Add on the toolbar.
In the Add user managed identity window, follow these steps:
- Select the Azure subscription that has the user-assigned identity.
- Select the user-assigned identity.
- Select Add.
Refresh the list in the User assigned tab to see the added user-assigned identity.
You can use similar steps to enable an identity for an Event Grid domain.
Add the identity to an appropriate role (for example, Service Bus Data Sender) on the destination (for example, a Service Bus queue). For detailed steps, see Grant managed identity the access to Event Grid destination.