How to Call and Execute Function chaining in Azure Functions in spring boot Java

2022-12-05T16:47:39.337+00:00

I have two Azure function in Spring boot controller, One as @HttpTrigger and another as @DurableOrchestrationTrigger.
I can able to call the @HttpTrigger with URL once it is run with ./mvnw but I could not able to run the @DurableOrchestrationTrigge with URL.

I appreciate the Answer

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,978 questions
Azure Spring Apps
Azure Spring Apps
An Azure platform as a service for running Spring Boot applications at cloud scale. Previously known as Azure Spring Cloud.
124 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Mike Urnun 9,811 Reputation points Microsoft Employee
    2022-12-08T19:25:08.893+00:00

    Hello @Ravichandran, Sudhakar Babu (DTMB-Contractor) - Thanks for reaching out! Could you share more details on the overall implementation and include the codes you're using? (Be sure to omit any private details)

    Java support for Durable Functions is on Preview but a working sample for the Function Chaining pattern seems available in the quickstart doc: https://video2.skills-academy.com/en-us/azure/azure-functions/durable/quickstart-java

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.