You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
71
71
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.
73
73
1. Under **Popular services**, select **Virtual machine**.
74
74
1. In the **Basics** tab, under **Project details**, select the resource group you created earlier.
75
75
76
76
:::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.":::
77
77
78
78
1. Under **Instance details**, name the VM *qsVM*.
79
+
1. Under **Availability options**, select **No infrastructure redundancy required**.
79
80
1. For **Security type**, select **Standard**.
80
81
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**.
82
83
1. Under **Administrator account**, add a **Username** and enter a **Password** for the VM.
83
84
1. Under **Inbound port rules**, choose **Allow selected ports** and then select **RDP (3389)** and **HTTP** from the drop-down.
0 commit comments