I'm trying to configure my own environment to send data to App Insight with Status Monitor and works fine except sql queries.
I have one environment on Azure VM with Azure Database and the SQL queries are been tracking well, but in my own VM against my own Databases not working.
The sql trace recorded on that environment is like that: "mssql-IP | database-name" instead of query content.
The application tested in both environment is the same, the SO version is the same.
I tryed configure my environment against Azure Databases, but still the same problem.
I installed .NET 4.6 and still the same problem.