Skip to content

Commit 31594fb

Browse files
committed
Moving or deleting App Insights FAQs
1 parent d0f772e commit 31594fb

File tree

2 files changed

+24
-33
lines changed

2 files changed

+24
-33
lines changed

articles/azure-monitor/app/azure-web-apps.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,30 @@ To find which version of the extension you're currently using, go to `https://<y
139139

140140
- Fix for incomplete HTML response for ASP.NET Core apps.
141141

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+
142166
## Next steps
143167

144168
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.

articles/azure-monitor/faq.yml

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -501,20 +501,6 @@ sections:
501501
502502
See [How many Application Insights resources should I deploy?](app/separate-resources.md).
503503
504-
- question: |
505-
Can I use Application Insights with the following apps and services?
506-
answer: |
507-
* [Web apps on an IIS server in Azure Virtual Machines or Azure Virtual Machine Scale Sets](app/azure-vm-vmss-apps.md)
508-
* [Web apps on an IIS server: On-premises or in a VM](app/asp-net.md)
509-
* [Java web apps](app/opentelemetry-enable.md?tabs=java)
510-
* [Node.js apps](app/nodejs.md)
511-
* [Web apps on Azure](app/azure-web-apps.md)
512-
* [Cloud services on Azure](app/azure-web-apps-net-core.md)
513-
* [Single-page web apps](app/javascript.md)
514-
* [SharePoint](/previous-versions/azure/azure-monitor/app/sharepoint)
515-
* [Windows desktop app](https://github.com/Microsoft/appcenter)
516-
* [Other platforms](app/app-insights-overview.md#supported-languages)
517-
518504
- question: |
519505
Is it free?
520506
answer: |
@@ -535,25 +521,6 @@ sections:
535521
1. Search for **Cost Management** and use the **Cost analysis** pane to see forecasted costs.
536522
1. Search for **Cost Management and Billing** and open the **Billing scopes** pane to see current charges across subscriptions.
537523
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*.
556-
557524
- question: |
558525
How do I upgrade from older SDK versions?
559526
answer: |

0 commit comments

Comments
 (0)