Skip to content

Commit 8eaacbe

Browse files
Merge pull request #217752 from AaronMaxwell/aaronmax-fix-linux-extension-version
Fixing linux extension version
2 parents d7ab717 + 53c7cdb commit 8eaacbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Monitor Azure App Service performance in .NET Core | Microsoft Docs
33
description: Application performance monitoring for Azure App Service using ASP.NET Core. Chart load and response time, dependency information, and set alerts on performance.
44
ms.topic: conceptual
5-
ms.date: 08/05/2021
5+
ms.date: 11/09/2022
66
ms.devlang: csharp
77
ms.custom: devx-track-dotnet
88
ms.reviewer: abinetabate
@@ -153,7 +153,7 @@ What follows is our step-by-step troubleshooting guide for extension/agent-based
153153
154154
# [Linux](#tab/linux)
155155

156-
1. Check that the `ApplicationInsightsAgent_EXTENSION_VERSION` app setting is set to a value of `~2`.
156+
1. Check that the `ApplicationInsightsAgent_EXTENSION_VERSION` app setting is set to a value of `~3`.
157157
1. Browse to `https://your site name.scm.azurewebsites.net/ApplicationInsights`.
158158
1. Within this site, confirm:
159159
* The status source exists and looks like `Status source /var/log/applicationinsights/status_abcde1234567_89_0.json`.

0 commit comments

Comments
 (0)