I'm trying to connect an Event Grid to an Event Hub such that the hub sends events to the grid but I can't figure out how to do it within the portal. Is this possible?
I thought that I created the subscription but it seems like it might be going on the other direction (the hub listening to the grid). I can see the hub message going growing when I trigger a Function, but nothing seems to make it into the grid or my Function that should be listening to the grid.
Lots of things in the Azure portal seem to have a way to create a grid subscription, including the grid itself, but it's difficult to tell when you create one what direction things are going in... I haven't found any docs that describe doing this, only using Capture, which I don't want to do.