Dear Community,
I am facing issue with Event Subscription from Azure Event hub using Azure portal.
I think main problem is "Event- Hub" not sending event to the event grid topic.
I have created the subscription on this topic and forwarding to HTTP webhook endpoint. I even validated the URL that I received during creation of the subscription.
I can describe problem in detailed as following:
I have Azure Event hub where I am continuously receiving the data.
but I am not able to forward this data to HTTP endpoint.
I tried using event grid subscription to HTTP endpoint where I just want to forward whatever event I receive.
But these event Subscription not receiving any event from the event hub. and since its not receiving any event its not forwarding any event to HTTP Endpoint. (Please Note: While adding HTTP Webhook subscription I already verified the URL that i received during adding of event subscription)
Do you know what is going wrong here and why I am not able to forward data from Event hub to HTTP Endpoint using Azure portal.