Skip to content

Commit 4472e9b

Browse files
adamboeglinMike Wasson
authored and
Mike Wasson
committed
Moving web monitoring article to RA section (MicrosoftDocs#1074)
* Moved app monitoring article and setup redirects
1 parent 378c18a commit 4472e9b

File tree

7 files changed

+723
-27
lines changed

7 files changed

+723
-27
lines changed

.openpublishing.redirection.json

+5
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,11 @@
221221
"source_path": "docs/reference-architectures/enterprise-integration/simple-enterprise-integration.md",
222222
"redirect_url": "/azure/architecture/reference-architectures/enterprise-integration/basic-enterprise-integration",
223223
"redirect_document_id": true
224+
},
225+
{
226+
"source_path": "docs/example-scenario/apps/app-monitoring.md",
227+
"redirect_url": "/azure/architecture/reference-architectures/app-service-web-app/app-monitoring",
228+
"redirect_document_id": true
224229
}
225230
]
226231
}
Binary file not shown.

docs/example-scenario/apps/app-monitoring.md docs/reference-architectures/app-service-web-app/app-monitoring.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Web application monitoring on Azure
33
description: Monitor a web application hosted in Azure App Service.
44
author: adamboeglin
5-
ms.date: 09/12/2018
5+
ms.date: 12/12/2018
66
ms.custom: azcat
77
---
88

@@ -22,7 +22,7 @@ Other relevant use cases include:
2222

2323
## Architecture
2424

25-
![App Monitor Architecture Diagram][architecture]
25+
!["Architecture Diagram"](./images/architecture-diagram-app-monitoring.svg)
2626

2727
This scenario uses a managed Azure environment to host an application and data tier. The data flows through the scenario as follows:
2828

@@ -48,7 +48,7 @@ A recommended practice is adding Application Insights to your code during develo
4848

4949
Runtime monitoring is another easy way to get started. The telemetry that is collected must be controlled through configuration files. For example, you can include runtime methods that enable tools such as [Application Insights Status Monitor][Application Insights Status Monitor] to deploy the SDKs into the correct folder and add the right configurations to begin monitoring.
5050

51-
Like Application Insights, Log Analytics provides tools for [analyzing data across sources][analyzing data across sources], creating complex queries, and [sending proactive alerts][sending proactive alerts] on specified conditions. You can also view telemetry in [the Azure portal][the Azure portal]. Log Analytics adds value to existing monitoring services such as [Azure Monitor][Azure Monitor] and can also monitor on-premises environments.
51+
Like Application Insights, Log Analytics provides tools for [analyzing data across sources][analyzing data across sources], creating complex queries, and [sending proactive alerts][sending proactive alerts] on specified conditions. You can also view telemetry in [the Azure portal][the Azure portal]. Log Analytics adds value to existing monitoring services such as [Azure Monitor][azure-monitor] and can also monitor on-premises environments.
5252

5353
Both Application Insights and Log Analytics use [Azure Log Analytics Query Language][Azure Log Analytics Query Language]. You can also use [cross-resource queries](https://azure.microsoft.com/blog/query-across-resources) to analyze the telemetry gathered by Application Insights and Log Analytics in a single query.
5454

@@ -95,7 +95,7 @@ Telemetry from Application Insights is sent to the Azure portal during debugging
9595

9696
After deployment, you can watch a [Live Metrics Stream][Live Metrics Stream] of performance indicators. This data is not stored — you are viewing real-time metrics — but the telemetry can be collected and analyzed later. There is no charge for Live Stream data.
9797

98-
Log Analytics is billed per gigabyte (GB) of data ingested into the service. The first 5 GB of data ingested to the Azure Log Analytics service every month is offered free, and the data is retained at no charge for first 31 days in your Log Analytics workspace.
98+
Log Analytics is billed per gigabyte (GB) of data ingested into the service. The first 5 GB of data ingested to the Azure Log Analytics service every month is offered free, and the data is retained at no charge for first 31 days in your Log Analytics workspace.
9999

100100
## Next steps
101101

@@ -114,7 +114,7 @@ Check out these resources designed to help you get started with your own monitor
114114
[Find and diagnose run-time exceptions with Azure Application Insights][Find and diagnose run-time exceptions with Azure Application Insights]
115115

116116
<!-- links -->
117-
[architecture]: ./media/architecture-app-monitoring.png
117+
[architecture]: ./images/architecture-diagram-app-monitoring.svg
118118
[availability-tests]: /azure/application-insights/app-insights-monitor-web-app-availability
119119
[application-insights]: /azure/application-insights/app-insights-overview
120120
[azure-monitor]: /azure/monitoring-and-diagnostics/monitoring-overview-azure-monitor

0 commit comments

Comments
 (0)