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!

  1. check assemblies included in project
  2. check have last sdk version of application insights installed
  3. check applicationinsights.config file exists in root of application , instrumentation key presented
  4. if resolve instrumentationkey web.config or place, debug application , ensure instrumentationkey resolved
  5. check telemetries collecting using visual studio diagnostics hub (developer mode must set true - default)
  6. try send more telemetries or change flush interval 0
  7. first place can check telemetries azure portal - diagnostic search blade
  8. try check quotas on azure portal

Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -