diff --git a/data-explorer/kusto/management/data-ingestion/cancel-queued-ingestion-operation-command.md b/data-explorer/kusto/management/data-ingestion/cancel-queued-ingestion-operation-command.md index ff80d5385a..3ef3ec145d 100644 --- a/data-explorer/kusto/management/data-ingestion/cancel-queued-ingestion-operation-command.md +++ b/data-explorer/kusto/management/data-ingestion/cancel-queued-ingestion-operation-command.md @@ -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)] diff --git a/data-explorer/kusto/management/data-ingestion/ingest-from-storage-queued.md b/data-explorer/kusto/management/data-ingestion/ingest-from-storage-queued.md index 857cc8f8d8..40ac8d3fe2 100644 --- a/data-explorer/kusto/management/data-ingestion/ingest-from-storage-queued.md +++ b/data-explorer/kusto/management/data-ingestion/ingest-from-storage-queued.md @@ -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) @@ -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). @@ -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. diff --git a/data-explorer/kusto/management/data-ingestion/list-blobs.md b/data-explorer/kusto/management/data-ingestion/list-blobs.md index 0f0433d476..fe7139feec 100644 --- a/data-explorer/kusto/management/data-ingestion/list-blobs.md +++ b/data-explorer/kusto/management/data-ingestion/list-blobs.md @@ -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)] diff --git a/data-explorer/kusto/management/data-ingestion/queued-ingest-configuration-http.md b/data-explorer/kusto/management/data-ingestion/queued-ingest-configuration-http.md index 4d7a0fe982..a50ce8e325 100644 --- a/data-explorer/kusto/management/data-ingestion/queued-ingest-configuration-http.md +++ b/data-explorer/kusto/management/data-ingestion/queued-ingest-configuration-http.md @@ -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. diff --git a/data-explorer/kusto/management/data-ingestion/queued-ingest-status-http.md b/data-explorer/kusto/management/data-ingestion/queued-ingest-status-http.md index 9ba18a60e7..31bf2bfcb2 100644 --- a/data-explorer/kusto/management/data-ingestion/queued-ingest-status-http.md +++ b/data-explorer/kusto/management/data-ingestion/queued-ingest-status-http.md @@ -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. diff --git a/data-explorer/kusto/management/data-ingestion/queued-ingest-use-http.md b/data-explorer/kusto/management/data-ingestion/queued-ingest-use-http.md index 3c9b55dd8b..64590e68fb 100644 --- a/data-explorer/kusto/management/data-ingestion/queued-ingest-use-http.md +++ b/data-explorer/kusto/management/data-ingestion/queued-ingest-use-http.md @@ -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. diff --git a/data-explorer/kusto/management/data-ingestion/queued-ingestion-overview.md b/data-explorer/kusto/management/data-ingestion/queued-ingestion-overview.md index eea211dd60..0f90457c06 100644 --- a/data-explorer/kusto/management/data-ingestion/queued-ingestion-overview.md +++ b/data-explorer/kusto/management/data-ingestion/queued-ingestion-overview.md @@ -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)] diff --git a/data-explorer/kusto/management/data-ingestion/queued-ingestion-use-case.md b/data-explorer/kusto/management/data-ingestion/queued-ingestion-use-case.md index f0c2b797e7..fc7ab69891 100644 --- a/data-explorer/kusto/management/data-ingestion/queued-ingestion-use-case.md +++ b/data-explorer/kusto/management/data-ingestion/queued-ingestion-use-case.md @@ -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) @@ -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-.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. diff --git a/data-explorer/kusto/management/data-ingestion/show-queued-ingestion-operations.md b/data-explorer/kusto/management/data-ingestion/show-queued-ingestion-operations.md index 8ceda831ac..04921598aa 100644 --- a/data-explorer/kusto/management/data-ingestion/show-queued-ingestion-operations.md +++ b/data-explorer/kusto/management/data-ingestion/show-queued-ingestion-operations.md @@ -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)]