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
Copy file name to clipboardExpand all lines: articles/storage/file-sync/file-sync-server-registration.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ To register a server with a Storage Sync Service, you must first prepare your se
27
27
* Ensure that the server is connected to the internet and that Azure is accessible.
28
28
* Disable the IE Enhanced Security Configuration for administrators with the Server Manager UI.
29
29
30
-

30
+

31
31
32
32
* Ensure that the Azure PowerShell module is installed on your server. If your server is a member of a Failover Cluster, every node in the cluster will require the Az module. More details on how to install the Az module can be found on the [Install and configure Azure PowerShell](/powershell/azure/install-azure-powershell).
33
33
@@ -43,7 +43,7 @@ To register a server with a Storage Sync Service, you must first prepare your se
43
43
* Show the proxy: netsh winhttp show proxy
44
44
* Set the proxy: netsh winhttp set proxy 127.0.0.1:8888
45
45
* Reset the proxy: netsh winhttp reset proxy
46
-
*if this is setup after the agent is installed, then restart our sync agent:
46
+
*If this is set up after the agent is installed, then restart our sync agent:
47
47
net stop filesyncsvc
48
48
49
49
```xml
@@ -65,11 +65,11 @@ Before a server can be used as a *server endpoint* in an Azure File Sync *sync g
65
65
66
66
2. Start the Azure File Sync agent installer.
67
67
68
-

68
+

69
69
70
70
3. Be sure to enable updates to the Azure File Sync agent using Microsoft Update. It's important because critical security fixes and feature enhancements to the server package are shipped via Microsoft Update.
71
71
72
-

72
+

73
73
74
74
4. If the server has not been previously registered, the server registration UI will pop up immediately after completing the installation.
75
75
@@ -82,11 +82,11 @@ Before a server can be used as a *server endpoint* in an Azure File Sync *sync g
82
82
83
83
2. Select *Sign-in* to access your Azure subscription.
84
84
85
-

85
+

86
86
87
87
3. Pick the correct subscription, resource group, and Storage Sync Service from the dialog.
88
88
89
-

89
+

90
90
91
91
4. You might be prompted to sign into Azure again to complete the process.
0 commit comments