-
Notifications
You must be signed in to change notification settings - Fork 321
Add comprehensive DTFx documentation #1299
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
- Add getting-started guides (installation, quickstart, choosing-a-backend) - Add core concepts documentation (orchestrations, activities, replay, determinism) - Add feature documentation (timers, events, retries, sub-orchestrations, etc.) - Add backend provider documentation (Durable Task Scheduler, Azure Storage, MSSQL, etc.) - Add advanced topics (middleware, entities, serialization, testing) - Add telemetry documentation (distributed tracing, Application Insights, logging) - Add samples catalog and README files for sample projects - Update root README.md to link to documentation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds comprehensive documentation for the Durable Task Framework (DTFx) for .NET. The documentation provides a complete reference covering installation, core concepts, features, backend providers, telemetry, advanced topics, and sample catalogs.
Changes:
- Added extensive documentation across getting started, concepts, features, providers, telemetry, and advanced topics
- Created README files for sample projects with usage instructions and code examples
- Added support documentation explaining community vs enterprise support options
Reviewed changes
Copilot reviewed 42 out of 42 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| samples/ManagedIdentitySample/README.md | Documents Azure Managed Identity authentication setup for v1.x and v2.x Azure Storage providers |
| samples/DurableTask.Samples/README.md | Comprehensive guide to core sample orchestrations with code examples and command-line usage |
| samples/DistributedTraceSample/README.md | Overview of distributed tracing samples for OpenTelemetry and Application Insights |
| samples/DistributedTraceSample/ApplicationInsights/README.md | Setup guide for Application Insights integration sample |
| samples/Correlation.Samples/Readme.md | Documents legacy correlation-based distributed tracing approach |
| docs/telemetry/logging.md | Complete logging configuration guide with examples for orchestrations and activities |
| docs/telemetry/distributed-tracing.md | Distributed tracing setup with OpenTelemetry and Application Insights integration |
| docs/telemetry/application-insights.md | Deep Application Insights integration guide with queries and best practices |
| docs/support.md | Explains community vs enterprise support models and security reporting |
| docs/samples/catalog.md | Catalog of available sample projects with feature descriptions |
| docs/providers/service-fabric.md | Service Fabric provider configuration and architecture documentation |
| docs/providers/service-bus.md | Service Bus provider setup with managed identity support |
| docs/providers/mssql.md | MSSQL provider reference pointing to external repository |
| docs/providers/emulator.md | In-memory emulator provider for local development |
| docs/providers/durable-task-scheduler.md | Comprehensive guide for the recommended managed Azure service |
| docs/providers/custom-provider.md | Guide for implementing custom storage providers |
| docs/providers/azure-storage.md | Detailed Azure Storage provider documentation with architecture diagrams |
| docs/providers/README.md | Provider comparison table and recommendations |
| docs/getting-started/quickstart.md | Step-by-step tutorial for first orchestration |
| docs/getting-started/installation.md | Package installation guide for all providers |
| docs/getting-started/choosing-a-backend.md | Comprehensive provider comparison and selection guide |
| docs/features/versioning.md | Orchestration versioning strategies and safe code changes |
| docs/features/timers.md | Durable timer patterns and best practices |
| docs/features/sub-orchestrations.md | Sub-orchestration patterns and error handling |
| docs/features/retries.md | Automatic retry configuration and patterns |
| docs/features/external-events.md | External event patterns with OnEvent implementation |
| docs/features/eternal-orchestrations.md | ContinueAsNew pattern for long-running workflows |
| docs/features/error-handling.md | Exception handling, compensation patterns, and error propagation modes |
| docs/features/README.md | Features overview and navigation |
| docs/concepts/replay-and-durability.md | Event sourcing model and replay mechanics explanation |
| docs/concepts/orchestrations.md | Orchestration patterns and OrchestrationContext API reference |
| docs/concepts/deterministic-constraints.md | Determinism requirements and common pitfalls |
| docs/concepts/core-concepts.md | Architecture overview of Task Hubs, Workers, and Clients |
| docs/concepts/activities.md | Activity implementation patterns and best practices |
| docs/concepts/README.md | Concepts navigation with suggested reading order |
| docs/advanced/testing.md | Testing strategies for activities and orchestrations |
| docs/advanced/serialization.md | Custom serialization and data converter patterns |
| docs/advanced/middleware.md | Middleware implementation for cross-cutting concerns |
| docs/advanced/entities.md | Entities guidance redirecting to Durable Functions |
| docs/advanced/README.md | Advanced topics overview |
| docs/README.md | Documentation home with quick links and recommendations |
| README.md | Updated to reference new docs folder over wiki |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary
This PR adds comprehensive documentation for the Durable Task Framework (DTFx) for .NET.
Documentation was generated primarily using AI so some mistakes may be present. I manually reviewed all the files and did multiple iterations on some of them.
Documentation Structure
Key Highlights