I've the same exact error with Azure Functions using Azure Service Bus ... I've tried adding services.AddHealthChecks(); but without luck... any suggestion?
services.AddHealthChecks();
Thanks