You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/app/remove-application-insights.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ The following sections show two ways to remove NuGet packages and what was autom
25
25
> [!NOTE]
26
26
> If trace collection is enabled, you need to first uninstall Microsoft.ApplicationInsights.TraceListener. Enter `Uninstall-package Microsoft.ApplicationInsights.TraceListener`. Then follow the next step to remove Microsoft.ApplicationInsights.Web.
27
27
28
-
1. Enter the following command:<br>`Uninstall-Package Microsoft.ApplicationInsights.Web -RemoveDependencies`
28
+
1. Enter the following command:<br>`Uninstall-Package Microsoft.ApplicationInsights.Web -RemoveDependencies`
29
29
30
30
After you enter the command, the Application Insights package and all its dependencies are uninstalled from the project.
31
31
@@ -37,7 +37,7 @@ The following sections show two ways to remove NuGet packages and what was autom
1. Enter the following command:<br>`Uninstall-Package Microsoft.ApplicationInsights.AspNetCore -RemoveDependencies`
40
+
1. Enter the following command:<br>`Uninstall-Package Microsoft.ApplicationInsights.AspNetCore -RemoveDependencies`
41
41
42
42
After you enter the command, the Application Insights package and all its dependencies are uninstalled from the project.
43
43
@@ -49,7 +49,7 @@ The following sections show two ways to remove NuGet packages and what was autom
49
49
50
50
1. In the Solution Explorer on the right, right-click **Solution** and select **Manage NuGet Packages for Solution**.
51
51
52
-
A screenappears whereyoucaneditalltheNuGetpackagesthatarepart of the project.
52
+
A screenappears whereyoucaneditalltheNuGetpackagesthatarepart of the project.
53
53
54
54

55
55
@@ -75,8 +75,8 @@ The following sections show two ways to remove NuGet packages and what was autom
75
75
# [.NET Core](#tab/netcore)
76
76
77
77
1. In the Solution Explorer on the right, right-click **Solution** and select **Manage NuGet Packages for Solution**.
78
-
79
-
Ascreenappears where you caneditalltheNuGetpackagesthatarepart of theproject.
78
+
79
+
Ascreenappears where you caneditalltheNuGetpackagesthatarepart of theproject.
80
80
81
81

0 commit comments