Skip to content

Commit 50a75fb

Browse files
authored
Update storage-sync-files-firewall-and-proxy.md
Added "Test network connectivity to service endpoints" section
1 parent e1ea425 commit 50a75fb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,15 @@ For business continuity and disaster recovery (BCDR) reasons you may have specif
140140
> - https:\//kailani1.one.microsoft.com (paired fail-over region: East US)
141141
> - https:\//tm-kailani.one.microsoft.com (discovery URL of the primary region)
142142
143+
## Test network connectivity to service endpoints
144+
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.
145+
146+
To run the network connectivity test, install Azure File Sync agent version 9.0 or later and run the following PowerShell commands:
147+
```powershell
148+
Import-Module "C:\Program Files\Azure\StorageSyncAgent\StorageSync.Management.ServerCmdlets.dll"
149+
Test-StorageSyncNetworkConnectivity
150+
```
151+
143152
## Summary and risk limitation
144153
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.
145154

0 commit comments

Comments
 (0)