Skip to content

Commit 3fe51f2

Browse files
authored
Merge pull request #284383 from AaronMaxwell/aaronmax-aioverview-update
Updating overview
2 parents 2162e80 + ca4dd87 commit 3fe51f2

File tree

2 files changed

+20
-21
lines changed

2 files changed

+20
-21
lines changed

articles/azure-monitor/app/app-insights-overview.md

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Application Insights overview
33
description: Learn how Application Insights in Azure Monitor provides performance management and usage tracking of your live web application.
44
ms.topic: overview
5-
ms.date: 12/15/2023
5+
ms.date: 08/12/2024
66
---
77

88
# Application Insights overview
@@ -112,7 +112,7 @@ This section lists all supported platforms and frameworks.
112112
* [Power BI](https://powerbi.microsoft.com/blog/explore-your-application-insights-data-with-power-bi/)
113113
* [Power BI for workspace-based resources](../logs/log-powerbi.md)
114114

115-
### Unsupported SDKs
115+
### Unsupported Software Development Kits (SDKs)
116116
Many community-supported Application Insights SDKs exist. Azure Monitor only provides support when you use the supported instrumentation options listed in this article.
117117

118118
We're constantly assessing opportunities to expand our support for other languages. For the latest news, see [Azure updates for Application Insights](https://azure.microsoft.com/updates/?query=application%20insights).
@@ -152,13 +152,13 @@ From [client webpages](./javascript-sdk.md):
152152
* Exception details and message accompanying the error
153153
* Line & column number of error
154154
* URL where error was raised
155-
* Network Dependency Requests made by your app XHR and Fetch (fetch collection is disabled by default) requests, include information on:
156-
* Url of dependency source
157-
* Command & Method used to request the dependency
158-
* Duration of the request
159-
* Result code and success status of the request
160-
* ID (if any) of user making the request
161-
* Correlation context (if any) where request is made
155+
* Network Dependency Requests made by your app XML Http Request (XHR) and Fetch (fetch collection is disabled by default) requests, include information on:
156+
* Url of dependency source
157+
* Command & Method used to request the dependency
158+
* Duration of the request
159+
* Result code and success status of the request
160+
* ID (if any) of user making the request
161+
* Correlation context (if any) where request is made
162162
* User information (for example, Location, network, IP)
163163
* Device information (for example, Browser, OS, version, language, model)
164164
* Session information
@@ -197,7 +197,9 @@ Use the [REST API](/rest/api/application-insights/) to run [Log Analytics](../lo
197197

198198
### Can I send telemetry to the Application Insights portal?
199199

200-
We recommend that you use our SDKs and use the [SDK API](./api-custom-events-metrics.md). There are variants of the SDK for various [platforms](./app-insights-overview.md#supported-languages). These SDKs handle processes like buffering, compression, throttling, and retries. However, the [ingestion schema](https://github.com/microsoft/ApplicationInsights-dotnet/tree/master/BASE/Schema/PublicSchema) and [endpoint protocol](https://github.com/MohanGsk/ApplicationInsights-Home/blob/master/EndpointSpecs/ENDPOINT-PROTOCOL.md) are public.
200+
We recommend the [Azure Monitor OpenTelemetry Distro](opentelemetry-enable.md).
201+
202+
The [ingestion schema](https://github.com/microsoft/ApplicationInsights-dotnet/tree/master/BASE/Schema/PublicSchema) and [endpoint protocol](https://github.com/MohanGsk/ApplicationInsights-Home/blob/master/EndpointSpecs/ENDPOINT-PROTOCOL.md) are available publicly.
201203

202204
### How long does it take for telemetry to be collected?
203205

@@ -215,15 +217,13 @@ Data is sent to an Application Insights [Log Analytics workspace](../logs/log-an
215217

216218
#### Privacy
217219

218-
Application Insights doesn't handle sensitive data by default, as long as you don't put sensitive data in URLs as plain text and ensure your custom code doesn't collect personal or other sensitive details. During development and testing, check the sent data in your IDE and browser's debugging output windows.
220+
Application Insights doesn't handle sensitive data by default. We recommend you don't put sensitive data in URLs as plain text and ensure your custom code doesn't collect personal or other sensitive details. During development and testing, check the sent data in your IDE and browser's debugging output windows.
219221

220-
For archived information on this topic, see [Data collection, retention, and storage in Application Insights](/previous-versions/azure/azure-monitor/app/data-retention-privacy).
222+
For archived information, see [Data collection, retention, and storage in Application Insights](/previous-versions/azure/azure-monitor/app/data-retention-privacy).
221223

222224
### What is the Application Insights pricing model?
223225

224-
Application Insights is billed through the Log Analytics workspace into which its log data ingested.
225-
The default Pay-as-you-go Log Analytics pricing tier includes 5 GB per month of free data allowance per billing account.
226-
Learn more about [Azure Monitor logs pricing options](https://azure.microsoft.com/pricing/details/monitor/).
226+
Application Insights is billed through the Log Analytics workspace into which its log data ingested. The default Pay-as-you-go Log Analytics pricing tier includes 5 GB per month of free data allowance per billing account. Learn more about [Azure Monitor logs pricing options](https://azure.microsoft.com/pricing/details/monitor/).
227227

228228
### Are there data transfer charges between an Azure web app and Application Insights?
229229

@@ -234,7 +234,7 @@ This answer depends on the distribution of our endpoints, *not* on where your Ap
234234

235235
### Do I incur network costs if my Application Insights resource is monitoring an Azure resource (that is, telemetry producer) in a different region?
236236

237-
Yes, you may incur more network costs, which vary depending on the region the telemetry is coming from and where it's going.
237+
Yes, you can incur more network costs, which vary depending on the region the telemetry is coming from and where it's going.
238238
Refer to [Azure bandwidth pricing](https://azure.microsoft.com/pricing/details/bandwidth/) for details.
239239

240240
## Help and support
@@ -243,9 +243,9 @@ Refer to [Azure bandwidth pricing](https://azure.microsoft.com/pricing/details/b
243243

244244
For Azure support issues, open an [Azure support ticket](https://azure.microsoft.com/support/create-ticket/).
245245

246-
### Microsoft Q&A questions forum
246+
### Microsoft Questions and Answers (Q&A) forum
247247

248-
Post general questions to the Microsoft Q&A [answers forum](/answers/topics/24223/azure-monitor.html).
248+
Post general questions to the [Microsoft Questions and Answers (Q&A) forum](/answers/topics/24223/azure-monitor.html).
249249

250250
### Stack Overflow
251251

@@ -257,7 +257,8 @@ Leave product feedback for the engineering team in the [Feedback Community](http
257257

258258
### Troubleshooting
259259

260-
Review dedicated [troubleshooting articles](/troubleshoot/azure/azure-monitor/welcome-azure-monitor) for Application Insights.
260+
- [OpenTelemetry Distro](opentelemetry-enable.md#troubleshooting)
261+
- [Application Map](app-map.md#troubleshooting-tips)
261262

262263
## Next steps
263264

articles/azure-monitor/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,8 +335,6 @@ items:
335335
href: https://stackoverflow.com/questions/tagged/azure-application-insights
336336
- name: Application Insights product feedback
337337
href: https://feedback.azure.com/d365community/forum/3887dc70-2025-ec11-b6e6-000d3a4f09d0
338-
- name: Troubleshooting articles
339-
href: /troubleshoot/azure/azure-monitor/welcome-azure-monitor
340338
- name: Monitor virtual machines
341339
items:
342340
- name: Best practices

0 commit comments

Comments
 (0)