Skip to content

Commit 73aa2f4

Browse files
committed
Updating File Sync tutorial
1 parent 88bed4b commit 73aa2f4

14 files changed

+38
-38
lines changed

articles/storage/file-sync/file-sync-extend-servers.md

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.subservice: files
1212

1313
# Tutorial: Extend Windows file servers with Azure File Sync
1414

15-
The article demonstrates the basic steps for extending the storage capacity of a Windows server by using Azure File Sync. Although the tutorial features Windows Server as an Azure virtual machine (VM), you would typically do this process for your on-premises servers. You can find instructions for deploying Azure File Sync in your own environment in the [Deploy Azure File Sync](file-sync-deployment-guide.md) article.
15+
The article demonstrates the basic steps for extending the storage capacity of a Windows server by using Azure File Sync. Although this tutorial features Windows Server as an Azure virtual machine (VM), you would typically do this process for your on-premises servers. You can find instructions for deploying Azure File Sync in your own environment in the [Deploy Azure File Sync](file-sync-deployment-guide.md) article.
1616

1717
> [!div class="checklist"]
1818
> - Deploy the Storage Sync Service
@@ -33,7 +33,7 @@ Sign in to the [Azure portal](https://portal.azure.com).
3333
For this tutorial, you need to do the following before you can deploy Azure File Sync:
3434

3535
- Create an Azure storage account and file share
36-
- Set up a Windows Server 2016 Datacenter VM
36+
- Set up a Windows Server 2019 Datacenter VM
3737
- Prepare the Windows Server VM for Azure File Sync
3838

3939
### Create a folder and .txt file
@@ -46,56 +46,55 @@ On your local computer, create a new folder named *FilesToSync* and add a text f
4646

4747
### Create a file share
4848

49-
After you deploy an Azure storage account, you create a file share.
49+
After you deploy an Azure storage account, follow these steps to create a file share.
5050

5151
1. In the Azure portal, select **Go to resource**.
52-
1. Select **Files** from the storage account pane.
53-
54-
![Select Files](./media/storage-sync-files-extend-servers/click-files.png)
55-
52+
1. From the menu at the left, select **Data storage** > **File shares**.
5653
1. Select **+ File Share**.
5754

58-
![Select the add file share button](./media/storage-sync-files-extend-servers/create-file-share-portal2.png)
59-
60-
1. Name the new file share *afsfileshare*. Enter "5120" for the **Quota**, and then select **Create**. The quota can be a maximum of 100 TiB, but you only need 5 TiB for this tutorial.
55+
1. Name the new file share *afsfileshare*, leave the tier set to *Transaction optimized*, and then select **Create**. You only need 5 TiB for this tutorial.
6156

62-
![Provide a name and quota for the new file share](./media/storage-sync-files-extend-servers/create-file-share-portal3.png)
57+
:::image type="content" source="media/storage-sync-files-extend-servers/create-file-share-portal.png" alt-text="Screenshot showing how to create a new file share using the Azure portal.":::
6358

6459
1. Select the new file share. On the file share location, select **Upload**.
6560

66-
![Upload a file](./media/storage-sync-files-extend-servers/create-file-share-portal5.png)
61+
:::image type="content" source="media/storage-sync-files-extend-servers/create-file-share-portal5.png" alt-text="Screenshot showing where to find the Upload button for the new file share.":::
6762

68-
1. Browse to the *FilesToSync* folder where you created your .txt file, select *mytestdoc.txt* and select **Upload**.
63+
1. Browse to the *FilesToSync* folder on your local machine where you created your .txt file, select *mytestdoc.txt* and select **Upload**.
6964

70-
![Browse file share](./media/storage-sync-files-extend-servers/create-file-share-portal6.png)
65+
:::image type="content" source="media/storage-sync-files-extend-servers/create-file-share-portal6.png" alt-text="Screenshot showing how to browse and upload a file to the new file share using the Azure portal.":::
7166

72-
At this point, you've created a storage account and a file share with one file in it. Next, you deploy an Azure VM with Windows Server 2016 Datacenter to represent the on-premises server in this tutorial.
67+
At this point, you've created a storage account and a file share with one file in it. Next, you'll deploy an Azure VM with Windows Server 2019 Datacenter to represent the on-premises server in this tutorial.
7368

7469
### Deploy a VM and attach a data disk
7570

76-
1. Go to the Azure portal and expand the menu on the left. Choose **Create a resource** in the upper left-hand corner.
77-
1. In the search box above the list of **Azure Marketplace** resources, search for **Windows Server 2016 Datacenter** and select it in the results. Choose **Create**.
78-
1. Go to the **Basics** tab. Under **Project details**, select the resource group you created for this tutorial.
71+
1. Select **Home** in the Azure portal and under **Azure services**, select **+ Create a resource**.
72+
1. Under **Popular Azure services**, select **Virtual machine** > **Create**.
73+
1. Under **Project details**, select your subscription and the resource group you created for this tutorial.
7974

80-
![Enter basic information about your VM on the portal blade](./media/storage-sync-files-extend-servers/vm-resource-group-and-subscription.png)
75+
:::image type="content" source="media/storage-sync-files-extend-servers/vm-project-and-instance-details.png" alt-text="Screenshot showing how to supply project and instance details when creating a VM for this tutorial.":::
8176

8277
1. Under **Instance details**, provide a VM name. For example, use *myVM*.
83-
1. Don't change the default settings for **Region**, **Availability options**, **Image**, and **Size**.
84-
1. Under **Administrator account**, provide a **Username** and **Password** for the VM.
78+
1. Don't change the default settings for **Region**, **Availability options**, and **Security type**.
79+
1. Under **Image**, select **Windows Server 2019 Datacenter - Gen2**. Leave **Size** set to the default.
80+
1. Under **Administrator account**, provide a **Username** and **Password** for the VM. The username must be between 1 and 20 characters long and can't contain special characters \/""[]:|<>+=;,?*@& or end with '.' The password must be between 12 and 123 characters long, and must have 3 of the following: 1 lower case character, 1 upper case character, 1 number, and 1 special character.
81+
82+
:::image type="content" source="media/storage-sync-files-extend-servers/vm-username-and-password.png" alt-text="Screenshot showing how to set the username, password, and inbound port rules for the VM.":::
83+
8584
1. Under **Inbound port rules**, choose **Allow selected ports** and then select **RDP (3389)** and **HTTP** from the drop-down menu.
8685

8786
1. Before you create the VM, you need to create a data disk.
8887

89-
1. Select **Next:Disks**.
88+
1. At the bottom of the page, select **Next:Disks**.
9089

91-
![Add data disks](./media/storage-sync-files-extend-servers/vm-add-data-disk.png)
90+
:::image type="content" source="media/storage-sync-files-extend-servers/vm-add-data-disk.png" alt-text="Screenshot showing how to select the Disks tab.":::
9291

9392
1. On the **Disks** tab, under **Disk options**, leave the defaults.
94-
1. Under **DATA DISKS**, select **Create and attach a new disk**.
93+
1. Under **Data disks**, select **Create and attach a new disk**.
9594

96-
1. Use the default settings except for **Size (GiB)**, which you can change to **1 GiB** for this tutorial.
95+
1. Use the default settings except for **Size**, which you can change to **4 GiB** for this tutorial by selecting **Change size**.
9796

98-
![Data disk details](./media/storage-sync-files-extend-servers/vm-create-new-disk-details.png)
97+
:::image type="content" source="media/storage-sync-files-extend-servers/create-data-disk.png" alt-text="Screenshot showing how to create a new data disk for your VM.":::
9998

10099
1. Select **OK**.
101100
1. Select **Review + create**.
@@ -111,20 +110,21 @@ At this point, you've created a new virtual machine and attached a data disk. Ne
111110

112111
### Connect to your VM
113112

114-
1. In the Azure portal, select **Connect** on the virtual machine properties page.
113+
1. In the Azure portal, select **Connect** > **RDP** on the VM properties page.
114+
115+
:::image type="content" source="media/storage-sync-files-extend-servers/connect-vm.png" alt-text="Screenshot showing the Connect button on the Azure portal with RDP highlighted.":::
115116

116-
![Connect to an Azure VM from the portal](./media/storage-sync-files-extend-servers/connect-vm.png)
117+
1. On the **Connect** page, keep the default options to connect by **Public IP address** over port 3389. Select **Download RDP file**.
117118

118-
1. On the **Connect to virtual machine** page, keep the default options to connect by **IP address** over port 3389. Select **Download RDP file**.
119+
:::image type="content" source="media/storage-sync-files-extend-servers/download-rdp.png" alt-text="Screenshot showing how to connect with RDP.":::
119120

120-
![Download the RDP file](./media/storage-sync-files-extend-servers/download-rdp.png)
121+
1. Open the downloaded RDP file and select **Connect** when prompted. You might see a warning that says *The publisher of this remote connection can't be identified*. Click **Connect** anyway.
121122

122-
1. Open the downloaded RDP file and select **Connect** when prompted.
123-
1. In the **Windows Security** window, select **More choices** and then **Use a different account**. Type the username as *localhost\username*, enter the password you created for the virtual machine, and then select **OK**.
123+
1. In the **Windows Security** window that asks you to enter your credentials, select **More choices** and then **Use a different account**. Type the username as *localhost\username*, enter the password you created for the virtual machine, and then select **OK**.
124124

125125
![More choices](./media/storage-sync-files-extend-servers/local-host2.png)
126126

127-
1. You might receive a certificate warning during the sign-in process. Select **Yes** or **Continue** to create the connection.
127+
1. You might receive a certificate warning during the sign-in process saying that the identity of the remote computer cannot be verified. Select **Yes** or **Continue** to create the connection.
128128

129129
### Prepare the Windows server
130130

-12.7 KB
Loading
25.2 KB
Loading
16.2 KB
Loading
-582 Bytes
Loading
-13.3 KB
Loading

0 commit comments

Comments
 (0)