Skip to content

Commit 56a28e4

Browse files
author
Ankita Dutta
committed
bug13956316
1 parent 7fec115 commit 56a28e4

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

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

Lines changed: 8 additions & 6 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
---
@@ -46,11 +46,13 @@ Mobility Service auto detects the proxy settings from environment settings or IE
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.
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>
5456
The BypassList doesn't support wildcards like '*.windows.net' but giving windows.net is good enough to bypass.
5557

5658
## Next steps:

0 commit comments

Comments
 (0)