You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-functions/durable-task-scheduler/durable-task-scheduler-auto-purge.md
+3-21Lines changed: 3 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ When configuring an autopurge retention policy, you can set either a *specific*
56
56
```
57
57
58
58
Add specific policies to override the default policy applied to orchestrations, regardless of status. In the following example, the second and third policies override the default policy (`"retentionPeriodInDays": 1`).
59
-
- Data associated with completed orchestrations is deleted immediately.
59
+
- Data associated with completed orchestrations is deleted as soon as possible (approximately every 5 minutes).
60
60
- Data associated with failed orchestrations is purged after 60 days.
61
61
62
62
However, since no specific policy is set for canceled or terminated orchestrations, the default policy still applies to them, purging their data after 1 day.
@@ -180,25 +180,7 @@ If creation is successful, you receive the following response.
180
180
Create or update the retention policy by running the following command.
181
181
182
182
```azurecli
183
-
az rest --method put --url "/subscriptions/SUBSCRIPTION_ID/resourceGroups/RESOURCE_GROUP/providers/Microsoft.DurableTask/schedulers/SCHEDULER_NAME/retentionPolicies/default?api-version=2025-04-01-preview" --body '{
0 commit comments