Skip to content

Commit 426c32c

Browse files
Update configure-mobility-service-proxy-settings.md
1 parent ee7aa5a commit 426c32c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/site-recovery/configure-mobility-service-proxy-settings.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.author: sideeksh
1414

1515
This article provides guidance on customizing networking configurations on the target Azure virtual machine (VM) when you're replicating and recovering Azure VMs from one region to another, using [Azure Site Recovery](site-recovery-overview.md).
1616

17-
The purpose of this document is to provide steps to configure Proxy Settings for ASR Mobility Service in the Azure to Azure Disaster Recovery scenario.
17+
The purpose of this document is to provide steps to configure Proxy Settings for Azure Site Recovery Mobility Service in the Azure to Azure Disaster Recovery scenario.
1818

1919
Proxies are network gateways that allow/disallow network connections to endpoints. Typically a proxy is a machine outside the client machine that tries to access network endpoints. A bypass list allows the client to make connections directly to the endpoints without going through the proxy. A username and password may be optionally set for a proxy by network admins so that only authenticated clients can use proxy.
2020

@@ -26,13 +26,13 @@ Ensure your proxy is set up appropriately based on the needs of your organizatio
2626

2727
## Configure the Mobility Service
2828

29-
Please note that Mobility Service supports unauthenticated proxies only. It provides two ways to enter proxy details for communication with Site Recovery endpoints.
29+
Mobility Service supports unauthenticated proxies only. It provides two ways to enter proxy details for communication with Site Recovery endpoints.
3030

31-
### Method 1: Auto-detection
31+
### Method 1: Auto detection
3232

33-
Mobility Service auto-detects the proxy settings from environment settings or IE Settings (Windows Only) during enable replication.
33+
Mobility Service auto detects the proxy settings from environment settings or IE Settings (Windows Only) during enable replication.
3434

35-
- Windows OS : During Enable Replication, Mobility Service detects the proxy settings as configured in Internet Explorer for Local System user. To setup proxy for Local System account, an administrator may use psexec to launch a command prompt and then Internet Explorer.
35+
- Windows OS: During Enable Replication, Mobility Service detects the proxy settings as configured in Internet Explorer for Local System user. To set up proxy for Local System account, an administrator may use psexec to launch a command prompt and then Internet Explorer.
3636
- Windows OS: Proxy settings are configured as environment variables http_proxy and no_proxy.
3737
- Linux OS: Proxy settings are configured in /etc/profile or /etc/environment as environment variables http_proxy, no_proxy.
3838
- The auto-detected proxy settings are saved to Mobility Service proxy config file ProxyInfo.conf
@@ -43,15 +43,15 @@ Mobility Service auto-detects the proxy settings from environment settings or IE
4343

4444
### Method 2: Provide custom application proxy settings
4545

46-
In this case, the customer provides custom application proxy settings in Mobility Service config file ProxyInfo.conf. This method allows customers to provide proxy only for Mobility Service or a different proxy for ASR Mobility Service than a proxy (or no proxy) for rest of the applications on the machine.
46+
In this case, the customer provides custom application proxy settings in Mobility Service config file ProxyInfo.conf. This method allows customers to provide proxy only for Mobility Service or a different proxy for Azure Site Recovery Mobility Service than a proxy (or no proxy) for rest of the applications on the machine.
4747

4848
## Proxy template
4949
ProxyInfo.conf contains the following template
5050
[proxy]
5151
Address=http://1.2.3.4
5252
Port=5678
5353
BypassList=hypervrecoverymanager.windowsazure.com,login.microsoftonline.com,blob.core.windows.net.
54-
Please note that the BypassList doesn't support wildcards like '*.windows.net' but giving windows.net is good enough to bypass.
54+
The BypassList doesn't support wildcards like '*.windows.net' but giving windows.net is good enough to bypass.
5555

5656
## Next steps:
5757
- Read [networking guidance](site-recovery-azure-to-azure-networking-guidance.md) for replicating Azure VMs.

0 commit comments

Comments
 (0)