From 8c32246803eb6f3bd1848d5b22574d6397a4ebc8 Mon Sep 17 00:00:00 2001 From: Hannah Hunter Date: Thu, 26 May 2022 18:01:07 -0500 Subject: [PATCH] updates per chat w Chuck --- articles/azure-monitor/app/profiler-cloudservice.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/articles/azure-monitor/app/profiler-cloudservice.md b/articles/azure-monitor/app/profiler-cloudservice.md index 3ac49b05a6700..82c4df72d6324 100644 --- a/articles/azure-monitor/app/profiler-cloudservice.md +++ b/articles/azure-monitor/app/profiler-cloudservice.md @@ -55,13 +55,7 @@ Add the following `SinksConfig` section as a child element of `WadCfg`: ``` > [!NOTE] -> If the *diagnostics.wadcfgx* file also contains another sink of type `ApplicationInsights`, all three of the following instrumentation keys must match: -> * The key used by your application. -> * The key used by the `ApplicationInsights` sink. -> * The key used by the `ApplicationInsightsProfiler` sink. -> -> You can find the actual instrumentation key value used by the `ApplicationInsights` sink in the *ServiceConfiguration.\*.cscfg* files. -> After the Visual Studio 15.5 Azure SDK release, only the instrumentation keys that are used by the application and the ApplicationInsightsProfiler sink need to match each other. +> The instrumentation keys that are used by the application and the ApplicationInsightsProfiler sink need to match each other. Deploy your service with the new Diagnostics configuration. Application Insights Profiler is now configured to run on your Cloud Service.