Skip to content

Commit eff98fb

Browse files
Merge pull request #7273 from MicrosoftDocs/main
Auto Publish – main to live - 2025-12-11 23:00 UTC
2 parents e542d9f + 7553bf4 commit eff98fb

9 files changed

+21
-21
lines changed

data-explorer/kusto/management/data-ingestion/cancel-queued-ingestion-operation-command.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ title: .cancel queued ingestion operation command
33
description: Learn how to use the `.cancel queued operation` command to cancel a long-running operation.
44
ms.reviewer: vplauzon
55
ms.topic: reference
6-
ms.date: 09/30/2025
6+
ms.date: 12/10/2025
77
---
8-
# .cancel queued ingestion operation command (preview)
8+
# .cancel queued ingestion operation command
99

1010
> [!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)]
1111

data-explorer/kusto/management/data-ingestion/ingest-from-storage-queued.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: .ingest-from-storage-queued into command
33
description: This article describes the `.ingest-from-storage-queued` `into` command used to ingest a storage folder in Azure Data Explorer.
44
ms.reviewer: vplauzon
55
ms.topic: reference
6-
ms.date: 09/30/2025
6+
ms.date: 12/10/2025
77
---
88
# .ingest-from-storage-queued command (preview)
99

@@ -38,7 +38,7 @@ You must have at least [Table Ingestor](../../access-control/role-based-access-c
3838
|*SkipBatching*| `boolean` | | If set to `true`, the blobs are ingested individually rather than batched together with other blobs. The default value is `false`.|
3939
|*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.|
4040
|*IngestionPropertyName*, *IngestionPropertyValue* | `string` | |Optional ingestion properties. For more information about ingestion properties, see [Data ingestion properties](../../ingestion-properties.md).|
41-
|*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. |
41+
|*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. |
4242

4343
> [!NOTE]
4444
> 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.
6060

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

63-
### Ingest blobs from files
63+
### Ingest blobs from files (Preview)
6464

6565
The following example queues blobs from source files.
6666

data-explorer/kusto/management/data-ingestion/list-blobs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ title: .list blobs command (list blobs from storage)
33
description: Learn how to use the list blobs from storage command.
44
ms.reviewer: vplauzon
55
ms.topic: reference
6-
ms.date: 09/30/2025
6+
ms.date: 12/10/2025
77
---
8-
# .list blobs command (preview)
8+
# .list blobs command
99

1010
> [!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)]
1111

data-explorer/kusto/management/data-ingestion/queued-ingest-configuration-http.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ title: Queued Ingestion Configuration via REST API
33
description: Learn how to use the REST API to retrieve ingestion configuration settings for Azure Data Explorer.
44
ms.reviewer:
55
ms.topic: reference
6-
ms.date: 10/20/2025
6+
ms.date: 12/11/2025
77
---
88

9-
# Ingestion configuration via REST API
9+
# Ingestion configuration via REST API (Preview)
1010

1111
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.
1212

data-explorer/kusto/management/data-ingestion/queued-ingest-status-http.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ title: Queued Ingestion Status via REST API
33
description: Learn how to use the REST API to check the status of queued ingestion operations in Azure Data Explorer.
44
ms.reviewer:
55
ms.topic: reference
6-
ms.date: 10/28/2025
6+
ms.date: 12/11/2025
77
---
88

9-
# Ingestion status via REST API
9+
# Ingestion status via REST API (Preview)
1010

1111
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.
1212

data-explorer/kusto/management/data-ingestion/queued-ingest-use-http.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ title: Queued Ingestion via REST API
33
description: Learn how to use the REST API to submit blobs for ingestion into Azure Data Explorer tables.
44
ms.reviewer:
55
ms.topic: reference
6-
ms.date: 10/28/2025
6+
ms.date: 12/11/2025
77
---
88

9-
# Queued ingestion via REST API
9+
# Queued ingestion via REST API (Preview)
1010

1111
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.
1212

data-explorer/kusto/management/data-ingestion/queued-ingestion-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ title: Queued ingestion overview commands
33
description: Learn about queued ingestion and its commands.
44
ms.reviewer: vplauzon
55
ms.topic: reference
6-
ms.date: 09/30/2025
6+
ms.date: 12/10/2025
77
---
8-
# Queued ingestion commands overview (preview)
8+
# Queued ingestion commands overview
99

1010
> [!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)]
1111

data-explorer/kusto/management/data-ingestion/queued-ingestion-use-case.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ title: Queued ingestion commands use case
33
description: Learn how to ingest historical data using the queued ingestion commands.
44
ms.reviewer: vplauzon
55
ms.topic: how-to
6-
ms.date: 09/30/2025
6+
ms.date: 12/10/2025
77
---
88

9-
# Queued ingestion commands use case (preview)
9+
# Queued ingestion commands use case
1010

1111
> [!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)]
1212
1313
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:
1414

15-
* [Ingest single blobs](#ingest-single-blobs)
15+
* [Ingest single blobs](#ingest-single-blobs-preview) (Preview)
1616
* [List blobs in a folder](#list-blobs-in-a-folder)
1717
* [Ingest folder](#ingest-folder)
1818
* [Track ingestion status](#track-ingestion-status)
@@ -27,7 +27,7 @@ The queued ingestion commands allow you to ingest individual blobs by URL or ing
2727
>
2828
> Queued ingestion commands are run on the data ingestion URI endpoint `https://ingest-<YourClusterName><Region>.kusto.windows.net`.
2929
30-
### Ingest single blobs
30+
### Ingest single blobs (Preview)
3131
You can start by ingesting a single blob directly using its URL.
3232
Make sure to include a SAS token or use a managed identity to grant the service permission to access and download the blob.
3333

data-explorer/kusto/management/data-ingestion/show-queued-ingestion-operations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ title: .show queued ingestion operations command
33
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.
44
ms.reviewer: vplauzon
55
ms.topic: reference
6-
ms.date: 09/30/2025
6+
ms.date: 12/10/2025
77
---
88

9-
# .show queued ingestion operations command (Preview)
9+
# .show queued ingestion operations command
1010

1111
> [!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)]
1212

0 commit comments

Comments
 (0)