Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ernestoguimaraes/12641d38b5587d30db06e8d4dbb85892 to your computer and use it in GitHub Desktop.
Save ernestoguimaraes/12641d38b5587d30db06e8d4dbb85892 to your computer and use it in GitHub Desktop.
Application Insights - The code counts all instances created for each of your App Services in multiple Application Insights
union
app('ADD YOU APP INSIGHTS NAME 1').performanceCounters,
app('ADD YOU APP INSIGHTS NAME 2').performanceCounters
| summarize Instancias = dcount(cloud_RoleInstance) by cloud_RoleName
|order by Instancias desc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment