Replies: 1 comment
-
Yes, absolutely. In fact, SQL connection polling is the default behavior in .NET, regardless of whether you’re running in Functions or some other environment. Durable Functions is not special in this regard. Just make sure that you create SQL connections in activity or entity functions, and not inside orchestrator functions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Can we use SQL connection pools in C# Durable Functions?
I see the guidance here that it is possible to use connection pools in Functions in general, but we are wondering if there are any specific points to consider for Durable Functions.
https://docs.microsoft.com/en-us/azure/azure-functions/manage-connections?tabs=csharp
(This is for an advisory case, my team doesn't have experience with coding.)
Beta Was this translation helpful? Give feedback.
All reactions