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
+47-15Lines changed: 47 additions & 15 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
@@ -276,7 +276,21 @@ The Azure File Sync agent is a downloadable package that enables Windows Server
276
276
277
277
# [Portal](#tab/azure-portal)
278
278
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 or 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).
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
+
1. Select **Next** to start the installation.
281
+

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

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.
285
+

286
+
4. Select the proxy setting and then select **Next**.
287
+

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

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

292
+
7. When the installation completes, select **Finish** to exit the Setup Wizard.
293
+

280
294
281
295
> [!IMPORTANT]
282
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.
@@ -292,7 +306,7 @@ When the Azure File Sync agent installation is finished, the Server Registration
292
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.
293
307
294
308
> [!IMPORTANT]
295
-
> 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.
296
310
297
311
```powershell
298
312
# Gather the OS version
@@ -353,11 +367,17 @@ It's also possible to differentiate administrators able to register servers from
353
367
354
368
# [Portal](#tab/azure-portal)
355
369
356
-
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, select **Sign-in** to begin.
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
+

372
+
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
+

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

380
+

361
381
362
382
-**Azure Subscription**: The subscription that contains the Storage Sync Service (see [Deploy the Storage Sync Service](#deploy-the-storage-sync-service)).
363
383
-**Resource Group**: The resource group that contains the Storage Sync Service.
@@ -392,17 +412,29 @@ The administrator creating the cloud endpoint must be a member of the management
392
412
393
413
# [Portal](#tab/azure-portal)
394
414
395
-
To create a sync group, in the [Azure portal](https://portal.azure.com/), go to your Storage Sync Service, and then select **+ Sync group**:
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**:
396
416
397
-

417
+

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

400
421
401
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.
402
423
-**Subscription**: The subscription where you deployed the Storage Sync Service in [Deploy the Storage Sync Service](#deploy-the-storage-sync-service).
403
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.
404
425
-**Azure file share**: The name of the Azure file share with which you want to sync.
405
426
427
+
Post creation, you should see a Healthy status on the Sync Groups page.
428
+

429
+
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
+
432
+
Click on the Sync Group name and select **+ Add Cloud Endpoint** to add a cloud endpoint to the sync group.
433
+

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

437
+
406
438
# [PowerShell](#tab/azure-powershell)
407
439
408
440
To create the sync group, execute the following PowerShell. Replace `<my-sync-group>` with the desired name of the sync group.
@@ -490,13 +522,13 @@ A server endpoint represents a specific location on a registered server, such as
490
522
If you'd like to configure Azure File Sync to work with firewall and virtual network settings, do the following:
491
523
492
524
1. From the Azure portal, navigate to the storage account you want to secure.
493
-
1. Select **Networking** on the left menu.
494
-
1. Under **Selected networks** under **Allow access from**.
495
-
1. Make sure your servers IP or virtual network is listed under the **Address range** section.
496
-
1. Make sure **Allow trusted Microsoft services to access this storage account** is checked.
497
-
1. Select **Save** to save your settings.
525
+
2. From the service menu, under **Security + networking**, select **Networking**.
526
+
3. Under Public network access, click **Enabled from selected virtual networks and IP addresses**.
527
+
4. Make sure your server's IP address or virtual network is listed under the **Address range** section.
528
+
5. Make sure **Allow Azure services on the trusted services list to access this storage account** is checked.
529
+
6. Select **Save** to save your settings.
498
530
499
-

531
+

500
532
501
533
## Optional: Self-service restore through Previous Versions and VSS (Volume Shadow Copy Service)
Copy file name to clipboardExpand all lines: articles/storage/file-sync/file-sync-server-endpoint-create.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@ To create a server endpoint, you must first ensure that the following criteria a
27
27
- Ensure that a Storage Sync Service has been deployed. See [How to deploy Azure File Sync](file-sync-deployment-guide.md) for details on how to deploy a Storage Sync Service.
28
28
- Ensure that a sync group has been deployed. Learn how to [Create a sync group](file-sync-deployment-guide.md#create-a-sync-group-and-a-cloud-endpoint).
29
29
- Ensure that the server is connected to the internet and that Azure is accessible. Azure File Sync uses port 443 for all communication between the server and cloud service.
30
+
- Ensure that you're within the allowed limits for creating endpoints. See [Azure File Sync Scale Targets](../files/storage-files-scale-targets.md#azure-file-sync-scale-targets) for details on scalability and performance targets.
0 commit comments