A moose-wallow reminder should stay invisible to workers for 24 hours. How should the developer delay the Service Bus message?
Select an answer to reveal the explanation.
Short Explanation
Do not babysit the clock in a Function. Schedule the Service Bus message with an enqueue time and let the broker hold it until tomorrow.
Full Explanation
Service Bus supports scheduled messages that become available to receivers at a specified enqueue time. A busy-wait timer Function, Redis-only storage, or Event Hubs Capture is not the Service Bus delayed-delivery feature. Timer triggers remain appropriate when the work is cron-scheduled code, not delaying one message.