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
Copy file name to clipboardExpand all lines: articles/virtual-machines/windows/quick-create-portal.md
+15-16Lines changed: 15 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.service: virtual-machines
6
6
ms.collection: windows
7
7
ms.topic: quickstart
8
8
ms.workload: infrastructure
9
-
ms.date: 03/15/2021
9
+
ms.date: 08/29/2022
10
10
ms.author: cynthn
11
11
ms.custom: mvc, mode-ui
12
12
---
@@ -27,13 +27,8 @@ Sign in to the Azure portal at https://portal.azure.com.
27
27
28
28
1. Enter *virtual machines* in the search.
29
29
1. Under **Services**, select **Virtual machines**.
30
-
1. In the **Virtual machines** page, select **Create** and then **Virtual machine**. The **Create a virtual machine** page opens.
31
-
32
-
1. In the **Basics** tab, under **Project details**, make sure the correct subscription is selected and then choose to **Create new** resource group. Enter *myResourceGroup* for the name.
33
-
34
-

35
-
36
-
1. Under **Instance details**, enter *myVM* for the **Virtual machine name** and choose *Windows Server 2019 Datacenter - Gen2* for the **Image**. Leave the other defaults.
30
+
1. In the **Virtual machines** page, select **Create** and then **Azure virtual machine**. The **Create a virtual machine** page opens.
31
+
1. Under **Instance details**, enter *myVM* for the **Virtual machine name** and choose *Windows Server 2011 Datacenter Azure Edition - Gen 2* for the **Image**. Leave the other defaults.
37
32
38
33
:::image type="content" source="media/quick-create-portal/instance-details.png" alt-text="Screenshot of the Instance details section where you provide a name for the virtual machine and select its region, image and size.":::
39
34
@@ -43,21 +38,23 @@ Sign in to the Azure portal at https://portal.azure.com.
43
38
44
39
1. Under **Administrator account**, provide a username, such as *azureuser* and a password. The password must be at least 12 characters long and meet the [defined complexity requirements](faq.yml#what-are-the-password-requirements-when-creating-a-vm-).
45
40
46
-

41
+
:::image type="content" source="media/quick-create-portal/administrator-account.png" alt-text="Screenshot of the Administrator account section where you provide the administrator username and password":::
47
42
48
43
1. Under **Inbound port rules**, choose **Allow selected ports** and then select **RDP (3389)** and **HTTP (80)** from the drop-down.
49
44
50
-

45
+
:::image type="content" source="media/quick-create-portal/inbound-port-rules.png" alt-text="Screenshot of the inbound port rules section where you select what ports inbound connections are allowed on":::
51
46
52
47
1. Leave the remaining defaults and then select the **Review + create** button at the bottom of the page.
53
48
54
-

49
+
:::image type="content" source="media/quick-create-portal/review-create.png" alt-text="Screenshot showing the Review + create button at the bottom of the page.":::
50
+
55
51
56
52
1. After validation runs, select the **Create** button at the bottom of the page.
53
+
:::image type="content" source="media/quick-create-portal/validation.png" alt-text="Screenshot showing that validation has passed. Select the Create button to create the VM.":::
57
54
58
55
1. After deployment is complete, select **Go to resource**.
59
56
60
-

57
+
:::image type="content" source="media/quick-create-portal/next-steps.png" alt-text="Screenshot showing the next step of going to the resource.":::
61
58
62
59
63
60
## Connect to virtual machine
@@ -66,11 +63,13 @@ Create a remote desktop connection to the virtual machine. These directions tell
66
63
67
64
1. On the overview page for your virtual machine, select the **Connect** > **RDP**.
68
65
69
-

70
-
71
-
2. In the **Connect with RDP** page, keep the default options to connect by IP address, over port 3389, and click **Download RDP file**.
66
+
:::image type="content" source="media/quick-create-portal/portal-quick-start-9.png" alt-text="Screenshot of the virtual machine overview page showing the location of the connect button.":::
67
+
68
+
2. In the **Connect with RDP** tab, keep the default options to connect by IP address, over port 3389, and click **Download RDP file**.
69
+
70
+
:::image type="content" source="media/quick-create-portal/remote-desktop.png" alt-text="Screenshot showing the remote desktop settings and the Download RDP file button.":::
72
71
73
-
2. Open the downloaded RDP file and click **Connect** when prompted.
72
+
2. Open the downloaded RDP file and click **Connect** when prompted.
74
73
75
74
3. 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 click **OK**.
0 commit comments