Ok so i have a web application that is setup on Azure VM (IIS). The performance counters will not report data on Azure VM, but they seem to report well on hyper-v vm. Both vm's are running windows server 2012 R2.
Do I need to open ports on Azure vm? at this point, I think its a permission/ports problem.
On hyper-v vm, I can run perfmon and add counters and I can see data being reported. I did the same on azure vm and saw no data being reported...
ideas?