From 761aafa39999086ec00d1a479ed4be1352ec1151 Mon Sep 17 00:00:00 2001 From: Nidhi Doshi <77081571+doshnid@users.noreply.github.com> Date: Thu, 19 Sep 2024 12:58:29 -0700 Subject: [PATCH] added bulk cli content without mardown --- .../do/mcc-ent-manage-cache-using-CLI.md | 170 ++++++++++-------- 1 file changed, 95 insertions(+), 75 deletions(-) diff --git a/windows/deployment/do/mcc-ent-manage-cache-using-CLI.md b/windows/deployment/do/mcc-ent-manage-cache-using-CLI.md index 5c05115494..50354afa08 100644 --- a/windows/deployment/do/mcc-ent-manage-cache-using-CLI.md +++ b/windows/deployment/do/mcc-ent-manage-cache-using-CLI.md @@ -16,117 +16,137 @@ appliesto: ms.date: 06/03/2024 --- - - +In the output, look for operationStatus. operationStatus = Succeeded indicates that our services have successfully started creating MCC resource. +The next step is to create a cache node under this resource. -# " * " -TODO: Add your heading - +In the output look for cacheNodeState. If cacheNodeState = Not Configured, you can continue with cache node configuration. +If cacheNodeState = Registration in Progress, then the cache node is still in process of being created. Please wait for a minute or two more and run the command again. -TODO: Add your introductory paragraph +Once the cache node has been created successfully, you can now configure the cache node. - +Configure cache node +To configure your cache node, use az mcc ent node update - +Note: proxy info changes, required to provision cache node. -## Prerequisites -TODO: List the prerequisites +Get provisioning details for the cache node +Now that you have configured the cache node, the next step is to provision the cache node on the server. To provision the cache node, you will need to create a provisioning script with relevant information. +To get the relevant information for provisioning script, use az mcc ent node get-provisioning-details - +Use the link below to download and unzip the provisioning package on the server and run the below script to provision your cache node. -## "\ * \" -TODO: Add introduction sentence(s) -[Include a sentence or two to explain only what is needed to complete the procedure.] -TODO: Add ordered list of procedure steps -1. Step 1 -1. Step 2 -1. Step 3 +Important +Note: before you execute the script, please make sure you change access permissions by running sudo chmod +x provisionmcc.sh -## "\ * \" -TODO: Add introduction sentence(s) -[Include a sentence or two to explain only what is needed to complete the procedure.] -TODO: Add ordered list of procedure steps -1. Step 1 -1. Step 2 -1. Step 3 +Note: Please replace the sample values with the values that you saved in the above steps. -## "\ * \" -TODO: Add introduction sentence(s) -[Include a sentence or two to explain only what is needed to complete the procedure.] -TODO: Add ordered list of procedure steps -1. Step 1 -1. Step 2 -1. Step 3 +Important +'shoulduseproxy' parameter is required, whether or not your network uses proxy to access internet. - ## Next step