Skip to content

Commit 48b65d8

Browse files
Merge pull request #231786 from v-jbasden/v-jbasden-app-insights-feb-freshness-3
[BULK UPDATE #3] Updating ms.date metadata
2 parents 5930508 + 0153d50 commit 48b65d8

10 files changed

+14
-14
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Application Insights availability tests
33
description: Set up recurring web tests to monitor availability and responsiveness of your app or website.
44
ms.topic: conceptual
5-
ms.date: 11/15/2022
5+
ms.date: 03/22/2023
66
ms.reviewer: shyamala
77
---
88

articles/azure-monitor/app/availability-standard-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Availability Standard test - Azure Monitor Application Insights
33
description: Set up Standard tests in Application Insights to check for availability of a website with a single request test.
44
ms.topic: conceptual
5-
ms.date: 11/15/2022
5+
ms.date: 03/22/2023
66
---
77

88
# Standard test

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Monitor Azure app services performance ASP.NET | Microsoft Docs
33
description: Learn about application performance monitoring for Azure app services by using ASP.NET. Chart load and response time and dependency information, and set alerts on performance.
44
ms.topic: conceptual
5-
ms.date: 11/14/2022
5+
ms.date: 03/22/2023
66
ms.devlang: javascript
77
ms.custom: devx-track-dotnet
88
ms.reviewer: abinetabate

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@
22
title: Monitor Azure app services performance Node.js | Microsoft Docs
33
description: Application performance monitoring for Azure app services using Node.js. Chart load and response time, dependency information, and set alerts on performance.
44
ms.topic: conceptual
5-
ms.date: 11/15/2022
5+
ms.date: 03/22/2023
66
ms.devlang: javascript
77
ms.custom: "devx-track-js"
88
ms.reviewer: abinetabate
99
---
1010

1111
# Application Monitoring for Azure App Service and Node.js
1212

13-
Monitoring of your Node.js web applications running on [Azure App Services](../../app-service/index.yml) does not require any modifications to the code. This article will walk you through enabling Azure Monitor Application Insights monitoring as well as provide preliminary guidance for automating the process for large-scale deployments.
13+
Monitoring of your Node.js web applications running on [Azure App Services](../../app-service/index.yml) doesn't require any modifications to the code. This article walks you through enabling Azure Monitor Application Insights monitoring and provides preliminary guidance for automating the process for large-scale deployments.
1414

1515
## Enable Application Insights
1616

1717
The easiest way to enable application monitoring for Node.js applications running on Azure App Services is through Azure portal.
1818
Turning on application monitoring in Azure portal will automatically instrument your application with Application Insights, and doesn't require any code changes.
1919

2020
> [!NOTE]
21-
> If both auto-instrumentation monitoring and manual SDK-based instrumentation are detected, only the manual instrumentation settings will be honored. This is to prevent duplicate data from being sent. To learn more about this, check out the [troubleshooting section](#troubleshooting) below.
21+
> If both auto-instrumentation monitoring and manual SDK-based instrumentation are detected, only the manual instrumentation settings will be honored. This is to prevent duplicate data from being sent. To learn more about this, check out the [troubleshooting section](#troubleshooting) in this article.
2222
2323
### Auto-instrumentation through Azure portal
2424

@@ -39,7 +39,7 @@ The integration is in public preview. The integration adds Node.js SDK, which is
3939
4040
:::image type="content"source="./media/azure-web-apps/change-resource.png" alt-text="Screenshot of Change your resource dropdown.":::
4141

42-
3. Once you have specified which resource to use, you are all set to go.
42+
3. Once you've specified which resource to use, you're all set to go.
4343

4444
:::image type="content"source="./media/azure-web-apps-nodejs/app-service-node.png" alt-text="Screenshot of instrument your application.":::
4545

@@ -79,7 +79,7 @@ Below is our step-by-step troubleshooting guide for extension/agent based monito
7979

8080
- Confirm that the `Application Insights Extension Status` is `Pre-Installed Site Extension, version 2.8.x.xxxx, is running.`
8181

82-
If it is not running, follow the [enable Application Insights monitoring instructions](#enable-application-insights).
82+
If it isn't running, follow the [enable Application Insights monitoring instructions](#enable-application-insights).
8383

8484
- Navigate to *D:\local\Temp\status.json* and open *status.json*.
8585

articles/azure-monitor/app/diagnostic-search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Use Search in Azure Application Insights | Microsoft Docs
33
description: Search and filter raw telemetry sent by your web app.
44
ms.topic: conceptual
5-
ms.date: 07/30/2019
5+
ms.date: 03/22/2023
66
ms.reviewer: saars
77

88
---

articles/azure-monitor/app/opencensus-python-dependency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Dependency Tracking in Azure Application Insights with OpenCensus Python | Microsoft Docs
33
description: Monitor dependency calls for your Python apps via OpenCensus Python.
44
ms.topic: conceptual
5-
ms.date: 8/19/2022
5+
ms.date: 03/22/2023
66
ms.devlang: python
77
ms.custom: devx-track-python
88
ms.reviewer: mmcc

articles/azure-monitor/app/powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Automate Application Insights with PowerShell | Microsoft Docs
33
description: Automate creating and managing resources, alerts, and availability tests in PowerShell by using an Azure Resource Manager template.
44
ms.topic: conceptual
5-
ms.date: 05/02/2020
5+
ms.date: 03/22/2023
66
ms.custom: devx-track-azurepowershell
77
ms.reviewer: vitalyg
88
---

articles/azure-monitor/app/sla-report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Downtime, SLA, and outages workbook - Application Insights
33
description: Calculate and report SLA for web test through a single pane of glass across your Application Insights resources and Azure subscriptions.
44
ms.topic: conceptual
5-
ms.date: 05/4/2021
5+
ms.date: 03/22/2023
66
ms.reviwer: casocha
77
---
88

articles/azure-monitor/app/standard-metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure Application Insights standard metrics | Microsoft Docs
33
description: This article lists Azure Application Insights metrics with supported aggregations and dimensions.
44
services: azure-monitor
55
ms.topic: reference
6-
ms.date: 07/03/2019
6+
ms.date: 03/22/2023
77
ms.reviewer: vitalyg
88
---
99

articles/azure-monitor/app/tutorial-asp-net-core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Application Insights SDK tutorial to monitor ASP.NET Core web appli
44
ms.topic: conceptual
55
ms.devlang: csharp
66
ms.custom: devx-track-csharp
7-
ms.date: 11/15/2022
7+
ms.date: 03/22/2023
88
ms.reviewer: casocha
99
---
1010

0 commit comments

Comments
 (0)