Skip to content

Commit 9ccb435

Browse files
committed
Fixed according to PR comments
1 parent 5a371b3 commit 9ccb435

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/data-explorer/ingest-data-streaming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ There are two supported streaming ingestion types:
5959
> [!WARNING]
6060
> Disabling streaming ingestion may take a few hours.
6161
62-
1. Drop [streaming ingestion policy](/azure/kusto/concepts/streamingingestionpolicy) from all relevant tables and databases. The streaming ingestion policy removal triggers streaming ingestion data movement from the initial storage to the permanent storage in the column store (extents or shards). The data movement can last between a few seconds to a few hours, depending on the amount of data in the initial storage and the how the CPU and memory is used by the cluster.
62+
1. Drop [streaming ingestion policy](/azure/kusto/concepts/streamingingestionpolicy) from all relevant tables and databases. The streaming ingestion policy removal triggers streaming ingestion data movement from the initial storage to the permanent storage in the column store (extents or shards). The data movement can last between a few seconds to a few hours, depending on the amount of data in the initial storage and how the CPU and memory is used by the cluster.
6363
1. In the Azure portal, go to your Azure Data Explorer cluster. In **Settings**, select **Configurations**.
6464
1. In the **Configurations** pane, select **Off** to disable **Streaming ingestion**.
6565
1. Select **Save**.

articles/data-explorer/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
- name: Kusto Query Language
3636
items:
3737
- name: Quick reference guide
38-
href: quick-reference-guide.md
38+
href: kql-quick-reference.md
3939
- name: Data visualization overview
4040
href: viz-overview.md
4141
- name: Security overview

0 commit comments

Comments
 (0)