Skip to content

Commit 331ebe0

Browse files
committed
fixing note and date
1 parent 159a410 commit 331ebe0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/azure-monitor/app/remove-application-insights.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Remove Application Insights in Visual Studio - Azure Monitor
33
description: How to remove Application Insights SDK for ASP.NET and ASP.NET Core in Visual Studio.
44
ms.topic: conceptual
5-
ms.date: 03/25/2020
5+
ms.date: 04/06/2020
66

77
---
88

@@ -20,8 +20,8 @@ To remove Application Insights, you'll need to remove the NuGet packages and ref
2020

2121
![In the top menu click Tools > NuGet Package Manager > Package Manager Console](./media/remove-application-insights/package-manager.png)
2222

23-
> [!NOTE]
24-
> If trace collection is enabled you need to first uninstall Microsoft.ApplicationInsights.TraceListener. Enter `Uninstall-package Microsoft.ApplicationInsights.TraceListener` then follow the steps below to remove Microsoft.ApplicationInsights.Web
23+
> [!NOTE]
24+
> If trace collection is enabled you need to first uninstall Microsoft.ApplicationInsights.TraceListener. Enter `Uninstall-package Microsoft.ApplicationInsights.TraceListener` then follow the steps below to remove Microsoft.ApplicationInsights.Web
2525
2626
1. Enter the following command: `Uninstall-Package Microsoft.ApplicationInsights.Web -RemoveDependencies`
2727

@@ -49,8 +49,8 @@ To remove Application Insights, you'll need to remove the NuGet packages and ref
4949

5050
![Right click Solution, in the Solution Explore, then select Manage NuGet Packages for Solution](./media/remove-application-insights/manage-nuget-framework.png)
5151

52-
> [!NOTE]
53-
> If trace collection is enabled you need to first uninstall Microsoft.ApplicationInsights.TraceListener without remove dependency selected and then follow the steps below to uninstall Microsoft.ApplicationInsights.Web with remove dependency selected.
52+
> [!NOTE]
53+
> If trace collection is enabled you need to first uninstall Microsoft.ApplicationInsights.TraceListener without remove dependency selected and then follow the steps below to uninstall Microsoft.ApplicationInsights.Web with remove dependency selected.
5454
5555
1. Click on the "Microsoft.ApplicationInsights.Web" package. On the right, check the checkbox next to *Project* to select all projects.
5656

0 commit comments

Comments
 (0)