I'm trying to find log entries from my application in the portal. This is a .net core 3 web application. Below is the setup in my code:

This is how I am calling the logging:

I see the logging appear in the Log Stream:


I need to view this information in the Logs using a query. I've set up Diagnostic settings:


Looking in the logs I've changed the scope to the application, the blob storage, and the log analytics work space I set up. I'm not able to find the message that appears in the Log Stream anywhere.
Does anyone have any ideas about what I'm missing?