Skip to content
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

📌 Early preview of managed backend for Durable Functions #3011

Open
lilyjma opened this issue Jan 14, 2025 · 0 comments
Open

📌 Early preview of managed backend for Durable Functions #3011

lilyjma opened this issue Jan 14, 2025 · 0 comments

Comments

@lilyjma
Copy link
Contributor

lilyjma commented Jan 14, 2025

Durable Task Scheduler

The Durable Task Scheduler (DTS) is a new storage backend for Durable Functions that's fully managed by Azure. This means you will not need to manage DTS the way you would with the current bring-your-own (BYO) backend options. Other than better manageability, DTS is also designed to enhance Durable Function's experience around monitoring and performance. For example, DTS provides an out-of-the-box dashboard that allows you to monitor the progress of orchestration instances and activities. In our early benchmark testing, DTS outperforms all of the existing BYO backends today.

DTS has first-class integration with Durable Functions, which means users with existing Durable Functions apps can easily use it without any code changes. You just need to configure your app to use DTS as the backend.

Check out our release blog post for more details about DTS and feature roadmap.

Try it out today!

DTS is in early access preview and is free of charge now (but will be a paid service during public preview).

Sign up to give it a try!

@lilyjma lilyjma pinned this issue Jan 14, 2025
@lilyjma lilyjma changed the title Early preview of a managed backend for Durable Functions Early preview of managed backend for Durable Functions Jan 14, 2025
@lilyjma lilyjma changed the title Early preview of managed backend for Durable Functions 📌 Early preview of managed backend for Durable Functions Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants