Skip to content

Commit ef3f2b7

Browse files
author
Ankita Dutta
committed
more edits
1 parent 56a28e4 commit ef3f2b7

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

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

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ Mobility Service supports unauthenticated proxies only. It provides two ways to
3232

3333
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 set up proxy for Local System account, an administrator may use psexec to launch a command prompt and then Internet Explorer.
36-
- Windows OS: Proxy settings are configured as environment variables http_proxy and no_proxy.
37-
- Linux OS: Proxy settings are configured in /etc/profile or /etc/environment as environment variables http_proxy, no_proxy.
38-
- The auto-detected proxy settings are saved to Mobility Service proxy config file ProxyInfo.conf
39-
- Default location of ProxyInfo.conf
40-
- Windows: C:\ProgramData\Microsoft Azure Site Recovery\Config\ProxyInfo.conf
41-
- Linux: /usr/local/InMage/config/ProxyInfo.conf
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+
The proxy settings are configured as environment variables `http_proxy` and `no_proxy`.
37+
- **Linux OS**: The proxy settings are configured in /etc/profile or /etc/environment as environment variables `http_proxy` and `no_proxy`.
38+
- **Auto-detected proxy seetings**: The auto-detected proxy settings are saved to Mobility Service proxy config file `ProxyInfo.conf`
39+
The default location of ProxyInfo.conf is:
40+
- **Windows**: C:\ProgramData\Microsoft Azure Site Recovery\Config\ProxyInfo.conf
41+
- **Linux**: /usr/local/InMage/config/ProxyInfo.conf
4242

4343

4444
### Method 2: Provide custom application proxy settings
@@ -53,8 +53,11 @@ ProxyInfo.conf contains the following template:
5353
Address=http://1.2.3.4 <br>
5454
Port=5678 <br>
5555
BypassList=hypervrecoverymanager.windowsazure.com,login.microsoftonline.com,blob.core.windows.net. <br>
56-
The BypassList doesn't support wildcards like '*.windows.net' but giving windows.net is good enough to bypass.
56+
<br>
57+
58+
The `BypassList` parameter doesn't support wildcards like `*.windows.net`, however, you can use `windows.net` to bypass.
59+
60+
## Next steps
5761

58-
## Next steps:
5962
- Read [networking guidance](./azure-to-azure-about-networking.md) for replicating Azure VMs.
6063
- Deploy disaster recovery by [replicating Azure VMs](./azure-to-azure-quickstart.md).

0 commit comments

Comments
 (0)