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/cross-tenant-delivery-using-managed-identity.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,13 +10,6 @@ ms.date: 04/29/2025
10
10
# Cross-tenant event delivery using a managed identity
11
11
This article provides information on delivery of events where Azure Event Grid basic resources like topics, domains, system topics, and partner topics are in one tenant and the Azure destination resource is in another tenant.
12
12
13
-
The following sections show you how to implement a sample scenario where an Azure Event Grid topic with a user-assigned identity as a federated credential delivers events to an Azure Storage Queue destination hosted in another tenant. Here are the high-level steps:
14
-
15
-
1. Create an Azure Event Grid topic with a user-assigned managed identity in Tenant A.
16
-
1. Create a multitenant app with a federated client credential.
17
-
1. Create an Azure Storage Queue destination in Tenant B.
18
-
1. While creating an event subscription to the topic, enable cross-tenant delivery and configure an endpoint.
19
-
20
13
## Supported destinations and tiers
21
14
The following table provides you with the information on whether the cross-tenant delivery to a supported destination is available in a tier (basic or standard) and is generally available (GA) or in public preview.
22
15
@@ -31,6 +24,13 @@ The following table provides you with the information on whether the cross-tenan
31
24
| Namespace topics | Public preview | NA |
32
25
| Blob Storage (Dead Letter Storage) | General available | Public preview |
33
26
27
+
The following sections show you how to implement a sample scenario where an Azure Event Grid topic with a user-assigned identity as a federated credential delivers events to an Azure Storage Queue destination hosted in another tenant. Here are the high-level steps:
28
+
29
+
1. Create an Azure Event Grid topic with a user-assigned managed identity in Tenant A.
30
+
1. Create a multitenant app with a federated client credential.
31
+
1. Create an Azure Storage Queue destination in Tenant B.
32
+
1. While creating an event subscription to the topic, enable cross-tenant delivery and configure an endpoint.
33
+
34
34
35
35
## Create a topic with a user-assigned identity (Tenant A)
36
36
Create a user-assigned identity by following instructions in the [Manage user-assigned managed identities](/entra/identity/managed-identities-azure-resources/how-manage-user-assigned-managed-identities) article. Then, enable a user-assigned managed identity while creating a topic or updating an existing topic by using steps in the following procedure.
0 commit comments