Troubleshooting Azure Durable Functions Locally for Developers
Troubleshooting Azure Durable Functions on your own computer can be tricky. You might see problems like early runtime versions not working well, Application Insights not connecting, and Node.js versions not matching.
If you have lots of small functions, things get confusing fast.
It is hard to debug and watch over workflows that work together.
It takes wor…

