This commit is contained in:
greg-lindsay 2022-03-01 14:32:56 -08:00
parent ffeebda7e2
commit cedc128f7e

View File

@ -181,14 +181,11 @@ The MCC Azure management portal is used to create and manage MCC nodes. An Azure
## Create an MCC node in Azure
Creating a MCC node is a multi-step process and the first
step is to access the MCC private preview management
portal.
Creating a MCC node is a multi-step process and the first step is to access the MCC private preview management portal.
1. After the successful resource creation click on the "Go to resource".
2. Under Cache Node Management section on the leftmost panel, click on Cache
Nodes.
2. Under Cache Node Management section on the leftmost panel, click on Cache Nodes.
![eMCC emg08](images/emcc08.png)
@ -198,8 +195,7 @@ portal.
![eMCC emg09](images/emcc09.png)
4. Clicking the Create Cache Node button will open the Create Cache Node page,
Cache Node Name is the only field required for cache node creation.
4. Clicking the Create Cache Node button will open the Create Cache Node page, Cache Node Name is the only field required for cache node creation.
| **Field Name** | **Expected Value** | **Description** |
|---------------------|--------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------|
@ -207,31 +203,22 @@ portal.
5. Enter the information for the Cache Node and click on the Create button.
![eMCC emg10](images/emcc09.5.png)
![eMCC emg9.5](images/emcc09.5.png)
If there are errors, the form will provide guidance on how to correct the
errors.
Once the MCC node has been created, the installer
instructions will be exposed. More details on the installer instructions will be
addressed later in this doc can be found at the [Install Connected
Cache](#install-microsoft-connected-cache-on-windows) section.
Once the MCC node has been created, the installer instructions will be exposed. More details on the installer instructions will be addressed later in this doc can be found at the [Install Connected Cache](#install-microsoft-connected-cache-on-windows) section.
![eMCC emg10](images/emcc10.png)
### Edit cache node information
Cache nodes can be deleted here by clicking the check box to the left of a Cache
Node Name and then clicking the delete toolbar item. Be aware that if a cache
node is deleted, there is no way to recover the cache node or any of the
information related to the cache node.
Cache nodes can be deleted here by clicking the check box to the left of a Cache Node Name and then clicking the delete toolbar item. Be aware that if a cache node is deleted, there is no way to recover the cache node or any of the information related to the cache node.
![eMCC emg11](images/emcc11.png)
## Install MCC on Windows
Installing MCC on your Windows machine is a
@ -250,8 +237,7 @@ straightforward process. A PowerShell script performs the following tasks:
### Run the installer
1. Download and unzip mccinstaller.zip from the create cache node page or cache
node configuration page which contains the necessary installation files
1. Download and unzip mccinstaller.zip from the create cache node page or cache node configuration page which contains the necessary installation files
![eMCC emg12](images/emcc12.png)
@ -303,7 +289,6 @@ Set -VMProcessor -VMName **\<"VM name"\>** -ExposeVirtualizationExtensions \$tru
4. Copy the command from the portal and run it in Windows PowerShell
![eMCC emg13](images/emcc13.png)
**NOTE:**
@ -380,12 +365,11 @@ Lets connect to the EFLOW VM and check if MCC is properly running
2. Enter the following commands:
```
Connect-EflowVm
sudo -s
iotedge list
```
![eMCC emg20](images/emcc20.png)
@ -395,8 +379,9 @@ You should see MCC, edgeAgent, and edgeHub running. If you see edgeAgent or edge
For a validation of properly functioning MCC, execute the following command in the EFLOW VM or any device in the network. Replace \<CacheServerIP\> with the IP address of the cache server.
wget
[http://\<CacheServerIP\>/mscomtest/wuidt.gif?cacheHostOrigin=au.download.windowsupdate.com]()
```
wget [http://\<CacheServerIP\>/mscomtest/wuidt.gif?cacheHostOrigin=au.download.windowsupdate.com]()
```
A successful test result will look like this: