Skip to content

Commit 90dd779

Browse files
authored
Merge pull request #84854 from lgayhardt/appconfigpath0819part2
App Insights config location fixing sentence
2 parents b4cc840 + e61d1cd commit 90dd779

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/azure-monitor/app/configuration-with-applicationinsights-config.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ telemetry *modules* and *initializers* for automatically tracking telemetry from
2424
adjusting the configuration file, you can enable or disable Telemetry Modules and initializers, and set parameters for
2525
some of them.
2626

27-
The configuration file is named `ApplicationInsights.config` or `ApplicationInsights.xml`, depending on the type of your
28-
application. It is automatically added to your project when you [install most versions of the SDK][start].The SDK creates the `ApplicationInsights.config` file in the project root folder and when complied is copied to the bin folder. It is also added to a web app by [Status Monitor on an IIS server][redfield]. The configuration file is ignored if [extension for Azure website](azure-web-apps.md) or [extension for Azure VM and virtual machine scale set](azure-vm-vmss-apps.md) is used.
27+
The configuration file is named `ApplicationInsights.config` or `ApplicationInsights.xml`, depending on the type of your application. It is automatically added to your project when you [install most versions of the SDK][start]. By default, when using the automated experience from the Visual Studio template projects that support **Add > Application Insights Telemetry**, the ApplicationInsights.config file is created in the project root folder and when complied is copied to the bin folder. It is also added to a web app by [Status Monitor on an IIS server][redfield]. The configuration file is ignored if [extension for Azure website](azure-web-apps.md) or [extension for Azure VM and virtual machine scale set](azure-vm-vmss-apps.md) is used.
2928

3029
There isn't an equivalent file to control the [SDK in a web page][client].
3130

0 commit comments

Comments
 (0)