Skip to content

Commit 74198a3

Browse files
committed
edit pass: app-articles-batch-22
1 parent e195c50 commit 74198a3

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

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

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ The following sections show two ways to remove NuGet packages and what was autom
2323
![Screenshot that shows selecting Tools > NuGet Package Manager > Package Manager Console.](./media/remove-application-insights/package-manager.png)
2424

2525
> [!NOTE]
26-
> If trace collection is enabled, you need to first uninstall Microsoft.ApplicationInsights.TraceListener. Enter `Uninstall-package Microsoft.ApplicationInsights.TraceListener`. Then follow the next steps to remove Microsoft.ApplicationInsights.Web.
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.
2727
28-
1. Enter the following command: `Uninstall-Package Microsoft.ApplicationInsights.Web -RemoveDependencies`
28+
1. Enter the following command:<br> `Uninstall-Package Microsoft.ApplicationInsights.Web -RemoveDependencies`
2929

30-
After you enter the command, the Application Insights package and all its dependencies are uninstalled from the project.
30+
After you enter the command, the Application Insights package and all its dependencies are uninstalled from the project.
3131

3232
![Screenshot that shows entering the command in the console.](./media/remove-application-insights/package-management-console.png)
3333

@@ -37,50 +37,50 @@ The following sections show two ways to remove NuGet packages and what was autom
3737

3838
![Screenshot that shows Tools > NuGet Package Manager > Package Manager Console.](./media/remove-application-insights/package-manager.png)
3939

40-
1. Enter the following command: `Uninstall-Package Microsoft.ApplicationInsights.AspNetCore -RemoveDependencies`
40+
1. Enter the following command:<br> `Uninstall-Package Microsoft.ApplicationInsights.AspNetCore -RemoveDependencies`
4141

42-
After you enter the command, the Application Insights package and all its dependencies are uninstalled from the project.
42+
After you enter the command, the Application Insights package and all its dependencies are uninstalled from the project.
4343

4444
---
4545

4646
## Uninstall by using the Visual Studio NuGet UI
4747

4848
# [.NET](#tab/net)
4949

50-
1. In the Solution Explorer on the right,right-click **Solution** and select **Manage NuGet Packages for Solution**.
50+
1. In the Solution Explorer on the right, right-click **Solution** and select **Manage NuGet Packages for Solution**.
5151

52-
On the screen that appears, you can edit all the NuGet packages that are part of the project.
52+
A screen appears where you can edit all the NuGet packages that are part of the project.
5353

5454
![Screenshot that shows right-clicking Solution in the Solution Explorer, and then selecting Manage NuGet Packages for Solution.](./media/remove-application-insights/manage-nuget-framework.png)
5555

5656
> [!NOTE]
57-
> If trace collection is enabled, you need to first uninstall Microsoft.ApplicationInsights.TraceListener without removing the dependencies selected. Then follow the next steps to uninstall Microsoft.ApplicationInsights.Web with remove dependencies selected.
57+
> If trace collection is enabled, you need to first uninstall Microsoft.ApplicationInsights.TraceListener without removing the dependencies selected. Then follow the next steps to uninstall Microsoft.ApplicationInsights.Web with **Remove dependencies** selected.
5858
59-
1. Select the **Microsoft.ApplicationInsights.Web** package. On the right, select the **Project** checkbox to select all projects.
59+
1. Select the **Microsoft.ApplicationInsights.Web** package. On the right, select the **Project** checkbox to select all projects.
6060

61-
1. To remove all dependencies when you uninstall, select the **Options** dropdown under the section where you selected a project.
61+
1. To remove all dependencies when you uninstall, select the **Options** dropdown under the section where you selected a project.
6262

6363
Under **Uninstall Options**, select the **Remove dependencies** checkbox.
6464

6565
1. Select **Uninstall**.
6666

6767
![Screenshot that shows the Microsoft.ApplicationInsights.Web window with Remove dependencies checked and Uninstall highlighted.](./media/remove-application-insights/uninstall-framework.png)
6868

69-
1. A dialog appears that shows all the dependencies to be removed from the application. Select **OK** to uninstall.
69+
1. A dialog appears that shows all the dependencies to be removed from the application. Select **OK** to uninstall.
7070

7171
![Screenshot that shows a dialog with the dependencies to be removed.](./media/remove-application-insights/preview-uninstall-framework.png)
7272

73-
1. After everything is uninstalled, you might still see **ApplicationInsights.config** and **AiHandleErrorAttribute.cs** in the Solution Explorer. You can delete the two files manually.
73+
1. After everything is uninstalled, you might still see **ApplicationInsights.config** and **AiHandleErrorAttrobute.cs** in the Solution Explorer. You can delete the two files manually.
7474

7575
# [.NET Core](#tab/netcore)
7676

77-
1. In the Solution Explorer on the right, right-click **Solution** and select **Manage NuGet Packages for Solution**.
77+
1. In the Solution Explorer on the right, right-click **Solution** and select **Manage NuGet Packages for Solution**.
7878

7979
A screen appears where you can edit all the NuGet packages that are part of the project.
8080

8181
![Screenshot that shows right-clicking Solution in the Solution Explorer and then select Manage NuGet Packages for Solution.](./media/remove-application-insights/manage-nuget-core.png)
8282

83-
1. Select the **Microsoft.ApplicationInsights.AspNetCore** package. On the right, select the **Project** checkbox to select all projects and then select **Uninstall**.
83+
1. Select the **Microsoft.ApplicationInsights.AspNetCore** package. On the right, select the **Project** checkbox to select all projects and then select **Uninstall**.
8484

8585
![Screenshot that shows Check remove dependencies, then Uninstall.](./media/remove-application-insights/uninstall-core.png)
8686

0 commit comments

Comments
 (0)