From b18cefc860d8dccb34ad1940dea964782b07ddb4 Mon Sep 17 00:00:00 2001 From: kondalarao-MSFT Date: Tue, 20 Jan 2026 16:30:28 +0530 Subject: [PATCH 1/2] (AzureCXP) fixes MicrosoftDocs/dataexplorer-docs-pr#546423 Removed line number 35. Updated line number 36. From EnableTracking=true with (format='csv') To with (format='csv', enableTracking=true) Updated line number 207. From |IngestionOperationId|Started On |Last Updated On |State |Discovered |InProgress|Canceled|Ingested |Failed|Canceled |SampleFailedReasons|Database|Table| To |IngestionOperationId|Started On |Last Updated On |State |Discovered |InProgress|Ingested |Failed|Canceled |SampleFailedReasons|Database|Table| Updated line number 223. From By running the queued ingestion commands on a sample, you discovered the problems your ingestion might encounter. Now that you fixed them, you're ready to ingest all your historical data and wait for the full ingestion to complete. To By running queued ingestion commands on a sample, you can discover problems your ingestion might encounter. Now that you fixed them, you're ready to ingest all your historical data and wait for the full ingestion to complete. --- .../management/data-ingestion/queued-ingestion-use-case.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 fc7ab69891..2976c0c2dd 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 @@ -33,8 +33,7 @@ Make sure to include a SAS token or use a managed identity to grant the service ```kusto .ingest-from-storage-queued into table database('TestDatabase').Logs -EnableTracking=true -with (format='csv') +with (format='csv', enableTracking=true) <| 'https://sample.blob.core.windows.net/sample/test_*csv?...' ``` @@ -220,7 +219,7 @@ You can [cancel the ingestion](#cancel-ingestion), if necessary. ### Perform your full ingestion -By running the queued ingestion commands on a sample, you discovered the problems your ingestion might encounter. Now that you fixed them, you're ready to ingest all your historical data and wait for the full ingestion to complete. +By running queued ingestion commands on a sample, you can discover problems your ingestion might encounter. Now that you fixed them, you're ready to ingest all your historical data and wait for the full ingestion to complete. ### Cancel ingestion From 51f88df5af1609120f0ceb6691c2b0d03b259aa3 Mon Sep 17 00:00:00 2001 From: Shiri Harel Date: Tue, 20 Jan 2026 18:49:56 +0200 Subject: [PATCH 2/2] update limit size --- .../materialized-views/materialized-views-monitoring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-explorer/kusto/management/materialized-views/materialized-views-monitoring.md b/data-explorer/kusto/management/materialized-views/materialized-views-monitoring.md index 4107723d8d..506052acb0 100644 --- a/data-explorer/kusto/management/materialized-views/materialized-views-monitoring.md +++ b/data-explorer/kusto/management/materialized-views/materialized-views-monitoring.md @@ -74,7 +74,7 @@ If the `MaterializedViewAge` metric constantly increases, and the `MaterializedV { "RequestLimitsPolicy": { "MaxMemoryPerQueryPerNode": { - "Value": 68719241216 + "Value": 68718888960 } } }