I have an Azure function app we can’t seem to get working with stored procedures. It works with everything else on the DB. What is the best way to get all queries that has been executed towards the SQL Server, which account, and if blocked why? Do we need to access some application insights logs, or can we do a SQL query?
2