Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion data-explorer/create-event-hubs-connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: 'Create an Event Hubs data connection - Azure Data Explorer'
description: Learn how to ingest data from Event Hubs into Azure Data Explorer.
ms.topic: how-to
ms.custom:
ms.date: 11/16/2023
ms.date: 07/31/2025
---

# Create an Event Hubs data connection for Azure Data Explorer
Expand All @@ -16,6 +16,10 @@ To learn how to create the connection using the Kusto SDKs, see [Create an Event

> For code samples based on previous SDK versions, see the [archived article](/previous-versions/azure/data-explorer/create-event-hubs-connection).

> [!WARNING]
>
> Event hub data connection doesn't support private endpoints or managed private endpoints.

## Create an event hub data connection

In this section, you establish a connection between the event hub and your Azure Data Explorer table. As long as this connection is in place, data is transmitted from the event hub into your target table. If the event hub is moved to a different resource or subscription, you need to update or recreate the connection.
Expand Down
6 changes: 5 additions & 1 deletion data-explorer/get-data-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Get data from Azure storage
description: Learn how to get data from Azure storage in Azure Data Explorer.
ms.reviewer: sharmaanshul
ms.topic: how-to
ms.date: 12/04/2024
ms.date: 07/31/2025
---

# Get data from Azure storage
Expand All @@ -14,6 +14,10 @@ Ingestion from an Azure storage account is a one-time operation. To ingest data

For general information on data ingestion, see [Azure Data Explorer data ingestion overview](ingest-data-overview.md).

> [!WARNING]
>
> Get data from Azure Storage doesn't support private endpoints or managed private endpoints.

## Prerequisites

* A Microsoft account or a Microsoft Entra user identity. An Azure subscription isn't required.
Expand Down