Hello
To identify the sources sending or receiving messages to your Azure Event Hub, you can follow these steps:
Enable IP Filtering: First, enable IP filtering on your Event Hub namespace. This will allow you to specify which IP addresses can access your Event Hub.
Enable Diagnostic Logs: Set up diagnostic logs for Event Hubs virtual network connection events. This will help you track the IP addresses of clients connecting to your Event Hub namespace. You can follow the instructions in the Azure Monitor documentation to enable these logs.
Review Logs: Once the logs are enabled, you can review them to see the IP addresses that are connecting to your Event Hub. This will help you identify the sources of the messages.
Please note that while you can track the IP addresses of clients connecting to your Event Hub, it is currently not possible to determine the source IP of an individual message or event.
Pls check and let us know if any further ques
Thanks
Deepanshu