Intergrate Azure Schema Registry with Azure Service Bus
In the documentation it is mentioned that "In spite of being hosted in Azure Event Hubs, the schema registry can be used universally with all Azure messaging services and any other message or events broker". I believe that then with Azure Service Bus also, we can use the Azure Schema Registry so that any message sent to the Service Bus by a producer is validated against a Schema registered in Schema Registry. Is there any difference between the two i.e. using Azure Schema Registry with Azure Service Bus vs using Azure Schema Registry with Event Hub w.r.t to the capabilities that can be achieved? Please also refer to some documentation of how to integrate Azure Service Bus and Azure Schema Registry.
Thanks