Hi @mattonecz
From what I can tell, you can still do that; see Azure Functions error handling and retry guidance | Microsoft Learn. The retry is part of the extension bundle, not necessarily the functions runtime. I say that because the bundle still has to be used with a valid runtime, but you should be covered with 4.x. If you use 5.x though, you can use serviceBus.clientRetryOptions
in host.json; see Azure Service Bus bindings for Azure Functions | Microsoft Learn for more details.