From aadb3d97cc3ce252355790a5e2e3ed0a87f069f3 Mon Sep 17 00:00:00 2001 From: chrisjlin <36452239+chrisjlin@users.noreply.github.com> Date: Thu, 3 Oct 2024 14:36:13 -0700 Subject: [PATCH] clarified how proxy configuration is used --- .../do/mcc-ent-create-resource-and-cache.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/windows/deployment/do/mcc-ent-create-resource-and-cache.md b/windows/deployment/do/mcc-ent-create-resource-and-cache.md index 832412b8a6..3aa81805ec 100644 --- a/windows/deployment/do/mcc-ent-create-resource-and-cache.md +++ b/windows/deployment/do/mcc-ent-create-resource-and-cache.md @@ -140,9 +140,9 @@ Replace the following placeholders with your own information: * *\*: The size of cache drive. Must be at least 50 Gb. * *\*: If proxy needs to be enabled or not.
Accepted values: enabled, disabled - If proxy is set to enabled, you must provide proxy host and proxy port information -* *\*: The proxy host name or ip address -* *\*: Proxy port + Proxy should be set to enabled if the cache node will need to pass through a network proxy to download content. The provided proxy will also be used during deployment of the MCC cache node to your host machine. +* *\*: The proxy host name or ip address. Required if proxy is set to enabled. +* *\*: Proxy port number. Required if proxy is set to enabled. * *\*: Update ring the cache node should have.
Accepted values: slow, fast. If update ring is set to slow, you must provide the day of week, time of day and week of month the cache node should be updated. @@ -171,9 +171,9 @@ Replace the following placeholders with your own information: * *\*: The size of cache drive. Must be at least 50 Gb. * *\*: If proxy needs to be enabled or not.
Accepted values: enabled, disabled - If proxy is set to enabled, you must provide proxy host and proxy port information -* *\*: The proxy host name or ip address -* *\*: Proxy port + Proxy should be set to enabled if the cache node will need to pass through a network proxy to download content. The provided proxy will also be used during deployment of the MCC cache node to your host machine. +* *\*: The proxy host name or ip address. Required if proxy is set to enabled. +* *\*: Proxy port number. Required if proxy is set to enabled. * *\*: Update ring the cache node should have.
Accepted values: slow, fast. If update ring is set to slow, you must provide the day of week, time of day and week of month the cache node should be updated. @@ -234,12 +234,12 @@ To deploy cache nodes using Azure CLI, see [Bulk management of cache nodes](mcc- #### Proxy settings
-You can choose to enable or disable proxy settings on your cache node. +You can choose to enable or disable proxy settings on your cache node. Proxy should be set to enabled if the cache node will need to pass through a network proxy to download content. The provided proxy will also be used during deployment of the MCC cache node to your host machine.
>[!IMPORTANT] ->Enabling or disabling the proxy settings after your cache node has been deployed will require running the provisioning script again. This will ensure that proxy changes are in effect on the cache node. +>Enabling or disabling the proxy settings after your cache node has been deployed will require running the provisioning script on the host machine again. This will ensure that proxy changes are in effect on the cache node. | Field Name |Expected Value |Description| |---|---|---|