@Vikas Tiwari Thanks for reaching out. As you have mentioned that you are using the managed identity
and have assigned the data sender role
. Please confirm if you mean
Azure Event Hubs Data Sender
permission to your managed identity (user assigned or system assigned)? It looks like either the namespace endpoint was not defined correctly while configuring the connector. Please confirm if you have used the namespace endpoint as sb://{yournamespace}.servicebus.windows.net/
in the configuration as below.
If you have used the namespace endpoint correctly then please validate whether you have assigned the Azure Event Hubs Data Sender permission to the right resource (logic app) or object ID.
I was able to reproduce the issue if I assigned the wrong namespace endpoint or the format is incorrect. In case if the permission is not assigned to my logic app then I do see the same behavior as you have mentioned.
In case if you still facing the issue then please let me know so I can connect offline to assist you further.