How to check the readiness probes on Services Bus?

240 views Asked by At

I have an ASP.NET Core 3.1 application running on a docker container in kubernetes. It consists of two services which send data from the one to the other via Azure Service Bus. Hot to check on the Service Bus a readiness probe? I Was trying to find an API on https://learn.microsoft.com/en-us/dotnet/api/microsoft.servicebus?view=azure-dotnet and I did not found any fitting function. Do you use it? Is it necessary?

1

There are 1 answers

2
JayaChatterjee-MSFT On

There are some endpoints that can be used but are protected behind system/admin keys. But it seems that there is an issue already filed to expose endpoints for Kubernetes You can follow the thread for updates or you can also follow up on this thread.