Skip to content

Commit 47e9d15

Browse files
Merge pull request #249195 from v-jbasden/v-jbasden-add-logic-model-diagram-to-app-insights-overview
Adding logic model diagram to the Application Insights overview page
2 parents a553bb2 + 718ee7e commit 47e9d15

File tree

2 files changed

+1183
-1
lines changed

2 files changed

+1183
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ The [Application Map](app-map.md) allows a high-level, top-down view of the appl
3232

3333
To understand the number of Application Insights resources required to cover your application or components across environments, see the [Application Insights deployment planning guide](separate-resources.md).
3434

35+
:::image type="content" source="media/app-insights-overview/app-insights-overview-blowout.svg" alt-text="Diagram that shows the path of data as it flows through the layers of the Application Insights service." border="false" lightbox="media/app-insights-overview/app-insights-overview-blowout.svg":::
36+
37+
Firewall settings must be adjusted for data to reach ingestion endpoints. For more information, see [IP addresses used by Azure Monitor](./ip-addresses.md).
38+
3539
## How do I use Application Insights?
3640

3741
Application Insights is enabled through either [autoinstrumentation](codeless-overview.md) (agent) or by adding the [Application Insights SDK](sdk-support-guidance.md) or [Azure Monitor OpenTelemetry Distro](opentelemetry-enable.md) to your application code. [Many languages](#supported-languages) are supported. The applications could be on Azure, on-premises, or hosted by another cloud. To figure out which type of instrumentation is best for you, see [How do I instrument an application?](#how-do-i-instrument-an-application).
@@ -45,7 +49,7 @@ Consider starting with the [Application Map](app-map.md) for a high-level view.
4549
Two views are especially useful:
4650

4751
- [Performance view](tutorial-performance.md): Get deep insights into how your application or API and downstream dependencies are performing. You can also find a representative sample to [explore end to end](transaction-diagnostics.md).
48-
- [Failure view](tutorial-runtime-exceptions.md): Understand which components or actions are generating failures and triage errors and exceptions. The built-in views are helpful to track application health proactively and for reactive root-cause analysis.
52+
- [Failures view](tutorial-runtime-exceptions.md): Understand which components or actions are generating failures and triage errors and exceptions. The built-in views are helpful to track application health proactively and for reactive root-cause analysis.
4953

5054
[Create Azure Monitor alerts](tutorial-alert.md) to signal potential issues in case your application or components parts deviate from the established baseline.
5155

0 commit comments

Comments
 (0)