Hey all , I'm in the process to migrate azure function from .net 3.1 to .net 7,but not able to see any support for [DurableClient] IDurableClient , any suggestions how to fix it? #2655
Unanswered
harmeetsingh170394
asked this question in
Q&A
Replies: 2 comments 2 replies
-
What version of Durable Functions and Azure Functions are you using? Is it In-Process or Isolated Worker? |
Beta Was this translation helpful? Give feedback.
2 replies
-
try
|
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
-
public async Task<IActionResult> Run( [HttpTrigger(AuthorizationLevel.Function, "post", Route = "{resourceName}/myapi/updatexyz")] HttpRequest httpRequest, [DurableClient] IDurableClient durableClient)
Beta Was this translation helpful? Give feedback.
All reactions