Skip to content

Commit bac6183

Browse files
committed
Cross-tenant delivery - Supported destination
1 parent f3639b6 commit bac6183

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

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

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Cross-tenant delivery in Azure Event Grid
33
description: Describes how to publish and deliver events across tenants using an Azure Event Grid topic with a user-assigned identity.
44
ms.topic: how-to
55
ms.custom: devx-track-azurecli, ignite-2024
6-
ms.date: 11/18/2024
6+
ms.date: 04/29/2025
77
# Customer intent: As a developer, I want to know how to delivery events using managed identity to a destination in another tenant.
88
---
99

@@ -17,9 +17,20 @@ The following sections show you how to implement a sample scenario where an Azur
1717
1. Create an Azure Storage Queue destination in Tenant B.
1818
1. While creating an event subscription to the topic, enable cross-tenant delivery and configure an endpoint.
1919

20-
> [!NOTE]
21-
> - This feature is currently in preview.
22-
> - Cross-tenant delivery is currently available for the following endpoints: Service Bus topics and queues, Event Hubs, and Storage queues.
20+
## Supported destinations and tiers
21+
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+
23+
24+
| Destination | Basic tier | Standard tier (Namespaces) |
25+
|----------------------------|---------------------|----------------------------|
26+
| Event Hubs | General available | Public preview |
27+
| Service Bus (topics) | General available | NA |
28+
| Service Bus (queues) | General available | NA |
29+
| Storage queues | General available | NA |
30+
| Webhooks | Public preview | Public preview |
31+
| Namespace topics | Public preview | NA |
32+
| Blob Storage (Dead Letter Storage) | General available | Public preview |
33+
2334

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

articles/event-grid/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,8 @@ items:
246246
href: event-grid-namespace-managed-identity.md
247247
- name: Authenticate publishing clients using Microsoft Entra ID
248248
href: authenticate-with-entra-id-namespaces.md
249+
- name: Cross-tenant delivery using managed identity
250+
href: cross-tenant-delivery-using-managed-identity.md
249251
- name: Event Grid basic
250252
items:
251253
- name: Overview

0 commit comments

Comments
 (0)