Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/advanced/entities.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ If you want to build applications that leverage the capabilities of Durable Enti

### Durable Task SDK with Durable Task Scheduler

The [Durable Task SDK](https://github.com/microsoft/durabletask-dotnet) used together with the [Durable Task Scheduler](durable-task-scheduler.md) provides a modern programming model with entity support. This is the recommended approach for new .NET applications that need durable entity capabilities outside of Azure Functions.
The [Durable Task SDK](https://github.com/microsoft/durabletask-dotnet) used together with the [Durable Task Scheduler](../providers/durable-task-scheduler.md) provides a modern programming model with entity support. This is the recommended approach for new .NET applications that need durable entity capabilities outside of Azure Functions.

## Next Steps

- [Durable Task Scheduler](../providers/durable-task-scheduler.md) — Learn about the Durable Task Scheduler backend
- [Choosing a Backend](../getting-started/choosing-a-backend.md) — Compare available backend providers

2 changes: 1 addition & 1 deletion docs/telemetry/application-insights.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ await Task.Delay(TimeSpan.FromSeconds(5)); // Allow time for flush
## Samples

See the complete working sample:
- [Application Insights Sample](../../../samples/DistributedTraceSample/ApplicationInsights)
- [Application Insights Sample](../../samples/DistributedTraceSample/ApplicationInsights)

## Next Steps

Expand Down
Loading