Skip to content

Commit 564d97b

Browse files
committed
update links
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 5d79c79 commit 564d97b

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
@@ -19,7 +19,7 @@ Autopurge is an opt-in feature. You can enable it by defining retention policies
1919
- `Canceled`
2020
- `Terminated`
2121

22-
The orchestration instances eligible for autopurge match those targeted by [the Durable SDK PurgeInstancesAsync API](/dotnet/api/microsoft.durabletask.client.durabletaskclientextensions.purgeinstancesasync?view=durabletask-dotnet-1.x).
22+
The orchestration instances eligible for autopurge match those targeted by [the Durable SDK PurgeInstancesAsync API](/dotnet/api/microsoft.durabletask.client.durabletaskclientextensions.purgeinstancesasync?view=durabletask-dotnet-1.x&preserve-view=true).
2323

2424
Autopurge ignores orchestration data associated with non-terminal statuses. "Non-terminal" statuses indicate that the orchestration instance is either actively executing, paused, or in a state where it may resume in the future (waiting for external events or timers). These orchestrations that are continuing as new, where the current *execution* is completed, but a new instance has been started as a continuation.
2525

@@ -158,7 +158,7 @@ If creation is successful, you receive the following response.
158158
```
159159

160160
> [!TIP]
161-
> Learn more about the retention policy command via [the CLI reference][TODO].
161+
> Learn more about the retention policy command via [the CLI reference](/cli/azure/durabletask/retention-policy?view=azure-cli-latest&preserve-view=true).
162162
163163
# [Azure Resource Manager](#tab/arm)
164164

0 commit comments

Comments
 (0)