From a339e5d4a6ba9e75bd7ece1c5f9e6a411ea7bf11 Mon Sep 17 00:00:00 2001 From: Nidhi Doshi <77081571+doshnid@users.noreply.github.com> Date: Mon, 13 Jan 2025 10:37:45 -0800 Subject: [PATCH 1/2] Update mcc-isp-support.md support for Ubuntu 22.04 --- windows/deployment/do/mcc-isp-support.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/windows/deployment/do/mcc-isp-support.md b/windows/deployment/do/mcc-isp-support.md index dbced5230c..a2e165f199 100644 --- a/windows/deployment/do/mcc-isp-support.md +++ b/windows/deployment/do/mcc-isp-support.md @@ -97,6 +97,15 @@ Rerun the IoT Edge Check command to validate proper connectivity: ```bash iotedge check -verbose ``` +
+ +## Updating from Ubuntu 20.04 to 22.04 +You can now provision Microsoft Connected Cache for ISP on Ubuntu 22.04. +If you have a cache node provisioned on Ubuntu 20.04, you will need to uninstall it first before updating to Ubuntu 22.04. +Once you have updated the system, download the provisioning package from Azure portal and run the provisioning script on the portal. +For more information on provisioning cache node, visit, [Create, provision and deploy cache node](mcc-isp-create-provision-deploy#provision-your-server). + +
## Diagnose and Solve Problems @@ -110,6 +119,7 @@ Within **Diagnose and solve problems**, select **Troubleshoot** under the type o :::image type="content" source="images/mcc-isp-diagnose-solve-troubleshoot.png" alt-text="A screenshot of Azure portal showing the option to select Troubleshoot to continue troubleshooting common issues related to the installation of Microsoft Connected Cache." lightbox="images/mcc-isp-diagnose-solve-troubleshoot.png"::: + ## Steps to obtain an Azure subscription ID To onboard onto Microsoft Connected Cache, you'll need an Azure subscription ID. Use the following steps to obtain your subscription ID: From 2b69f6561aac30d21ea66cd993cb4460a6dfef06 Mon Sep 17 00:00:00 2001 From: Meghan Stewart <33289333+mestew@users.noreply.github.com> Date: Mon, 13 Jan 2025 15:33:29 -0800 Subject: [PATCH 2/2] Update windows/deployment/do/mcc-isp-support.md add file type --- windows/deployment/do/mcc-isp-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/deployment/do/mcc-isp-support.md b/windows/deployment/do/mcc-isp-support.md index a2e165f199..13bad4646a 100644 --- a/windows/deployment/do/mcc-isp-support.md +++ b/windows/deployment/do/mcc-isp-support.md @@ -103,7 +103,7 @@ iotedge check -verbose You can now provision Microsoft Connected Cache for ISP on Ubuntu 22.04. If you have a cache node provisioned on Ubuntu 20.04, you will need to uninstall it first before updating to Ubuntu 22.04. Once you have updated the system, download the provisioning package from Azure portal and run the provisioning script on the portal. -For more information on provisioning cache node, visit, [Create, provision and deploy cache node](mcc-isp-create-provision-deploy#provision-your-server). +For more information on provisioning cache node, visit, [Create, provision and deploy cache node](mcc-isp-create-provision-deploy.md#provision-your-server).