Skip to content

Commit 73a0e6e

Browse files
committed
adding China regions to table
1 parent 8d1ab5c commit 73a0e6e

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

articles/storage/file-sync/file-sync-firewall-and-proxy.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Understand Azure File Sync on-premises proxy and firewall settings.
44
author: khdownie
55
ms.service: storage
66
ms.topic: how-to
7-
ms.date: 10/12/2022
7+
ms.date: 03/17/2023
88
ms.author: kendownie
99
ms.subservice: files
1010
---
@@ -43,7 +43,7 @@ Azure File Sync will work through any means available that allow reach into Azur
4343

4444
Azure File Sync supports app-specific and machine-wide proxy settings.
4545

46-
**App-specific proxy settings** allow configuration of a proxy specifically for Azure File Sync traffic. App-specific proxy settings are supported on agent version 4.0.1.0 or newer and can be configured during the agent installation or by using the Set-StorageSyncProxyConfiguration PowerShell cmdlet.
46+
**App-specific proxy settings** allow configuration of a proxy specifically for Azure File Sync traffic. App-specific proxy settings are supported on agent version 4.0.1.0 or newer and can be configured during the agent installation or by using the `Set-StorageSyncProxyConfiguration` PowerShell cmdlet.
4747

4848
PowerShell commands to configure app-specific proxy settings:
4949

@@ -100,19 +100,19 @@ To configure machine-wide proxy settings, follow the steps below:
100100
2. Set the WinHTTP proxy settings
101101
102102
> [!NOTE]
103-
> There are several methods (WPAD, PAC file, netsh, etc.) to configure a Windows Server to use a proxy server. The steps below cover how to configure the proxy settings using netsh but any method listed in the [Configure proxy server settings in Windows](/troubleshoot/windows-server/networking/configure-proxy-server-settings) documentation is supported.
103+
> There are several methods (WPAD, PAC file, netsh, etc.) to configure a Windows Server to use a proxy server. The steps below cover how to configure the proxy settings using `netsh` but any method listed in the [Configure proxy server settings in Windows](/troubleshoot/windows-server/networking/configure-proxy-server-settings) documentation is supported.
104104
105105
- Run the following command from an elevated command prompt or PowerShell to see the existing proxy setting:
106106
107-
netsh winhttp show proxy
107+
`netsh winhttp show proxy`
108108
109109
- Run the following command from an elevated command prompt or PowerShell to set the proxy setting (change 127.0.01:8888 to the IP address and port for the proxy server):
110110
111-
netsh winhttp set proxy 127.0.0.1:8888
111+
`netsh winhttp set proxy 127.0.0.1:8888`
112112
113113
3. Restart the Storage Sync Agent service by running the following command from an elevated command prompt or PowerShell:
114114
115-
net stop filesyncsvc
115+
`net stop filesyncsvc`
116116
117117
Note: The Storage Sync Agent (filesyncsvc) service will auto-start once stopped.
118118
@@ -150,6 +150,8 @@ For business continuity and disaster recovery (BCDR) reasons you may have create
150150
| Public | Canada East | https:\//canadaeast01.afs.azure.net<br>https:\//kailani-cae.one.microsoft.com | Canada Central | https:\//tm-canadaeast01.afs.azure.net<br>https:\//tm-kailani.cae.one.microsoft.com |
151151
| Public | Central India | https:\//centralindia01.afs.azure.net<br>https:\//kailani-cin.one.microsoft.com | South India | https:\//tm-centralindia01.afs.azure.net<br>https:\//tm-kailani-cin.one.microsoft.com |
152152
| Public | Central US | https:\//centralus01.afs.azure.net<br>https:\//kailani-cus.one.microsoft.com | East US 2 | https:\//tm-centralus01.afs.azure.net<br>https:\//tm-kailani-cus.one.microsoft.com |
153+
| Mooncake | China East 2 | https:\//chinaeast201.afs.azure.cn< | China North 2 | https:\//tm-chinaeast201.afs.azure.cn |
154+
| Mooncake | China North 2 | https:\//chinanorth201.afs.azure.cn | China East 2 | https:\//tm-chinanorth201.afs.azure.cn |
153155
| Public | East Asia | https:\//eastasia01.afs.azure.net<br>https:\//kailani11.one.microsoft.com | Southeast Asia | https:\//tm-eastasia01.afs.azure.net<br>https:\//tm-kailani11.one.microsoft.com |
154156
| Public | East US | https:\//eastus01.afs.azure.net<br>https:\//kailani1.one.microsoft.com | West US | https:\//tm-eastus01.afs.azure.net<br>https:\//tm-kailani1.one.microsoft.com |
155157
| Public | East US 2 | https:\//eastus201.afs.azure.net<br>https:\//kailani-ess.one.microsoft.com | Central US | https:\//tm-eastus201.afs.azure.net<br>https:\//tm-kailani-ess.one.microsoft.com |
@@ -304,7 +306,7 @@ You can then use the IP address ranges in `$ipAddressRanges` to update your fire
304306

305307
## Test network connectivity to service endpoints
306308

307-
Once a server is registered with the Azure File Sync service, the Test-StorageSyncNetworkConnectivity cmdlet and ServerRegistration.exe can be used to test communications with all endpoints (URLs) specific to this server. This cmdlet can help troubleshoot when incomplete communication prevents the server from fully working with Azure File Sync and it can be used to fine-tune proxy and firewall configurations.
309+
Once a server is registered with the Azure File Sync service, the `Test-StorageSyncNetworkConnectivity` cmdlet and ServerRegistration.exe can be used to test communications with all endpoints (URLs) specific to this server. This cmdlet can help troubleshoot when incomplete communication prevents the server from fully working with Azure File Sync and it can be used to fine-tune proxy and firewall configurations.
308310

309311
To run the network connectivity test, run the following PowerShell commands:
310312

@@ -317,7 +319,7 @@ Test-StorageSyncNetworkConnectivity
317319

318320
The lists earlier in this document contain the URLs Azure File Sync currently communicates with. Firewalls must be able to allow traffic outbound to these domains. Microsoft strives to keep this list updated.
319321

320-
Setting up domain restricting firewall rules can be a measure to improve security. If these firewall configurations are used, one needs to keep in mind that URLs will be added and might even change over time. Check this article periodically.
322+
Setting up domain restricting firewall rules can be a measure to improve security. If these firewall configurations are used, keep in mind that URLs will be added and might even change over time. Check this article periodically.
321323

322324
## Next steps
323325

0 commit comments

Comments
 (0)