Skip to content

Commit 6319b3b

Browse files
authored
Merge pull request #284070 from khdownie/kendownie080824-2
blocked out IP addresses in images
2 parents 7ef9e28 + 467df02 commit 6319b3b

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Tutorial - Extend Windows file servers with Azure File Sync
2+
title: Extend Windows file servers with Azure File Sync
33
description: Learn how to extend Windows file servers with Azure File Sync, from start to finish.
44
author: khdownie
55
ms.service: azure-file-storage
66
ms.topic: tutorial
7-
ms.date: 06/21/2022
7+
ms.date: 08/08/2024
88
ms.author: kendownie
99
#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.
1010
---
@@ -32,7 +32,7 @@ Sign in to the [Azure portal](https://portal.azure.com).
3232
For this tutorial, you need to do the following before you can deploy Azure File Sync:
3333

3434
- Create an Azure storage account and file share
35-
- Set up a Windows Server 2019 Datacenter VM
35+
- Set up a Windows Server VM
3636
- Prepare the Windows Server VM for Azure File Sync
3737

3838
### Create a folder and .txt file
@@ -167,7 +167,7 @@ Now you can add the data disk to the VM.
167167

168168
### Install the Azure PowerShell module
169169

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.
171171

172172
1. In the VM, open an elevated PowerShell window (run as administrator).
173173
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
313313

314314
[!INCLUDE [storage-files-clean-up-portal](../../../includes/storage-files-clean-up-portal.md)]
315315

316-
## Next steps
316+
## Next step
317317

318318
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:
319319

13.9 KB
Loading
-195 Bytes
Loading
204 Bytes
Loading
-1.12 KB
Loading
-1.32 KB
Loading

articles/storage/files/storage-files-quick-create-use-linux.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,16 +173,16 @@ Create an SSH connection with the VM.
173173

174174
1. If you are on a Mac or Linux machine, open a Bash prompt. If you are on a Windows machine, open a PowerShell prompt.
175175

176-
1. At your prompt, open an SSH connection to your VM. Replace the IP address with the one from your VM, and replace the path to the `.pem` with the path to where the key file was downloaded.
176+
1. At your prompt, open an SSH connection to your VM. Replace `xx.xx.xx.xx` with the IP address of your VM, and replace the path to the `.pem` with the path to where the key file was downloaded.
177177

178178
```console
179-
ssh -i .\Downloads\myVM_key.pem azureuser@20.25.14.85
179+
ssh -i .\Downloads\myVM_key.pem azureuser@xx.xx.xx.xx
180180
```
181181

182182
If you encounter a warning that the authenticity of the host can't be established, type **yes** to continue connecting to the VM. Leave the ssh connection open for the next step.
183183

184184
> [!TIP]
185-
> The SSH key you created can be used the next time your create a VM in Azure. Just select the **Use a key stored in Azure** for **SSH public key source** the next time you create a VM. You already have the private key on your computer, so you won't need to download anything.
185+
> You can use the SSH key you created the next time you create a VM in Azure. Just select the **Use a key stored in Azure** for **SSH public key source** the next time you create a VM. You already have the private key on your computer, so you won't need to download anything.
186186
187187
## Mount the NFS share
188188

-216 Bytes
Loading

0 commit comments

Comments
 (0)