Azure IoT Hub relies heavily on consumer groups. We can easily add consumer groups and view them using Azure Portal.
Is there anyway to read my consumer groups using C# SDK?
Azure IoT Hub relies heavily on consumer groups. We can easily add consumer groups and view them using Azure Portal.
Is there anyway to read my consumer groups using C# SDK?
Yes there is. Take a look at this API: https://learn.microsoft.com/en-us/dotnet/api/microsoft.azure.management.iothub.iiothubresourceoperations.listeventhubconsumergroupswithhttpmessagesasync?view=azure-dotnet
If you look at the available operations here, you can create and delete consumer groups on the default endpoint as well.