Skip to content

Commit 12a2630

Browse files
committed
Rearrange the content
1 parent bac6183 commit 12a2630

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/event-grid/cross-tenant-delivery-using-managed-identity.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,6 @@ ms.date: 04/29/2025
1010
# Cross-tenant event delivery using a managed identity
1111
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.
1212

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-
2013
## Supported destinations and tiers
2114
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.
2215

@@ -31,6 +24,13 @@ The following table provides you with the information on whether the cross-tenan
3124
| Namespace topics | Public preview | NA |
3225
| Blob Storage (Dead Letter Storage) | General available | Public preview |
3326

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+
3434

3535
## Create a topic with a user-assigned identity (Tenant A)
3636
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

Comments
 (0)