create, provision and deploy with images for all

This commit is contained in:
doshnid
2022-09-14 21:54:58 -07:00
parent a357513d10
commit 14db508c4c
15 changed files with 93 additions and 13 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 334 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 245 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 232 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 232 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 208 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 220 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 242 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 138 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 260 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 226 KiB

View File

@ -24,7 +24,7 @@ ms.topic: article
<br/>
> [!IMPORTANT]
> Before you can create your Microsoft Connected Cache, you will need to complete the sign up process here.
> 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).
<br/>
<br/>
@ -33,5 +33,23 @@ ms.topic: article
<br/>
1. Navigate to 'Cache nodes' under Settings and click 'Create Cache Node'.
<br/>
:::image type="content" source="images/createcachenode.png" alt-text="createcachenode":::
<br/>
<br/>
2. Provide a name for your cache node and click 'Create' to create your cache node.
<br/>
:::image type="content" source="images/cachenodename.png" alt-text="cachenodename":::
<br/>
Once your cache node is created follow the instructions on [Provisioning and Deploying MCC](windows\deployment\do\mcc-isp-provision-deploy.md) to provision and deploy the cache node.

View File

@ -27,7 +27,7 @@ Yes. Microsoft Connected Cache is a free service.
<br/>
**2. What will MCC do for me? How will it impact our customers?**
**2. What will Microsoft Connected Cache do for me? How will it impact our customers?**
As an ISP, your network can benefit from reduced load on your backbone and improve customer download experience for supported Microsoft static content. It will also help you save on CDN costs.
<br/>

View File

@ -23,8 +23,65 @@ ms.topic: article
<br/>
## Provision Cache Node
<br/>
> [!IMPORTANT]
> Before you can create your MCC, you will need to complete the sign up process.
> 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).
<br/>
## Provisioning cache node
1. Click on the cache node you want to provision and deploy.
<br/>
:::image type="content" source="images/cachenodecreated.png" alt-text="cachenodecreated":::
<br/>
<br/>
1. Enter the max allowable egress that your hardware can support.
<br/>
:::image type="content" source="images/cachenodeconfig.png" alt-text="cachenodeconfig":::
<br/>
<br/>
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.
<br/>
:::image type="content" source="images/cachenodeconfig.png" alt-text="cachenodeconfig":::
<br/>
<br/>
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).
<br/>
- If you choose Manual routing, enter Address range/CIDR blocks and the number of IP space.
<br/>
:::image type="content" source="images/cachenodeconfig.png" alt-text="cachenodeconfig":::
<br/>
<br/>
- If you choose BGP routing, enter the ASN and IP addresses of the neighborship.
<br/>
:::image type="content" source="images/bgp.png" alt-text="bgp":::
<br/>
<br/>
5. Under Server provisioning, you will see a provisioning script for your cache node.
Download this script to your server.
<br/>
:::image type="content" source="images/cachenodeprovisioning.png" alt-text="cachenodeprovision":::
<br/>
6. Open a terminal window and run the following command to change the access permission to the Bash script.
<br/>
```bash
sudo chmod +x installmcc.sh
```
<br/>
<br/>
7. Run the provisioning script that is shown for your cache node.
<br/>
:::image type="content" source="images/cachenodeprovisioning.png" alt-text="cachenodeprovision":::
<br/>
<br/>
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).

View File

@ -28,8 +28,9 @@ ms.topic: article
<br/>
1. Search for 'Microsoft Connected Cache' and go through the process of creating a resource by selecting the region and enter a name for your Cache resource name.
<pic>
1. Search for 'Microsoft Connected Cache' and go through the process of creating a resource by selecting the region and enter a name for your cache resource name.
:::image type="content" source="images/searchmcc.png" alt-text="searchmcc":::
<br/>
@ -39,13 +40,17 @@ After your resource has been created, we need some information to verify you net
<br/>
2. Add your organization ASN below. The NOC contact email will be used to send verification information. Additionally, please include any ASN(s) for downstream network operators that you may transit traffic for.
<pic>
2. Add your organization ASN below. The NOC contact email will be used to send verification information. Additionally, please include any ASN(s) for downstream network operators that you may transit traffic for.
1. Once we verify the information entered, a verification code will be sent to the NOC email address provided on Peering DB. In the Azure portal operator verification blade enter the verification code sent to the NOC email address.
**TBD Note:** The verification code will expire in 24 hours. You will need to generate a new code if it expires.
<pic>
:::image type="content" source="images/signup1.png" alt-text="sign up for mcc":::
<br/>
3. Once we verify the information entered, a verification code will be sent to the NOC email address provided on Peering DB. In the Azure portal operator verification blade enter the verification code sent to the NOC email address.
**Note:** The verification code will expire in 24 hours. You will need to generate a new code if it expires.
:::image type="content" source="images/verification.png" alt-text="operatorverification":::
<br/>
<br/>
Once verified follow the instruction on [Provisioning and Deploying MCC] to create and install the cache node.
Once verified follow the instruction on [Create Microsoft Connected Cache for ISP](windows\deployment\do\mcc-isp-create.md) to create your cache node.