I've deployed a PHP web app on Azure with Application Insights turned on, with Application Insights Extension added and I still don't see any data inside the Applications Insight blade. So now I wonder if there are any additional steps required? :)
After going through couple of howto's I see that they mostly cover .NET, so maybe lack of data on the Application Insights blade means that PHP isn't actually supported (yet)?
Additionally, I wonder if there is a way to stream Diagnostics logs from PHP web app into Application Insights?
Kind regards,
Leszek
PS. I see CPU, memory, # of requests on the application blade in Metrics Per Instance , but somehow they dont get propagated to Application Insights (I assume they should be :))