Skip to content

Commit d57d799

Browse files
added preview note
------- cc: @msangapu-msft
1 parent fc6fd9f commit d57d799

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

articles/app-service/containers/tutorial-troubleshoot-monitor.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@ description: Learn how Azure Monitor and Log Analytics helps you monitor your Ap
44
author: msangapu-msft
55
ms.author: msangapu
66
ms.topic: tutorial
7-
ms.date: 1/29/2019
7+
ms.date: 2/28/2020
88

99
---
1010
# Tutorial: Troubleshoot an App Service app with Azure Monitor
1111

12+
> [!NOTE]
13+
> Azure Monitor integration with App Service is in [preview](https://aka.ms/appsvcblog-azmon).
14+
>
15+
1216
[App Service on Linux](app-service-linux-intro.md) provides a highly scalable, self-patching web hosting service using the Linux operating system. [Azure Monitor](https://docs.microsoft.com/azure/azure-monitor/overview) maximizes the availability and performance of your applications and services by delivering a comprehensive solution for collecting, analyzing, and acting on telemetry from your cloud and on-premises environments.
1317

1418
This tutorial shows how to troubleshoot an app using [Azure Monitor](https://docs.microsoft.com/azure/azure-monitor/overview). The sample app includes code meant to exhaust memory and cause HTTP 500 errors, so you can diagnose and fix the problem using Azure Monitor.
@@ -48,7 +52,7 @@ git remote add azure <url_from_previous_step>
4852
git push azure master
4953
```
5054

51-
## Configure Azure Monitor
55+
## Configure Azure Monitor (preview)
5256

5357
### Create a Log Analytics Workspace
5458

0 commit comments

Comments
 (0)