Skip to content

Commit d6b39ff

Browse files
Update file-sync-deployment-guide.md
Updated styling of images.
1 parent 80ae1e2 commit d6b39ff

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

articles/storage/file-sync/file-sync-deployment-guide.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -160,11 +160,11 @@ For each server that you intend to use with Azure File Sync, including each serv
160160
161161
1. Open Server Manager.
162162
2. Click **Local Server**:
163-
!["Local Server" on the left side of the Server Manager UI](media/storage-sync-files-deployment-guide/prepare-server-disable-ieesc-part-1.png)
163+
![Screenshot of "Local Server" on the left side of the Server Manager UI.](media/storage-sync-files-deployment-guide/prepare-server-disable-ieesc-part-1.png)
164164
3. On the **Properties** subpane, select the link for **IE Enhanced Security Configuration**.
165-
![The "IE Enhanced Security Configuration" pane in the Server Manager UI](media/storage-sync-files-deployment-guide/prepare-server-disable-ieesc-part-2.png)
165+
![Screenshot of the "IE Enhanced Security Configuration" pane in the Server Manager UI.](media/storage-sync-files-deployment-guide/prepare-server-disable-ieesc-part-2.png)
166166
4. In the **Internet Explorer Enhanced Security Configuration** dialog box, select **Off** for **Administrators** and **Users**:
167-
![The Internet Explorer Enhanced Security Configuration pop-window with "Off" selected](media/storage-sync-files-deployment-guide/prepare-server-disable-ieesc-part-3.png)
167+
![Screenshot of the Internet Explorer Enhanced Security Configuration pop-window with "Off" selected.](media/storage-sync-files-deployment-guide/prepare-server-disable-ieesc-part-3.png)
168168
169169
# [PowerShell](#tab/azure-powershell)
170170
@@ -278,19 +278,19 @@ The Azure File Sync agent is a downloadable package that enables Windows Server
278278

279279
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).
280280
1. Select **Next** to start the installation.
281-
![The File Sync Agent Setup Wizard welcome screen with Next and Cancel Buttons](media/storage-sync-files-deployment-guide/azure-file-sync-agent-installation-1.png)
281+
![Screenshot of the File Sync Agent Setup Wizard welcome screen with Next and Cancel Buttons.](media/storage-sync-files-deployment-guide/azure-file-sync-agent-installation-1.png)
282282
2. Tick the checkbox once you've reviewed and accepted the end-user license agreement. Select **Next** to proceed.
283-
![The File Sync Agent Setup Wizard License Agreeement Acceptance](media/storage-sync-files-deployment-guide/azure-file-sync-agent-installation-2.png)
283+
![Screenshot of the File Sync Agent Setup Wizard License Agreeement Acceptance.](media/storage-sync-files-deployment-guide/azure-file-sync-agent-installation-2.png)
284284
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-
![The File Sync Agent Setup Wizard Path Selection](media/storage-sync-files-deployment-guide/azure-file-sync-agent-installation-3.png)
285+
![Screenshot of the File Sync Agent Setup Wizard Path Selection.](media/storage-sync-files-deployment-guide/azure-file-sync-agent-installation-3.png)
286286
4. Select the proxy setting and then select **Next**.
287-
![The File Sync Agent Setup Wizard Proxy Settings](media/storage-sync-files-deployment-guide/azure-file-sync-agent-installation-4.png)
287+
![Screenshot of the File Sync Agent Setup Wizard Proxy Settings.](media/storage-sync-files-deployment-guide/azure-file-sync-agent-installation-4.png)
288288
5. Choose whether you want to use Microsoft Update to update the File Sync Agent and then select **Next**.
289-
![The File Sync Agent Setup Wizard with Windows Update](media/storage-sync-files-deployment-guide/azure-file-sync-agent-installation-5.png)
289+
![Screenshot of the File Sync Agent Setup Wizard with Windows Update.](media/storage-sync-files-deployment-guide/azure-file-sync-agent-installation-5.png)
290290
6. Select the options for automatically updating the agent and data collection for troubleshooting as required. Select **Install** to start the installation process.
291-
![The File Sync Agent Setup Wizard Troubleshooting](media/storage-sync-files-deployment-guide/azure-file-sync-agent-installation-6.png)
291+
![Screenshot of the File Sync Agent Setup Wizard Troubleshooting.](media/storage-sync-files-deployment-guide/azure-file-sync-agent-installation-6.png)
292292
7. When the installation completes, select **Finish** to exit the Setup Wizard.
293-
![The File Sync Agent Setup Wizard Installation Complete](media/storage-sync-files-deployment-guide/azure-file-sync-agent-installation-7.png)
293+
![Screenshot of the File Sync Agent Setup Wizard Installation Completion.](media/storage-sync-files-deployment-guide/azure-file-sync-agent-installation-7.png)
294294

