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
@@ -43,7 +43,7 @@ Azure File Sync will work through any means available that allow reach into Azur
43
43
44
44
Azure File Sync supports app-specific and machine-wide proxy settings.
45
45
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.
47
47
48
48
PowerShell commands to configure app-specific proxy settings:
49
49
@@ -100,19 +100,19 @@ To configure machine-wide proxy settings, follow the steps below:
100
100
2. Set the WinHTTP proxy settings
101
101
102
102
> [!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.
104
104
105
105
- Run the following command from an elevated command prompt or PowerShell to see the existing proxy setting:
106
106
107
-
netsh winhttp show proxy
107
+
`netsh winhttp show proxy`
108
108
109
109
- 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):
110
110
111
-
netsh winhttp set proxy 127.0.0.1:8888
111
+
`netsh winhttp set proxy 127.0.0.1:8888`
112
112
113
113
3. Restart the Storage Sync Agent service by running the following command from an elevated command prompt or PowerShell:
114
114
115
-
net stop filesyncsvc
115
+
`net stop filesyncsvc`
116
116
117
117
Note: The Storage Sync Agent (filesyncsvc) service will auto-start once stopped.
118
118
@@ -150,6 +150,8 @@ For business continuity and disaster recovery (BCDR) reasons you may have create
150
150
| 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 |
151
151
| 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 |
152
152
| 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 |
153
155
| 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 |
154
156
| 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 |
155
157
| 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
304
306
305
307
## Test network connectivity to service endpoints
306
308
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.
308
310
309
311
To run the network connectivity test, run the following PowerShell commands:
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.
319
321
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.
0 commit comments