How do I inject DurableTaskClient into services? #2934
Unanswered
Tiberriver256
asked this question in
Q&A
Replies: 1 comment 4 replies
-
By other services, do you mean like other than Azure Functions (such as App Service, AKS, etc.)? This is possible, but not really documented. @jviau by chance do you have a sample that shows how to create external clients using |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I'm Azure Functions Isolated and this nuget package:
I can get access to a DurableTaskClient in a function with this binding:
How do I get access to the same client in other services?
For example, I have a class like this:
And I have it plugged into my services like:
I get the following error message:
Beta Was this translation helpful? Give feedback.
All reactions