Skip to content

Commit aaea95f

Browse files
committed
Acrolinx fixes
1 parent ad3af78 commit aaea95f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/data-explorer/delete-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Azure Data Explorer supports various delete scenarios described in this article.
1515

1616
## Delete using retention policy
1717

18-
Azure Data Explorer automatically deletes data based on the [retention policy](/azure/kusto/management/retentionpolicy). This is the most efficient and hassle-free method of deleting data. Set the retention policy at the database or table level.
18+
Azure Data Explorer automatically deletes data based on the [retention policy](/azure/kusto/management/retentionpolicy). This method is the most efficient and hassle-free way of deleting data. Set the retention policy at the database or table level.
1919

2020
Consider a database or table that is set for 90 days of retention. If only 60 days of data are needed, delete the older data as follows:
2121

@@ -50,5 +50,5 @@ You can delete all rows in a table or just a specific extent.
5050
> [!NOTE]
5151
> Purge allows you to delete personal data from the device or service and can be used to support your obligations under the GDPR. If you're looking for general information about GDPR, see the [GDPR section of the Service Trust portal](https://servicetrust.microsoft.com/ViewPage/GDPRGetStarted).
5252
53-
[Data purge](/azure/kusto/management/data-purge) can be used for deleting individuals rows. Deletion is *not* immediate and requires significant system resources. Therefore, it is only advised for compliance scenarios.
53+
[Data purge](/azure/kusto/management/data-purge) can be used for deleting individuals rows. Deletion isn't immediate and requires significant system resources. As such, it's only advised for compliance scenarios.
5454

0 commit comments

Comments
 (0)