Programming
Generating Event Hub Shared Action Signature
It’s easy enough to send messages to an Event Hub using the EventHubs NuGet package as specified here, but if you want to test it by making you’re own HTTP POST requests to the endpoint then it becomes a bit trickier. There’s some Microsoft documentation here about manually sending HTTP Read more…