Skip to content

Commit 2dfa700

Browse files
committed
acrolinx
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 3065808 commit 2dfa700

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ When configuring in Azure Resource Manager, you can set either a *specific* or a
3434
}
3535
```
3636

37-
In this example, the retention policy tells Durable Task Scheduler to keep completed orchestrations for 1 day, and purge the rest.
37+
In this example, the retention policy tells Durable Task Scheduler to keep completed orchestrations for one day, and purge the rest.
3838

3939
- **Default policies** are applied to all purgeable statuses by omitting `orchestrationState`:
4040

@@ -47,10 +47,10 @@ When configuring in Azure Resource Manager, you can set either a *specific* or a
4747
[For more information, see the API reference spec for Durable Task Scheduler retention policies.](/rest/api/durabletask/retention-policies/create-or-replace?view=rest-durabletask-2025-04-01-preview&preserve-view=true)
4848

4949
# [Azure CLI](#tab/cli)
50-
todo
50+
Need
5151

5252
# [Azure portal](#tab/portal)
53-
todo
53+
Need
5454

5555
---
5656

@@ -64,10 +64,10 @@ todo
6464
To disable autopurge retention policies, just delete the policy from the template. Durable Task Scheduler automatically stops cleaning up instances.
6565

6666
# [Azure CLI](#tab/cli)
67-
todo
67+
Need
6868

6969
# [Azure portal](#tab/portal)
70-
todo
70+
Need
7171

7272
---
7373

0 commit comments

Comments
 (0)