nerdexam
Microsoft

AZ-204 · Question #50

You are developing an Azure Durable Function instance. You need to add a delay by using a durable timer. What type of function should you use?

The correct answer is B. Orchestrator. Durable Functions provides durable timers for use in orchestrator functions to implement delays or to set up timeouts on async actions. https://docs.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-overview

Submitted by paula_co· Mar 30, 2026Develop Azure compute solutions

Question

You are developing an Azure Durable Function instance. You need to add a delay by using a durable timer. What type of function should you use?

Options

  • AActivity
  • BOrchestrator
  • CClient
  • DWebhook

How the community answered

(22 responses)
  • A
    5% (1)
  • B
    82% (18)
  • C
    9% (2)
  • D
    5% (1)

Explanation

Durable Functions provides durable timers for use in orchestrator functions to implement delays or to set up timeouts on async actions. https://docs.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-overview

Topics

#Durable Functions#durable timers#orchestrator function#workflow

Community Discussion

No community discussion yet for this question.

Full AZ-204 Practice