Skip to content

Commit e21b632

Browse files
committed
removing reference to SAS as the default way
1 parent 7a163a0 commit e21b632

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

articles/event-hubs/event-hubs-capture-managed-identity.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,9 @@ ms.date: 03/20/2024
99
# Authenticate modes for capturing events to destinations in Azure Event Hubs
1010
Azure Event Hubs allows you to select different authentication modes when capturing events to a destination such as [Azure Blob storage](https://azure.microsoft.com/services/storage/blobs/) or [Azure Data Lake Storage Gen 1 or Gen 2](https://azure.microsoft.com/services/data-lake-store/) account of your choice. The authentication mode determines how the capture agent running in Event Hubs authenticate with the capture destination.
1111

12-
## SAS based authentication
13-
The default authentication method is to use Shared Access Signature(SAS) to access the capture destination from Event Hubs service.
12+
## Use managed identity
1413

15-
:::image type="content" source="./media/event-hubs-capture-overview/event-hubs-capture-default.png" alt-text="Image showing capturing of Event Hubs data into Azure Storage or Azure Data Lake Storage using default SAS authentication mode":::
16-
17-
With this approach, you can capture data to destinations resources that are in the **same subscription** only.
18-
19-
## Use managed identity
20-
With [managed identity](../active-directory/managed-identities-azure-resources/overview.md), users can seamlessly capture data to a preferred destination by using Microsoft Entra ID based authentication and authorization.
14+
[Managed identity](../active-directory/managed-identities-azure-resources/overview.md) is the preferred way to seamlessly access the capture destination from your Event Hub, using Microsoft Entra ID based authentication and authorization.
2115

2216
:::image type="content" source="./media/event-hubs-capture-overview/event-hubs-capture-msi.png" alt-text="Image showing capturing of Event Hubs data into Azure Storage or Azure Data Lake Storage using Managed Identity":::
2317

0 commit comments

Comments
 (0)