|
1 | 1 | ---
|
2 |
| -title: Tutorial - Extend Windows file servers with Azure File Sync |
| 2 | +title: Extend Windows file servers with Azure File Sync |
3 | 3 | description: Learn how to extend Windows file servers with Azure File Sync, from start to finish.
|
4 | 4 | author: khdownie
|
5 | 5 | ms.service: azure-file-storage
|
6 | 6 | ms.topic: tutorial
|
7 |
| -ms.date: 06/21/2022 |
| 7 | +ms.date: 08/08/2024 |
8 | 8 | ms.author: kendownie
|
9 | 9 | #Customer intent: As an IT administrator, I want see how to extend Windows file servers with Azure File Sync, so I can evaluate the process for extending the storage capacity of my Windows servers.
|
10 | 10 | ---
|
@@ -32,7 +32,7 @@ Sign in to the [Azure portal](https://portal.azure.com).
|
32 | 32 | For this tutorial, you need to do the following before you can deploy Azure File Sync:
|
33 | 33 |
|
34 | 34 | - Create an Azure storage account and file share
|
35 |
| -- Set up a Windows Server 2019 Datacenter VM |
| 35 | +- Set up a Windows Server VM |
36 | 36 | - Prepare the Windows Server VM for Azure File Sync
|
37 | 37 |
|
38 | 38 | ### Create a folder and .txt file
|
@@ -167,7 +167,7 @@ Now you can add the data disk to the VM.
|
167 | 167 |
|
168 | 168 | ### Install the Azure PowerShell module
|
169 | 169 |
|
170 |
| -Next, in the Windows Server 2019 Datacenter VM, install the Azure PowerShell module on the server. The `Az` module is a rollup module for the Azure PowerShell cmdlets. Installing it downloads all the available Azure Resource Manager modules and makes their cmdlets available for use. |
| 170 | +Next, in the Windows Server VM, install the Azure PowerShell module on the server. The `Az` module is a rollup module for the Azure PowerShell cmdlets. Installing it downloads all the available Azure Resource Manager modules and makes their cmdlets available for use. |
171 | 171 |
|
172 | 172 | 1. In the VM, open an elevated PowerShell window (run as administrator).
|
173 | 173 | 1. Run the following command:
|
@@ -313,7 +313,7 @@ If you'd like to clean up the resources you created in this tutorial, first remo
|
313 | 313 |
|
314 | 314 | [!INCLUDE [storage-files-clean-up-portal](../../../includes/storage-files-clean-up-portal.md)]
|
315 | 315 |
|
316 |
| -## Next steps |
| 316 | +## Next step |
317 | 317 |
|
318 | 318 | In this tutorial, you learned the basic steps to extend the storage capacity of a Windows server by using Azure File Sync. For a more thorough look at planning for an Azure File Sync deployment, see:
|
319 | 319 |
|
|
0 commit comments