diff --git a/windows/deployment/do/mcc-isp-provision-deploy.md b/windows/deployment/do/mcc-isp-provision-deploy.md index 8545750aa3..31d181efc1 100644 --- a/windows/deployment/do/mcc-isp-provision-deploy.md +++ b/windows/deployment/do/mcc-isp-provision-deploy.md @@ -14,7 +14,7 @@ ms.topic: article --- -# Provisioning and deploying Microsoft Connected Cache for ISP +# Create, provision and deploy Microsoft Connected Cache for ISP **Applies to** @@ -25,64 +25,76 @@ ms.topic: article > [!IMPORTANT] -> Before you can provision and deploy your cache node, you will need to complete the sign up process [here](windows\deployment\do\mcc-isp-signup.md) and create a cache node [here](windows\deployment\do\mcc-isp-create.md). +> Before you can create your Microsoft Connected Cache, you will need to complete the sign up process [here](windows\deployment\do\mcc-isp-signup.md).
+
-## Provisioning cache node -1. Click on the cache node you want to provision and deploy. + +Create your cache node by navigating to 'Cache nodes' under Settings and click 'Create Cache Node'. Provide a name for your cache node and click 'Create' to create your cache node. +
-:::image type="content" source="images/cachenodecreated.png" alt-text="cachenodecreated"::: -
+
-1. Enter the max allowable egress that your hardware can support. +### Provision your cache node:
-:::image type="content" source="images/cachenodeconfig.png" alt-text="cachenodeconfig"::: -
+ +1. Click on the cache node you want to provision and deploy. +
+
+:::image type="content" source="images/numberedprovmcc.png" alt-text="numberedprovmcc"::: + +
+ +2. Enter the max allowable egress that your hardware can support. + +
3. Under Cache storage, specify the location of the cache drives to store content along with the size of the cache drives in Gigabytes. -You can add upto nine cache drives. +Note: You can add upto nine cache drives. +
-:::image type="content" source="images/cachenodeconfig.png" alt-text="cachenodeconfig"::: -
-
-4. Under Routing information, select the routing source you would like to use. For more information see client routing [here](windows\deployment\do\mcc-isp-client-routing.md). -
- - If you choose Manual routing, enter Address range/CIDR blocks and the number of IP space. -
-:::image type="content" source="images/cachenodeconfig.png" alt-text="cachenodeconfig"::: -
-
- - If you choose BGP routing, enter the ASN and IP addresses of the neighborship. -
-:::image type="content" source="images/bgp.png" alt-text="bgp"::: + +4. Under Routing information, select the routing source you would like to use. For more information see client routing [here](windows\deployment\do\mcc-isp-client-routing.md). +
+ +- If you choose Manual routing, enter Address range/CIDR blocks and the number of IP space. +
+- If you choose BGP routing, enter the ASN and IP addresses of the neighborship. +Note: 'Prefix count' and 'IP Space' will stop showing 0 when BGP is successfuly established. +

+ +### Deploy your cache node: -5. Under Server provisioning, you will see a provisioning script for your cache node. -Download this script to your server. -
-:::image type="content" source="images/cachenodeprovisioning.png" alt-text="cachenodeprovision"::: +:::image type="content" source="images/numbereddeploymcc.png" alt-text="numbereddeploymcc"::: -
+
-6. Open a terminal window and run the following command to change the access permission to the Bash script. +5. Under Server provisioning, download the provisioning package to your server. + + Open a terminal window and run the following command to change the access permission to the Bash script.
```bash sudo chmod +x installmcc.sh ``` + +
+ +6. Run the provisioning script that is shown for your cache node. + +

-7. Run the provisioning script that is shown for your cache node. -
-:::image type="content" source="images/cachenodeprovisioning.png" alt-text="cachenodeprovision"::: -
-
- +<<<<<<< HEAD +If there were no errors, you have set up your cache node. To verify the server is set up correctly, follow the steps verification steps [here](windows\deployment\do\mcc-isp-verify-cache-node.md). +======= 8. If there were no errors, you have set up your cache node. To verify the server is set up correctly, follow the steps verification steps [here](windows\deployment\do\mcc-isp-verify-cache-node.md). +>>>>>>> c023d7d15cf06494a2799bdfb23d7674fa5fbb05 diff --git a/windows/deployment/do/numbereddeploymcc.png b/windows/deployment/do/numbereddeploymcc.png new file mode 100644 index 0000000000..47a4255e32 Binary files /dev/null and b/windows/deployment/do/numbereddeploymcc.png differ diff --git a/windows/deployment/do/numberedprovmcc.png b/windows/deployment/do/numberedprovmcc.png new file mode 100644 index 0000000000..9f7fa1e8cc Binary files /dev/null and b/windows/deployment/do/numberedprovmcc.png differ