Jonathan
Jonathan

Reputation: 1755

Application Insights on a large SaaS

I have a large Multi-Tenant Saas running on Azure. Where I have individual deployments of our application for each tenant (Web App, SQL, and Storage). Would you create 1 Application Insight instance for ALL the tenants so you can consolidate your logs or would you have individual App Insights?

We have a lot of tenants so would this make sense?

Upvotes: 0

Views: 261

Answers (1)

Ivan Glasenberg
Ivan Glasenberg

Reputation: 29985

You should take a look at this doc: Should I use single or multiple Application Insights resources?, here is the content:

Use a single resource for all the components or roles in a single business system. Use separate resources for development, test, and release versions, and for independent applications.

And if you have to use multi application insights instances, please don't worry, you can also use application insights cross-query for querying from multi application insights.

Hope it helps.

Upvotes: 1

Related Questions