From c5cd33d4a3011daf1fe876e43c1c660371894b7d Mon Sep 17 00:00:00 2001 From: Meghan Stewart <33289333+mestew@users.noreply.github.com> Date: Thu, 13 Oct 2022 16:07:51 -0700 Subject: [PATCH] markdown and image edits --- .../{emcc20.png => ent-mcc-connect-eflowvm.png} | Bin ...png => ent-mcc-verify-server-powershell.png} | Bin ...emcc21.png => ent-mcc-verify-server-ssh.png} | Bin windows/deployment/do/mcc-enterprise-deploy.md | 16 +++++++--------- 4 files changed, 7 insertions(+), 9 deletions(-) rename windows/deployment/do/images/{emcc20.png => ent-mcc-connect-eflowvm.png} (100%) rename windows/deployment/do/images/{emcc22.png => ent-mcc-verify-server-powershell.png} (100%) rename windows/deployment/do/images/{emcc21.png => ent-mcc-verify-server-ssh.png} (100%) diff --git a/windows/deployment/do/images/emcc20.png b/windows/deployment/do/images/ent-mcc-connect-eflowvm.png similarity index 100% rename from windows/deployment/do/images/emcc20.png rename to windows/deployment/do/images/ent-mcc-connect-eflowvm.png diff --git a/windows/deployment/do/images/emcc22.png b/windows/deployment/do/images/ent-mcc-verify-server-powershell.png similarity index 100% rename from windows/deployment/do/images/emcc22.png rename to windows/deployment/do/images/ent-mcc-verify-server-powershell.png diff --git a/windows/deployment/do/images/emcc21.png b/windows/deployment/do/images/ent-mcc-verify-server-ssh.png similarity index 100% rename from windows/deployment/do/images/emcc21.png rename to windows/deployment/do/images/ent-mcc-verify-server-ssh.png diff --git a/windows/deployment/do/mcc-enterprise-deploy.md b/windows/deployment/do/mcc-enterprise-deploy.md index 7f4d76b40a..a17c791530 100644 --- a/windows/deployment/do/mcc-enterprise-deploy.md +++ b/windows/deployment/do/mcc-enterprise-deploy.md @@ -248,9 +248,9 @@ Connect to the EFLOW VM and check if MCC is properly running: iotedge list ``` - ![eMCC img20](images/emcc20.png) + :::image type="content" source="./images/ent-mcc-connect-eflowvm.png" alt-text="Screenshot of running connect-EflowVm, sudo -s, and iotedge list from PowerShell."::: -You should see MCC, edgeAgent, and edgeHub running. If you see edgeAgent or edgeHub but not MCC, please try this command in a few minutes. The MCC container can take a few minutes to deploy +You should see MCC, edgeAgent, and edgeHub running. If you see edgeAgent or edgeHub but not MCC, please try this command in a few minutes. The MCC container can take a few minutes to deploy. #### Verify server side @@ -260,17 +260,15 @@ For a validation of properly functioning MCC, execute the following command in t wget [http:///mscomtest/wuidt.gif?cacheHostOrigin=au.download.windowsupdate.com] ``` -A successful test result will look like this: +A successful test result will display a status code of 200 along with additional information. -![eMCC img21](images/emcc21.png) +:::image type="content" source="./images/ent-mcc-verify-server-ssh.png" alt-text="Screenshot of a successful wget with an SSH client."::: -OR + :::image type="content" source="./images/ent-mcc-verify-server-powershell.png" alt-text="Screenshot of a successful wget using PowerShell."::: -![eMCC img22](images/emcc22.png) +Similarly, enter the following URL from a browser in the network: -Similarly, enter this URL from a browser in the network: - -[http://YourCacheServerIP/mscomtest/wuidt.gif?cacheHostOrigin=au.download.windowsupdate.com]() +`http:///mscomtest/wuidt.gif?cacheHostOrigin=au.download.windowsupdate.com` If the test fails, see the [common issues](#common-issues) section for more information.