Skip to content

Commit 80ae1e2

Browse files
Improve consistency in deployment guide instructions
1 parent f56af3f commit 80ae1e2

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -285,11 +285,11 @@ You can download the agent from the [Microsoft Download Center](https://go.micro
285285
![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**.
287287
![The File Sync Agent Setup Wizard Proxy Settings](media/storage-sync-files-deployment-guide/azure-file-sync-agent-installation-4.png)
288-
5. Choose whether you want to use Microsoft Update to update the File Sync Agent and click **Next**.
288+
5. Choose whether you want to use Microsoft Update to update the File Sync Agent and then select **Next**.
289289
![The File Sync Agent Setup Wizard with Windows Update](media/storage-sync-files-deployment-guide/azure-file-sync-agent-installation-5.png)
290-
6. Select the options for automatically updating the agent and data collection for troubleshooting, as required. Click **Install** to start the installation process.
290+
6. Select the options for automatically updating the agent and data collection for troubleshooting as required. Select **Install** to start the installation process.
291291
![The File Sync Agent Setup Wizard Troubleshooting](media/storage-sync-files-deployment-guide/azure-file-sync-agent-installation-6.png)
292-
7. Once installed, click **Finish** to exit the Setup Wizard.
292+
7. When the installation completes, select **Finish** to exit the Setup Wizard.
293293
![The File Sync Agent Setup Wizard Installation Complete](media/storage-sync-files-deployment-guide/azure-file-sync-agent-installation-7.png)
294294

295295
> [!IMPORTANT]
@@ -370,7 +370,7 @@ It's also possible to differentiate administrators able to register servers from
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.
371371
![Server Registration UI Sign In Regular](media/storage-sync-files-deployment-guide/register-sync-server-1.png)
372372

373-
If you are a Cloud Solution Provider, toggle the switch for **I am signing in as a Cloud Solution Provider** and enter the **Tenant ID**.
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**.
374374
![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.
@@ -427,12 +427,12 @@ In the pane that opens, enter the following information to create a sync group w
427427
Post creation, you should see a Healthy status on the Sync Groups page.
428428
![Sync Group page with Healthy Status](media/storage-sync-files-deployment-guide/create-sync-group-3.png)
429429

430-
A cloud endpoint gets automatically created with a sync group. On clicking the recently created sync group, you should be able to view a cloud endpoint. In case you do not see any cloud endpoint, it means that 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).
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).
431431

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

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

438438
# [PowerShell](#tab/azure-powershell)
@@ -522,9 +522,9 @@ A server endpoint represents a specific location on a registered server, such as
522522
If you'd like to configure Azure File Sync to work with firewall and virtual network settings, do the following:
523523

524524
1. From the Azure portal, navigate to the storage account you want to secure.
525-
2. Select **Networking** on the left menu.
525+
2. From the service menu, under **Security + networking**, select **Networking**.
526526
3. Under Public network access, click **Enabled from selected virtual networks and IP addresses**.
527-
4. Make sure your servers IP or virtual network is listed under the **Address range** section.
527+
4. Make sure your server's IP address or virtual network is listed under the **Address range** section.
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

articles/storage/file-sync/file-sync-server-endpoint-create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To create a server endpoint, you must first ensure that the following criteria a
2727
- 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.
2828
- 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).
2929
- 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 are 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.
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.
3131

3232
## Create a server endpoint
3333

0 commit comments

Comments
 (0)