Skip to content

Commit a97eebb

Browse files
committed
Update multiple resources guidance for App Insights
1 parent 010a349 commit a97eebb

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

articles/azure-monitor/app/separate-resources.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: Separating telemetry in Azure Application Insights
2+
title: How to design your Application Insights deployment - One vs many resources?
33
description: Direct telemetry to different resources for development, test, and production stamps.
44
ms.topic: conceptual
5-
ms.date: 04/29/2020
5+
ms.date: 05/11/2020
66

77
---
88

9-
# Separating telemetry from Development, Test, and Production
9+
# How many Application Insights resources should I deploy
1010

11-
When you are developing the next version of a web application, you don't want to mix up the [Application Insights](../../azure-monitor/app/app-insights-overview.md) telemetry from the new version and the already released version. To avoid confusion, send the telemetry from different development stages to separate Application Insights resources, with separate instrumentation keys (ikeys). To make it easier to change the instrumentation key as a version moves from one stage to another, it can be useful to set the ikey in code instead of in the configuration file.
11+
When you are developing the next version of a web application, you don't want to mix up the [Application Insights](../../azure-monitor/app/app-insights-overview.md) telemetry from the new version and the already released version. To avoid confusion, send the telemetry from different development stages to separate Application Insights resources, with separate instrumentation keys (ikeys). To make it easier to change the instrumentation key as a version moves from one stage to another, it can be useful to set the ikey in code instead of in the configuration file.
1212

1313
(If your system is an Azure Cloud Service, there's [another method of setting separate ikeys](../../azure-monitor/app/cloudservices.md).)
1414

@@ -18,7 +18,7 @@ When you set up Application Insights monitoring for your web app, you create an
1818

1919
Each Application Insights resource comes with metrics that are available out-of-box. If completely separate components report to the same Application Insights resource, these metrics may not make sense to dashboard/alert on.
2020

21-
### Use a single Application Insights resource
21+
### When to use a single Application Insights resource
2222

2323
- For application components that are deployed together. Usually developed by a single team, managed by the same set of DevOps/ITOps users.
2424
- If it makes sense to aggregate Key Performance Indicators (KPIs) such as response durations, failure rates in dashboard etc., across all of them by default (you can choose to segment by role name in the Metrics Explorer experience).

articles/azure-monitor/faq.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.subservice:
66
ms.topic: conceptual
77
author: bwren
88
ms.author: bwren
9-
ms.date: 03/26/2020
9+
ms.date: 05/11/2020
1010

1111
---
1212

@@ -192,12 +192,16 @@ View Designer is only available for users assigned with Contributor permissions
192192
* [Azure diagnostics](platform/diagnostics-extension-to-application-insights.md)
193193
* [Java web app](app/java-troubleshoot.md)
194194

195-
*I get no data from my server*
195+
*I get no data from my server:*
196196

197197
* [Set firewall exceptions](app/ip-addresses.md)
198198
* [Set up an ASP.NET server](app/monitor-performance-live-website-now.md)
199199
* [Set up a Java server](app/java-agent.md)
200200

201+
*How many Application Insights should I deploy?:*
202+
203+
* [How to design your Application Insights deployment: One versus many Application Insights resources?](app/separate-resources.md)
204+
201205
### Can I use Application Insights with ...?
202206

203207
* [Web apps on an IIS server in Azure VM or Azure virtual machine scale set](app/azure-vm-vmss-apps.md)

0 commit comments

Comments
 (0)