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/managed-service-identity.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
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Use managed service identity to forward events Azure Event Grid subscriptions
3
-
description: This article describes how to enable managed service identity for an Azure event grid topic so that it can forward events to supported destinations/endpoints.
3
+
description: This article describes how to enable managed service identity for an Azure event grid topic. Use it to forward events to supported destinations.
4
4
services: event-grid
5
5
author: spelluru
6
6
@@ -11,7 +11,7 @@ ms.author: spelluru
11
11
---
12
12
13
13
# Enable and use managed service identity for an event grid topic or domain
14
-
This article describes how to enable [managed service identity](../active-directory/managed-identities-azure-resources/overview.md) for an event grid topic/domain and use it to forward events to supported destinations such as Service Bus queues and topics, event hubs, and storage accounts.
14
+
This article describes how to enable [managed service identity](../active-directory/managed-identities-azure-resources/overview.md) for an event grid topic or domain. Use it to forward events to supported destinations such as Service Bus queues and topics, event hubs, and storage accounts.
15
15
16
16
Here are the steps that are covered in detail in this article:
17
17
1. Create a topic or domain with a system-assigned identity (or) update an existing topic or domain to enable identity.
The command for updating an existing domain is similar (`az eventgrid domain update`).
62
62
63
-
## Supported destinations and RBAC roles
64
-
After you enable identity for your event grid topic or domain, Azure automatically creates an identity in the Azure Active Directory (Azure AD). Add this identity to appropriate role-based access control (RBAC) roles so that the topic or domain can forward events to supported destinations. For example, add the identity to the **Azure Event Hubs Data Sender** role for an Event Hubs namespace so that the event grid topic can forward events to event hubs in that namespace.
63
+
## Supported destinations and Role-Based Access Check (RBAC) roles
64
+
After you enable identity for your event grid topic or domain, Azure automatically creates an identity in the Azure Active Directory (Azure AD). Add this identity to appropriate RBAC roles so that the topic or domain can forward events to supported destinations. For example, add the identity to the **Azure Event Hubs Data Sender** role for an Event Hubs namespace so that the event grid topic can forward events to event hubs in that namespace.
65
65
66
66
Currently, Azure Event Grid supports topics or domains configured with system-assigned managed identity to forward events to the following destinations. This table also gives you the roles that the identity should be in so that the topic can forward the events.
0 commit comments