I need to delay the execution of the data insertion in the DB2. I need to wait for 10 min for the following DB deployment reason
Registration Process
How it can be achieved using the Azure functions?
One way would be to send a message to a Service Bus queue with ScheduledEnqueueTimeUtc
property set to 10 minutes from now. (docs)
Then have an Azure Function which is triggered by that Service Bus queue. (docs)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With