and needs to be specified manually.
Unlike Azure Storage Queues transport, Azure Service Bus transport is capable of executing delayed recoverability natively and does not need to be disabled.
Configure delayed recoverability manually.
endpointConfiguration.Recoverability().Delayed(c =>
c.NumberOfRetries(numberOfDelayedRetries));