I was getting app insights logging and metrics, but re-published and changed the app plan and no longer get metrics
I have a azure web app which had appinsights enabled and was producing logs (trace, requests, performance counters etc), and I could use Metrics to produce nice graphs.
Then, at 1pm UTC on 17th Dec, I re-published (From VS - have an issue with pipeline publish)
and down-scaled the app service plan from P2V3 to P1V3 (as metrics were showing under-utilized Cpu and memory).
Since this time I am seeing nothing in appinsights trace, request, performance counters etc
altho Trace table does have "StopProfiler triggered." and "StartProfiler triggered.".
And metrics graphs are empty after 1:20pm UTC on 17th.
The webapp is NewPinnPilot-server, as is its appinsights
NB. My previous deployment was also from VS for the same reason, and appinsights was working fine after that.