You are developing an Azure Durable Function to manage an online ordering process. The process must call an external API to gather product discount information....


Microsoft AZ-204 Exam

Questions Number: 77 out of 355 Questions
21.69%

Question 77
You are developing an Azure Durable Function to manage an online ordering process.
The process must call an external API to gather product discount information.
You need to implement the Azure Durable Function.
Which Azure Durable Function types should you use? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.



The Durable Functions extension exposes a set of built-in HTTP APIs that can be used to perform management tasks on orchestrations, entities, and task hubs.
These HTTP APIs are extensibility webhooks that are authorized by the Azure Functions host but handled directly by the Durable Functions extension.
Reference:
https://docs.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-http-api





Previous Questions Next Questions