295295
> [!IMPORTANT]
296296
> 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
306306
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.
307307

308308
> [!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.
310310
311311
```powershell
312312
# Gather the OS version
@@ -368,16 +368,16 @@ It's also possible to differentiate administrators able to register servers from
368368
# [Portal](#tab/azure-portal)
369369

370370
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-
![Server Registration UI Sign In Regular](media/storage-sync-files-deployment-guide/register-sync-server-1.png)
371+
![Screenshot of server registration UI Sign In - Regular.](media/storage-sync-files-deployment-guide/register-sync-server-1.png)
372372

373373
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-
![Server Registration UI Sign In Cloud Solution Provider](media/storage-sync-files-deployment-guide/register-sync-server-2.png)
374+
![Screenshot of server registration UI Sign In Cloud Solution Provider.](media/storage-sync-files-deployment-guide/register-sync-server-2.png)
375375

376376
Select **Sign in** in to begin.
377377

378378
After you sign in, you're prompted for the following information:
379379

380-
![Server Registration for Storage Sync Service with details for Subscription, Resource Group and Sync Service](media/storage-sync-files-deployment-guide/register-sync-server-3.png)
380+
![Screenshot of server registration for Storage Sync Service with details for Subscription, Resource Group and Sync Service.](media/storage-sync-files-deployment-guide/register-sync-server-3.png)
381381

382382
- **Azure Subscription**: The subscription that contains the Storage Sync Service (see [Deploy the Storage Sync Service](#deploy-the-storage-sync-service)).
383383
- **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
414414

415415
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**:
416416

417-
![Create a new sync group in the Azure portal](media/storage-sync-files-deployment-guide/create-sync-group-1.png)
417+
![Screenshot of creating a new sync group in the Azure portal.](media/storage-sync-files-deployment-guide/create-sync-group-1.png)
418418

419419
In the pane that opens, enter the following information to create a sync group with a cloud endpoint:
420-
![Create a new sync group in the Azure portal information](media/storage-sync-files-deployment-guide/create-sync-group-2.png)
420+
![Screenshot of creating a new sync group in the Azure portal - information.](media/storage-sync-files-deployment-guide/create-sync-group-2.png)
421421

422422
- **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.
423423
- **Subscription**: The subscription where you deployed the Storage Sync Service in [Deploy the Storage Sync Service](#deploy-the-storage-sync-service).
424424
- **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.
425425
- **Azure file share**: The name of the Azure file share with which you want to sync.
426426

427427
Post creation, you should see a Healthy status on the Sync Groups page.
428-
![Sync Group page with Healthy Status](media/storage-sync-files-deployment-guide/create-sync-group-3.png)
428+
![Screenshot of the Sync Group page with Healthy Status.](media/storage-sync-files-deployment-guide/create-sync-group-3.png)
429429

430430
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).
431431

432432
Click on the Sync Group name and select **+ Add Cloud Endpoint** to add a cloud endpoint to the sync group.
433-
![Create a new cloud endpoint in the Azure Portal](media/storage-sync-files-deployment-guide/add-cloud-endpoint-1.png)
433+
![Screenshot of creating a new cloud endpoint in the Azure Portal.](media/storage-sync-files-deployment-guide/add-cloud-endpoint-1.png)
434434

435435
In the pane that opens, enter the subscription, storage account, and file share with which you want to sync.
436-
![Create a new cloud endpoint Information](media/storage-sync-files-deployment-guide/add-cloud-endpoint-2.png)
436+
![Screenshot of creating a new cloud endpoint - Information.](media/storage-sync-files-deployment-guide/add-cloud-endpoint-2.png)
437437

438438
# [PowerShell](#tab/azure-powershell)
439439

@@ -528,7 +528,7 @@ If you'd like to configure Azure File Sync to work with firewall and virtual net
528528
5. Make sure **Allow Azure services on the trusted services list to access this storage account** is checked.
529529
6. Select **Save** to save your settings.
530530

531-
![Configuring firewall and virtual network settings to work with Azure File sync](media/storage-sync-files-deployment-guide/update-firewall-and-vnet-settings.png)
531+
![Screenshot of configuring firewall and virtual network settings to work with Azure File sync.](media/storage-sync-files-deployment-guide/update-firewall-and-vnet-settings.png)
532532

533533
## Optional: Self-service restore through Previous Versions and VSS (Volume Shadow Copy Service)
534534

0 commit comments

Comments
 (0)