An Azure real-time data ingestion service.
Hello !
Thank you for posting on MS Learn Q&A.
You probably configured the right feature but I would check these points for Blob access audit logs, the relevant diagnostic log categories are StorageRead, StorageWrite and StorageDelete and they land under the StorageBlobLogs schema when sent to Log Analytics and the same categories are also valid when routing to Event Hubs.
https://learn.microsoft.com/en-us/azure/storage/blobs/monitor-blob-storage-reference
Generate new blob activity after enabling diagnostics where you upload, download, list, or delete a blob after the diagnostic setting is saved. Resource logs are not collected until a diagnostic setting is created and routed.
In the Event Hub namespace check Incoming Messages. If this increases, the logs are arriving and the issue is only with how you are viewing them.
In Event Hubs Data Explorer, select the exact event hub, consumer group, and use Oldest position or a custom timestamp. If you use Newest position, it only receives events sent after the view operation starts so previously delivered diagnostic events may not appear.
https://learn.microsoft.com/en-us/azure/event-hubs/event-hubs-data-explorer