Is it possible to use a ServiceBusTrigger along with ReceiveDelete set for the ReceiveMode on a continous webjob? I have a message that takes longer than 10 minutes to process, so instead of using a peek I would like to just remove it from the queue as soon as the job picks up the message.
You've got two options here:
maxAutoRenewDuration
of host.json.