HealthChecks.AzureServiceBus is the health check package for Azure Service Bus Queues and Topics.
$ dotnet add package AspNetCore.HealthChecks.AzureServiceBusThis health check verifies the ability to communicate with Azure Service Bus.
In the prior releases, AzureEventHubHealthCheck was a part of AspNetCore.HealthChecks.AzureServiceBus package. It had a dependency on not just Azure.Messaging.ServiceBus, but also Azure.Messaging.EventHubs. The packages have been split to avoid bringing unnecessary dependencies. The name of the new EveHub package is AspNetCore.HealthChecks.Azure.Messaging.EventHubs.