File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/azure-functions/durable/durable-task-scheduler Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
title : Set autopurge retention policies for Azure Functions Durable Task Scheduler (preview)
3
3
description : Learn about how and why you'd want to configure autopurge retention policies for Durable Task Scheduler.
4
4
ms.topic : conceptual
5
- ms.date : 04/28 /2025
5
+ ms.date : 04/29 /2025
6
6
---
7
7
8
8
# Set autopurge retention policies for Azure Functions Durable Task Scheduler (preview)
@@ -96,7 +96,7 @@ Create or update the retention policy by running the following command.
96
96
``` azurecli
97
97
az durabletask retention-policy create --scheduler-name SCHEDULER_NAME --resource-group RESOURCE_GROUP --default-days 1 --completed-days 0 --failed-days 60
98
98
```
99
- The following are properties for specifying the retention duration of orchestration data of different statuses:
99
+ The following are properties for specifying the retention duration for orchestration data of different statuses:
100
100
- ` --canceled-days ` or ` -x ` : The number of days to retain canceled orchestrations.
101
101
- ` --completed-days ` or ` -c ` : The number of days to retain completed orchestrations.
102
102
- ` --default-days ` or ` -d ` : The number of days to retain orchestrations.
You can’t perform that action at this time.
0 commit comments