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
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ title: .cancel queued ingestion operation command
description: Learn how to use the `.cancel queued operation` command to cancel a long-running operation.
ms.reviewer: vplauzon
ms.topic: reference
ms.date: 09/30/2025
ms.date: 12/10/2025
---
# .cancel queued ingestion operation command (preview)
# .cancel queued ingestion operation command

> [!INCLUDE [applies](../../includes/applies-to-version/applies.md)] [!INCLUDE [fabric](../../includes/applies-to-version/fabric.md)] [!INCLUDE [azure-data-explorer](../../includes/applies-to-version/azure-data-explorer.md)]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: .ingest-from-storage-queued into command
description: This article describes the `.ingest-from-storage-queued` `into` command used to ingest a storage folder in Azure Data Explorer.
ms.reviewer: vplauzon
ms.topic: reference
ms.date: 09/30/2025
ms.date: 12/10/2025
---
# .ingest-from-storage-queued command (preview)

Expand Down Expand Up @@ -38,7 +38,7 @@ You must have at least [Table Ingestor](../../access-control/role-based-access-c
|*SkipBatching*| `boolean` | | If set to `true`, the blobs are ingested individually rather than batched together with other blobs. The default value is `false`.|
|*CompressionFactor*| `real` | |The compression factor (ratio) between the original size and the compressed size of blobs. Compression factor is used to estimate the original size of the data for batching purposes, when blobs are provided in a compressed format.|
|*IngestionPropertyName*, *IngestionPropertyValue* | `string` | |Optional ingestion properties. For more information about ingestion properties, see [Data ingestion properties](../../ingestion-properties.md).|
|*IngestionSource* | `string` | :heavy_check_mark: | The ingestion source. The source can be a URL or a list of blobs returned using [.list blobs](list-blobs.md) command. |
|*IngestionSource* | `string` | :heavy_check_mark: | The ingestion source. The source can be blob URL(s) (preview) or a list of blobs returned using [.list blobs](list-blobs.md) command. |

> [!NOTE]
> The `.list blobs` command can be used with the `.ingest-from-storage-queued` command to return the blobs you want to ingest. For detailed information about the command and a full list of its parameters, see [.list blobs command](list-blobs.md).
Expand All @@ -60,7 +60,7 @@ The result of the command is a table with one row and one column.

The examples in this section show how to use the syntax to help you get started.

### Ingest blobs from files
### Ingest blobs from files (Preview)

The following example queues blobs from source files.

Expand Down
4 changes: 2 additions & 2 deletions data-explorer/kusto/management/data-ingestion/list-blobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ title: .list blobs command (list blobs from storage)
description: Learn how to use the list blobs from storage command.
ms.reviewer: vplauzon
ms.topic: reference
ms.date: 09/30/2025
ms.date: 12/10/2025
---
# .list blobs command (preview)
# .list blobs command

> [!INCLUDE [applies](../../includes/applies-to-version/applies.md)] [!INCLUDE [fabric](../../includes/applies-to-version/fabric.md)] [!INCLUDE [azure-data-explorer](../../includes/applies-to-version/azure-data-explorer.md)]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ title: Queued Ingestion Configuration via REST API
description: Learn how to use the REST API to retrieve ingestion configuration settings for Azure Data Explorer.
ms.reviewer:
ms.topic: reference
ms.date: 10/20/2025
ms.date: 12/11/2025
---

# Ingestion configuration via REST API
# Ingestion configuration via REST API (Preview)

The ingestion configuration REST API allows you to programmatically retrieve configuration settings for data ingestion, including storage container URIs, Lake folder paths from the Microsoft Fabric offering, and ingestion limits. This endpoint enables integration with the Data Management storage resources used for ingestion.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ title: Queued Ingestion Status via REST API
description: Learn how to use the REST API to check the status of queued ingestion operations in Azure Data Explorer.
ms.reviewer:
ms.topic: reference
ms.date: 10/28/2025
ms.date: 12/11/2025
---

# Ingestion status via REST API
# Ingestion status via REST API (Preview)

The ingestion status REST API allows you to monitor the progress and results of queued ingestion operations. This endpoint provides detailed information about each blob in an ingestion request, including success, failure, or in-progress status.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ title: Queued Ingestion via REST API
description: Learn how to use the REST API to submit blobs for ingestion into Azure Data Explorer tables.
ms.reviewer:
ms.topic: reference
ms.date: 10/28/2025
ms.date: 12/11/2025
---

# Queued ingestion via REST API
# Queued ingestion via REST API (Preview)

The queued ingestion REST API allows you to programmatically submit one or more blobs for ingestion into a specified database and table. This method is ideal for automated workflows and external systems that need to trigger ingestion dynamically.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ title: Queued ingestion overview commands
description: Learn about queued ingestion and its commands.
ms.reviewer: vplauzon
ms.topic: reference
ms.date: 09/30/2025
ms.date: 12/10/2025
---
# Queued ingestion commands overview (preview)
# Queued ingestion commands overview

> [!INCLUDE [applies](../../includes/applies-to-version/applies.md)] [!INCLUDE [fabric](../../includes/applies-to-version/fabric.md)] [!INCLUDE [azure-data-explorer](../../includes/applies-to-version/azure-data-explorer.md)]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ title: Queued ingestion commands use case
description: Learn how to ingest historical data using the queued ingestion commands.
ms.reviewer: vplauzon
ms.topic: how-to
ms.date: 09/30/2025
ms.date: 12/10/2025
---

# Queued ingestion commands use case (preview)
# Queued ingestion commands use case

> [!INCLUDE [applies](../../includes/applies-to-version/applies.md)] [!INCLUDE [fabric](../../includes/applies-to-version/fabric.md)] [!INCLUDE [azure-data-explorer](../../includes/applies-to-version/azure-data-explorer.md)]

The queued ingestion commands allow you to ingest individual blobs by URL or ingest batches of data by listing folders or containers. This article walks through a common use case: fine-tuning the ingestion of historical data. You can use these commands to test how historical data is ingested and resolve any issues before performing full ingestion. The following tasks demonstrate how to use queued ingestion commands effectively:

* [Ingest single blobs](#ingest-single-blobs)
* [Ingest single blobs](#ingest-single-blobs-preview) (Preview)
* [List blobs in a folder](#list-blobs-in-a-folder)
* [Ingest folder](#ingest-folder)
* [Track ingestion status](#track-ingestion-status)
Expand All @@ -27,7 +27,7 @@ The queued ingestion commands allow you to ingest individual blobs by URL or ing
>
> Queued ingestion commands are run on the data ingestion URI endpoint `https://ingest-<YourClusterName><Region>.kusto.windows.net`.

### Ingest single blobs
### Ingest single blobs (Preview)
You can start by ingesting a single blob directly using its URL.
Make sure to include a SAS token or use a managed identity to grant the service permission to access and download the blob.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ title: .show queued ingestion operations command
description: Learn how to use the `.show queued ingestion operations` command to view a log of the queued ingestion operations that are currently running or completed.
ms.reviewer: vplauzon
ms.topic: reference
ms.date: 09/30/2025
ms.date: 12/10/2025
---

# .show queued ingestion operations command (Preview)
# .show queued ingestion operations command

> [!INCLUDE [applies](../../includes/applies-to-version/applies.md)] [!INCLUDE [fabric](../../includes/applies-to-version/fabric.md)] [!INCLUDE [azure-data-explorer](../../includes/applies-to-version/azure-data-explorer.md)]

Expand Down