azure - Application Insight Request Region -
i have application hosted in multiple regions in azure. lately customers complaining slow performance. suspecting issue in 1 of azure regions, trying @ analytics appinsight , see requests column cloud_roleinstance. there way derive region column or other default column?
you can use client_countryorregion
, client_city
columns in analytics. example, running following query amount of requests per region:
requests | project client_countryorregion, client_city | summarize count() client_countryorregion, client_city
please note these column contain county , city of region, need manually convert specific region. can use azure regions page convert between city/country , datacenter. example, boydton virginia east , san antonio texas south central us.
hope helps,
asaf
Comments
Post a Comment