I am developing a .net core application where I would like to create an Azure Event Subscription to Azure blob storage in C#. I've set up a Event Grid System Topic
This Event Grid Topic is supposed to have a subscription that listens to events on Blobstore (created, delete, rename) and pushes them to a Service bus.
I would like to create an EventSubscription in C# but I can't find any references.