I have set up a SQL Database and enabled the activity log (with a storage account and log analytics workspace). Is there a way within Azure to be able to view realtime or near-realtime queries from the SQL Server? I'm not interested in a performance hit or anything -- now I'm just looking to log all queries so I can make sure that applications are running properly. Here are the resources I have set up:
I am looking to be able to see a history of all queries that have executed and not just "slow queries" or "currently-running queries", etc.. How can I view queries that are executed, or is this not possible inside Azure?
Here is an example from AWS (RDS + Cloudwatch) where I can do it out of the box: