0

Id like to understand if there is any limit to the number of app services that can have a direct dependency on a single instance of an app insights service.

Right now I am exploring creating a dedicated appinsight service instance for many apps.

Are there any limitations that I need to be aware of? At what point am I going to run into issues? How many apps? 100? 1000?

Judy007
  • 5,484
  • 4
  • 46
  • 68
  • Doesn’t look like there is a limit on concurrent Apps, just on the amount of data: https://learn.microsoft.com/en-us/azure/azure-monitor/service-limits#application-insights – Robin-Manuel Thiel Jan 13 '20 at 16:26

1 Answers1

1

Although it is not suggested (Daniel Stocker's blog), there is no limit to use one Application Insight for multiple Apps. Some other limitations:

  • The maximum daily cap is 1,000 GB/day unless you request a higher maximum for a high-traffic application.

  • Throttling limits the data rate to 32,000 events per second, averaged over 1 minute per instrumentation key.

https://learn.microsoft.com/en-us/azure/azure-monitor/app/pricing

Kamran
  • 1,258
  • 1
  • 16
  • 28