dotnet / aspire

Tools, templates, and packages to accelerate building observable, production-ready apps
https://learn.microsoft.com/dotnet/aspire
MIT License
3.91k stars 475 forks source link

Support for durable functions #6760

Open benbarnett02 opened 9 hours ago

benbarnett02 commented 9 hours ago

Is there an existing issue for this?

Is your feature request related to a problem? Please describe the problem.

Currently, when adding a durable function to an Aspire project, 500 errors are returned when using the built-in (to durable functions) http endpoints to get and modify the function run.

Describe the solution you'd like

Supporting Durable functions (& bindings etc) would be a great next step now that Aspire supports Azure Functions. My use case for this is a series of long-running functions (5-10 minutes) that perform various data analytics/ETL type actions.

Additional context

No response