Skip to content

Commit 4b3438d

Browse files
committed
minor wording tweak
1 parent 78ad2ac commit 4b3438d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/durable/durable-task-scheduler/durable-task-scheduler-auto-purge.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Set autopurge retention policies for Azure Functions Durable Task Scheduler (preview)
33
description: Learn about how and why you'd want to configure autopurge retention policies for Durable Task Scheduler.
44
ms.topic: conceptual
5-
ms.date: 04/28/2025
5+
ms.date: 04/29/2025
66
---
77

88
# 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.
9696
```azurecli
9797
az durabletask retention-policy create --scheduler-name SCHEDULER_NAME --resource-group RESOURCE_GROUP --default-days 1 --completed-days 0 --failed-days 60
9898
```
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:
100100
- `--canceled-days` or `-x` : The number of days to retain canceled orchestrations.
101101
- `--completed-days` or `-c` : The number of days to retain completed orchestrations.
102102
- `--default-days` or `-d` : The number of days to retain orchestrations.

0 commit comments

Comments
 (0)