Skip to content

Commit c454752

Browse files
committed
Freshness udpates to screenshots
1 parent 0d63ffd commit c454752

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed
33.7 KB
Loading
-2.05 KB
Loading
40 KB
Loading
-2.36 KB
Loading
83.7 KB
Loading

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

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -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,24 @@ 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

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

5653
1. After validation runs, select the **Create** button at the bottom of the page.
54+
:::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.":::
5755

5856
1. After deployment is complete, select **Go to resource**.
5957

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

6260

6361
## Connect to virtual machine
@@ -66,11 +64,13 @@ Create a remote desktop connection to the virtual machine. These directions tell
6664

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

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**.
67+
:::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.":::
68+
69+
2. In the **Connect with RDP** tab, keep the default options to connect by IP address, over port 3389, and click **Download RDP file**.
70+
71+
:::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.":::
7272

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

7575
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**.
7676

0 commit comments

Comments
 (0)