Skip to content

Commit 92e9424

Browse files
authored
Merge pull request #261243 from DaleKoetke/docs-editor/personal-data-mgmt-1702570790
Update personal-data-mgmt.md
2 parents a6649c0 + eb546ce commit 92e9424

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/azure-monitor/logs/personal-data-mgmt.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ We __strongly__ recommend you restructure your data collection policy to stop co
8080
8181
> [!IMPORTANT]
8282
> While most purge operations complete much quicker, **the formal SLA for the completion of purge operations is set at 30 days** due to their heavy impact on the data platform. This SLA meets GDPR requirements. It's an automated process, so there's no way to expedite the operation.
83+
8384
### View and export
8485
8586
Use the [Log Analytics query API](/rest/api/loganalytics/dataaccess/query) or the [Application Insights query API](/rest/api/application-insights/query) for view and export data requests.
@@ -97,6 +98,9 @@ Purge is a highly privileged operation. Grant the _Data Purger_ role in Azure Re
9798
9899
To manage system resources, we limit purge requests to 50 requests an hour. Batch the execution of purge requests by sending a single command whose predicate includes all user identities that require purging. Use the [in operator](/azure/kusto/query/inoperator) to specify multiple identities. Run the query before executing the purge request to verify the expected results.
99100
101+
> [!IMPORTANT]
102+
> Use of the Log Analytics or Application Insights Purge API does not affect your retention costs. To lower retention costs, you must decrease your data retention period.
103+
100104
#### Log data
101105
102106
* The [Workspace Purge POST API](/rest/api/loganalytics/workspacepurge/purge) takes an object specifying parameters of data to delete and returns a reference GUID.

0 commit comments

Comments
 (0)