1 min readSep 16, 2020
You shouldn't need to provide Azure Storage Account credentials when not using the Azure EventHubs Capture feature (which I was using): https://docs.microsoft.com/en-us/azure/event-hubs/event-hubs-capture-overview.
If this is your use-case, you might have to verify how the constructor behaves when not passing the storage credentials or find a suitable constructor which doesn't take the storage credentials! :)