formatting changes, restructure of the TOC and combining articles for clarity

This commit is contained in:
Amy Zhou
2022-09-30 14:50:34 -07:00
parent 3987c7b54e
commit c2f955153d
9 changed files with 279 additions and 114 deletions

View File

@ -1,7 +1,7 @@
---
title: Update your cache node
title: Update or uninstall your cache node
manager: dougeby
description: How to update your cache node
description: How to update or uninstall your cache node
keywords: updates, downloads, network, bandwidth
ms.prod: w10
ms.mktglfcycl: deploy
@ -13,11 +13,48 @@ ms.collection: M365-modern-desktop
ms.topic: article
---
# Update your cache node
# Update or uninstall your cache node
This article details how to update or uninstall your cache node.
## Update cache node
Microsoft will release updates for Microsoft Connected Cache periodically to improve performance, functionality, and security. Updates won't require any action from the customer. Instead, when an update is available, your cache node will automatically update during low traffic hours with minimal to no impact to your end customers.
To view which version your cache nodes are currently on, navigate to the **Cache nodes** tab to view the versions in the list view.
To view update release notes, visit [Version History](mcc-version-history.md).
To view update release notes, visit [Version history](mcc-version-history.md).
## Uninstall cache node
There are two main steps required to uninstall your cache node:
1. Remove your cache node from Azure portal
1. Run the uninstall script to cleanly remove MCC from your server
You must complete both steps to ensure a clean uninstall of your cache node.
### Remove your cache node from Azure portal
Within [Azure portal](https://www.portal.azure.com), navigate to **Cache Nodes**, then select the cache node you wish to delete. Once selected, select **Delete** on the top bar to remove this cache node from your account.
### Run the uninstall script to cleanly remove Microsoft Connected Cache from your server
In the installer zip file, you'll find the file **uninstallmcc.sh**. This script uninstalls Microsoft Connected Cache and all the related components. Only run it if you're facing issues with Microsoft Connected Cache installation.
The **uninstallmcc.sh** script removes the following components:
- IoT Edge
- Edge Agent
- Edge Hub
- MCC
- Moby CLI
- Moby engine
To run the script, use the following commands:
```bash
sudo chmod +x uninstallmcc.sh
sudo ./uninstallmcc.sh
```