How to register ServiceBusClient for dependency injection?
I’m trying to register ServiceBusClient from the new Azure.Messaging.ServiceBus package for dependency injection as recommended in this article using ServiceBusClientBuilderExtensions , but I can’t find any documentation or any help online on how exactly to go about this. I'm trying to add as below public override void Configure(IFunctionsHostBuilder builder