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-deployment-guide.md
+20-20Lines changed: 20 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -160,11 +160,11 @@ For each server that you intend to use with Azure File Sync, including each serv
160
160
161
161
1. Open Server Manager.
162
162
2. Click **Local Server**:
163
-

163
+

164
164
3. On the **Properties** subpane, select the link for **IE Enhanced Security Configuration**.
165
-

165
+

166
166
4. In the **Internet Explorer Enhanced Security Configuration** dialog box, select **Off** for **Administrators** and **Users**:
167
-

167
+

168
168
169
169
# [PowerShell](#tab/azure-powershell)
170
170
@@ -278,19 +278,19 @@ The Azure File Sync agent is a downloadable package that enables Windows Server
278
278
279
279
You can download the agent from the [Microsoft Download Center](https://go.microsoft.com/fwlink/?linkid=858257). When the download is finished, double-click the MSI package to start the Azure File Sync agent installation. Alternatively, to silently install the agent, see [How to perform a silent installation for a new Azure File Sync agent installation](file-sync-agent-silent-installation.md).
280
280
1. Select **Next** to start the installation.
281
-

281
+

282
282
2. Tick the checkbox once you've reviewed and accepted the end-user license agreement. Select **Next** to proceed.

284
284
3. The installation path of the storage sync agent will be filled in by default. You may change it to a location of your choice. Select **Next** to proceed.

288
288
5. Choose whether you want to use Microsoft Update to update the File Sync Agent and then select **Next**.
289
-

289
+

290
290
6. Select the options for automatically updating the agent and data collection for troubleshooting as required. Select **Install** to start the installation process.

294
294
295
295
> [!IMPORTANT]
296
296
> If you're using Azure File Sync with a Failover Cluster, the Azure File Sync agent must be installed on every node in the cluster. Each node in the cluster must be registered to work with Azure File Sync.
@@ -306,7 +306,7 @@ When the Azure File Sync agent installation is finished, the Server Registration
306
306
Execute the following PowerShell code to download the appropriate version of the Azure File Sync agent for your OS and install it on your system.
307
307
308
308
> [!IMPORTANT]
309
-
> If you intend to use Azure File Sync with a Failover Cluster, the Azure File Sync agent must be installed on every node in the cluster. Each node in the cluster must registered to work with Azure File Sync.
309
+
> If you intend to use Azure File Sync with a Failover Cluster, the Azure File Sync agent must be installed on every node in the cluster. Each node in the cluster must be registered to work with Azure File Sync.
310
310
311
311
```powershell
312
312
# Gather the OS version
@@ -368,16 +368,16 @@ It's also possible to differentiate administrators able to register servers from
368
368
# [Portal](#tab/azure-portal)
369
369
370
370
The Server Registration UI should open automatically after the Azure File Sync agent installs. If it doesn't, you can open it manually from its file location: `C:\Program Files\Azure\StorageSyncAgent\ServerRegistration.exe`. When the Server Registration UI opens, you can choose your Azure Environment from the options given.
371
-

371
+

372
372
373
373
If you're a Cloud Solution Provider, toggle the switch for **I am signing in as a Cloud Solution Provider** and enter the **Tenant ID**.
374
-

374
+

375
375
376
376
Select **Sign in** in to begin.
377
377
378
378
After you sign in, you're prompted for the following information:
379
379
380
-

380
+

381
381
382
382
-**Azure Subscription**: The subscription that contains the Storage Sync Service (see [Deploy the Storage Sync Service](#deploy-the-storage-sync-service)).
383
383
-**Resource Group**: The resource group that contains the Storage Sync Service.
@@ -414,26 +414,26 @@ The administrator creating the cloud endpoint must be a member of the management
414
414
415
415
To create a sync group, in the [Azure portal](https://portal.azure.com/), go to your Storage Sync Service, and then select **+ Create a sync group**:
416
416
417
-

417
+

418
418
419
419
In the pane that opens, enter the following information to create a sync group with a cloud endpoint:
420
-

420
+

421
421
422
422
-**Sync group name**: The name of the sync group to be created. This name must be unique within the Storage Sync Service, but can be any name that is logical for you.
423
423
-**Subscription**: The subscription where you deployed the Storage Sync Service in [Deploy the Storage Sync Service](#deploy-the-storage-sync-service).
424
424
-**Storage account**: If you select **Select storage account**, another pane appears in which you can select the storage account that has the Azure file share that you want to sync with.
425
425
-**Azure file share**: The name of the Azure file share with which you want to sync.
426
426
427
427
Post creation, you should see a Healthy status on the Sync Groups page.
428
-

428
+

429
429
430
430
A cloud endpoint is automatically created with a sync group. Select the recently created sync group. You should be able to view a cloud endpoint. If you don't see a cloud endpoint, then cloud endpoint creation might have failed due to insufficient permissions. To troubleshoot this, try creating a cloud endpoint and see [Cloud Endpoint Creation Troubleshooting](/troubleshoot/azure/azure-storage/files/file-sync/file-sync-troubleshoot-sync-group-management#cloud-endpoint-creation-errors).
431
431
432
432
Click on the Sync Group name and select **+ Add Cloud Endpoint** to add a cloud endpoint to the sync group.
433
-

433
+

434
434
435
435
In the pane that opens, enter the subscription, storage account, and file share with which you want to sync.
436
-

436
+

437
437
438
438
# [PowerShell](#tab/azure-powershell)
439
439
@@ -528,7 +528,7 @@ If you'd like to configure Azure File Sync to work with firewall and virtual net
528
528
5. Make sure **Allow Azure services on the trusted services list to access this storage account** is checked.
529
529
6. Select **Save** to save your settings.
530
530
531
-

531
+

532
532
533
533
## Optional: Self-service restore through Previous Versions and VSS (Volume Shadow Copy Service)
0 commit comments