Skip to content

Commit 3afd1c4

Browse files
authored
Merge pull request #252387 from ankitaduttaMSFT/icm
bug13956316
2 parents 72a12c5 + 08c0bf5 commit 3afd1c4

File tree

1 file changed

+21
-16
lines changed

1 file changed

+21
-16
lines changed

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

Lines changed: 21 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: ankitaduttaMSFT
66
manager: rochakm
77
ms.service: site-recovery
88
ms.topic: article
9-
ms.date: 03/18/2020
9+
ms.date: 09/21/2023
1010
ms.author: ankitadutta
1111

1212
---
@@ -32,27 +32,32 @@ 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 settings**: 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
4545

4646
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
49-
ProxyInfo.conf contains the following template
50-
[proxy]
51-
Address=http://1.2.3.4
52-
Port=5678
53-
BypassList=hypervrecoverymanager.windowsazure.com,login.microsoftonline.com,blob.core.windows.net.
54-
The BypassList doesn't support wildcards like '*.windows.net' but giving windows.net is good enough to bypass.
55-
56-
## Next steps:
49+
50+
ProxyInfo.conf contains the following template:
51+
52+
`[proxy]` <br>
53+
Address=http://1.2.3.4 <br>
54+
Port=5678 <br>
55+
BypassList=hypervrecoverymanager.windowsazure.com,login.microsoftonline.com,blob.core.windows.net. <br>
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
61+
5762
- Read [networking guidance](./azure-to-azure-about-networking.md) for replicating Azure VMs.
5863
- Deploy disaster recovery by [replicating Azure VMs](./azure-to-azure-quickstart.md).

0 commit comments

Comments
 (0)