Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

To pause data intake in Azure Data Explorer, you can use the ".pause" command in the Kusto Query Language (KQL). This command will stop the ingestion of data into the specified table or database until you manually resume it. Here is an example syntax of the ".pause" command:

.pause <DatabaseName>.<TableName>

Just replace <databasename> and <tablename> with the actual names of your database and table.