You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/app/azure-web-apps.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,6 +139,30 @@ To find which version of the extension you're currently using, go to `https://<y
139
139
140
140
- Fix for incomplete HTML response for ASP.NET Core apps.
141
141
142
+
## Frequently asked questions
143
+
144
+
This section provides answers to common questions.
145
+
146
+
### What does Application Insights modify in my project?
147
+
148
+
The details depend on the type of project. For a web application:
149
+
150
+
* Adds these files to your project:
151
+
* ApplicationInsights.config
152
+
* ai.js
153
+
* Installs these NuGet packages:
154
+
* Application Insights API: The core API
155
+
* Application Insights API for Web Applications: Used to send telemetry from the server
156
+
* Application Insights API for JavaScript Applications: Used to send telemetry from the client
157
+
* The packages include these assemblies:
158
+
* Microsoft.ApplicationInsights
159
+
* Microsoft.ApplicationInsights.Platform
160
+
* Inserts items into:
161
+
* Web.config
162
+
* packages.config
163
+
* (For new projects only, you [add Application Insights to an existing project manually](app/app-insights-overview.md).) Inserts snippets into the client and server code to initialize them with the Application Insights resource ID. For example, in an MVC app, code is inserted into the main page *Views/Shared/\_Layout.cshtml*.
164
+
165
+
142
166
## Next steps
143
167
144
168
Learn how to enable autoinstrumentation application monitoring for your [.NET Core](./azure-web-apps-net-core.md), [.NET](./azure-web-apps-net.md), [Java](./azure-web-apps-java.md), or [Nodejs](./azure-web-apps-nodejs.md) application running on App Service.
1. Search for **Cost Management** and use the **Cost analysis** pane to see forecasted costs.
536
522
1. Search for **Cost Management and Billing** and open the **Billing scopes** pane to see current charges across subscriptions.
537
523
538
-
- question: What does Application Insights modify in my project?
539
-
answer: |
540
-
The details depend on the type of project. For a web application:
541
-
542
-
* Adds these files to your project:
543
-
* ApplicationInsights.config
544
-
* ai.js
545
-
* Installs these NuGet packages:
546
-
* Application Insights API: The core API
547
-
* Application Insights API for Web Applications: Used to send telemetry from the server
548
-
* Application Insights API for JavaScript Applications: Used to send telemetry from the client
549
-
* The packages include these assemblies:
550
-
* Microsoft.ApplicationInsights
551
-
* Microsoft.ApplicationInsights.Platform
552
-
* Inserts items into:
553
-
* Web.config
554
-
* packages.config
555
-
* (For new projects only, you [add Application Insights to an existing project manually](app/app-insights-overview.md).) Inserts snippets into the client and server code to initialize them with the Application Insights resource ID. For example, in an MVC app, code is inserted into the main page *Views/Shared/\_Layout.cshtml*.
0 commit comments