azure - No data on Application Insights -
i have application insights skd on asp.net application, can't see data on azure portal, have followed official documentation troubleshoot , connectivity dc.services.visualstudio.com seems fine can't connect f5.services.visualstudio.com, f5.services.visualstudio.com seems not used anymore, can't access inside , outside of network. account have access performance logs too, , uninstalled scom monitoring agent prevent problems, still no data!
- check assemblies included in project
- check have last sdk version of application insights installed
- check applicationinsights.config file exists in root of application , instrumentation key presented
- if resolve instrumentationkey web.config or place, debug application , ensure instrumentationkey resolved
- check telemetries collecting using visual studio diagnostics hub (developer mode must set true - default)
- try send more telemetries or change flush interval 0
- first place can check telemetries azure portal - diagnostic search blade
- try check quotas on azure portal
Comments
Post a Comment