You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/site-recovery/configure-mobility-service-proxy-settings.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ ms.author: sideeksh
14
14
15
15
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).
16
16
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.
18
18
19
19
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.
20
20
@@ -26,13 +26,13 @@ Ensure your proxy is set up appropriately based on the needs of your organizatio
26
26
27
27
## Configure the Mobility Service
28
28
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.
30
30
31
-
### Method 1: Auto-detection
31
+
### Method 1: Autodetection
32
32
33
-
Mobility Service auto-detects the proxy settings from environment settings or IE Settings (Windows Only) during enable replication.
33
+
Mobility Service autodetects the proxy settings from environment settings or IE Settings (Windows Only) during enable replication.
34
34
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.
36
36
- Windows OS: Proxy settings are configured as environment variables http_proxy and no_proxy.
37
37
- Linux OS: Proxy settings are configured in /etc/profile or /etc/environment as environment variables http_proxy, no_proxy.
38
38
- 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
43
43
44
44
### Method 2: Provide custom application proxy settings
45
45
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.
0 commit comments