Skip to content

Commit 52644b8

Browse files
authored
Merge pull request #209479 from cynthn/qs-win-portal
Freshness: windows portal quickstart
2 parents d307bac + 668eaf2 commit 52644b8

File tree

8 files changed

+15
-16
lines changed

8 files changed

+15
-16
lines changed
8.22 KB
Loading
20.6 KB
Loading
33.7 KB
Loading
-2.05 KB
Loading
40 KB
Loading
-2.5 KB
Loading
83.7 KB
Loading

articles/virtual-machines/windows/quick-create-portal.md

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: virtual-machines
66
ms.collection: windows
77
ms.topic: quickstart
88
ms.workload: infrastructure
9-
ms.date: 03/15/2021
9+
ms.date: 08/29/2022
1010
ms.author: cynthn
1111
ms.custom: mvc, mode-ui
1212
---
@@ -27,13 +27,8 @@ Sign in to the Azure portal at https://portal.azure.com.
2727

2828
1. Enter *virtual machines* in the search.
2929
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-
![Screenshot of the Project details section showing where you select the Azure subscription and the resource group for the virtual machine](./media/quick-create-portal/project-details.png)
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.
3732

3833
:::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.":::
3934

@@ -43,21 +38,23 @@ Sign in to the Azure portal at https://portal.azure.com.
4338
4439
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-).
4540

46-
![Screenshot of the Administrator account section where you provide the administrator username and password](./media/quick-create-portal/administrator-account.png)
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":::
4742

4843
1. Under **Inbound port rules**, choose **Allow selected ports** and then select **RDP (3389)** and **HTTP (80)** from the drop-down.
4944

50-
![Screenshot of the inbound port rules section where you select what ports inbound connections are allowed on](./media/quick-create-portal/inbound-port-rules.png)
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":::
5146

5247
1. Leave the remaining defaults and then select the **Review + create** button at the bottom of the page.
5348

54-
![Screenshot showing the Review and create button at the bottom of the page](./media/quick-create-portal/review-create.png)
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+
5551

5652
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.":::
5754

5855
1. After deployment is complete, select **Go to resource**.
5956

60-
![Screenshot showing the next step of going to the resource](./media/quick-create-portal/next-steps.png)
57+
:::image type="content" source="media/quick-create-portal/next-steps.png" alt-text="Screenshot showing the next step of going to the resource.":::
6158

6259

6360
## Connect to virtual machine
@@ -66,11 +63,13 @@ Create a remote desktop connection to the virtual machine. These directions tell
6663

6764
1. On the overview page for your virtual machine, select the **Connect** > **RDP**.
6865

69-
![Screenshot of the virtual machine overview page showing the location of the connect button](./media/quick-create-portal/portal-quick-start-9.png)
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.":::
7271

73-
2. Open the downloaded RDP file and click **Connect** when prompted.
72+
2. Open the downloaded RDP file and click **Connect** when prompted.
7473

7574
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**.
7675

0 commit comments

Comments
 (0)