Configure Application Insights on Windows Server of Azure Virtual Machine

According to these references, we can get telemetry data from virtual machine by these steps:
- Install Application Insights Status Monitor on Windows Server (VM).
- Update it to latest version.
- Run 'lusrmgr.msc' and add the IIS AppPool account(s) into 'Performance Monitor Users' group.
- Reset IIS.
Reference: Application insight monitor doesn't send data to portal due to insufficient permission
留言