Reading event schema stored in JSON format in Azure Event Hubs Schema Registry, in C#
I have an event schema stored in JSON format in Azure Event Hubs Schema Registry. I need to read that schema in my C# code, without hard coding the schema in the code. Schema needs to be read into a…