Skip to content

Commit 59c780c

Browse files
Merge pull request #292068 from khdownie/patch-2
Update storage-files-quick-create-use-windows.md
2 parents 3ef0ddd + d043656 commit 59c780c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,16 +69,17 @@ Next, create an SMB Azure file share.
6969

7070
So far, you've created an Azure storage account and a file share with one file in it. Next, create an Azure VM to represent the on-premises server.
7171

72-
1. Select **Create a resource** in the upper left-hand corner of the Azure portal.
72+
1. Select **Home**, and then select **Create a resource** in the upper left-hand corner of the Azure portal.
7373
1. Under **Popular services**, select **Virtual machine**.
7474
1. In the **Basics** tab, under **Project details**, select the resource group you created earlier.
7575

7676
:::image type="content" source="media/storage-files-quick-create-use-windows/vm-resource-group-and-subscription.png" alt-text="Screenshot of the Basic tab with VM information filled out.":::
7777

7878
1. Under **Instance details**, name the VM *qsVM*.
79+
1. Under **Availability options**, select **No infrastructure redundancy required**.
7980
1. For **Security type**, select **Standard**.
8081
1. For **Image**, select **Windows Server 2022 Datacenter: Azure Edition - x64 Gen2**.
81-
1. Leave the default settings for **Region**, **Availability options**, and **Size**.
82+
1. Leave the default settings for **Region**, **VM architecture**, and **Size**.
8283
1. Under **Administrator account**, add a **Username** and enter a **Password** for the VM.
8384
1. Under **Inbound port rules**, choose **Allow selected ports** and then select **RDP (3389)** and **HTTP** from the drop-down.
8485
1. Select **Review + create**.

0 commit comments

Comments
 (0)