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: learn-pr/azure/create-windows-virtual-machine-in-azure/includes/3-exercise-create-a-vm.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
Your company processes video content on Windows VMs. A new city has contracted with your company to process their traffic cameras, but it's a model with which you haven't worked before. You need to create a new Windows VM and install some proprietary codecs in order to process and analyze the new video content.
1
+
Your company processes video content on Windows virtual machines. A new city has contracted with your company to process their traffic cameras, but it's a model with which you haven't worked before. You need to create a new Windows virtual machine (VM) and install some proprietary codecs in order to process and analyze the new video content.
2
2
3
3
## Create a new Windows virtual machine
4
4
@@ -43,13 +43,13 @@ Azure presents a *wizard* as a series of tabs to walk you through all the config
43
43
| Image | Select **[smalldisk] Windows Server 2019 Datacenter - x64 Gen2** from the dropdown list. |
44
44
| VM architecture | Accept default (x64) |
45
45
| Run with Azure Spot discount| Accept default (unchecked). |
46
-
| Size | The **Size** field isn't directly editable. Select or accept the default **Standard DS1 v2**, which will give the VM 1 CPU and 3.5 GB of memory. Optionally, select the field to view recommended or recently chosen sizes; select **See all sizes** to explore filters for sizes based on vCPUs, RAM, Data disks, operations per second, and cost. Select the X in the top right of the pane to close the pane. |
46
+
| Size | The **Size** field isn't directly editable. Select or accept the default **Standard DS1 v2**, which gives the VM 1 CPU and 3.5 GB of memory. Optionally, select the field to view recommended or recently chosen sizes; select **See all sizes** to explore filters for sizes based on vCPUs, RAM, Data disks, operations per second, and cost. Close the pane by selecting **X** in the top right corner. |
47
47
|**Administrator account**|
48
-
| Username | Enter a username you'll use to sign in to the VM. |
49
-
| Password | Enter a password that's at least 12 characters long and has at least three of the following four characteristics: one lower case character, one uppercase character, one number, and one special character that isn't '\\' or '-'. Use something you'll remember or write it down, as you'll need it later. |
48
+
| Username | Enter a username for signing in to the VM. |
49
+
| Password | Enter a password that's at least 12 characters long and has at least three of the following four characteristics: one lower case character, one uppercase character, one number, and one special character that isn't `\\` or `-`. Use something you can remember or write it down, as you need to use it later. |
50
50
| Confirm password | Confirm your password. |
51
51
|**Inbound port rules**|
52
-
| Public inbound ports | Select **Allow selected ports**. We want to be able to access the desktop for this Windows VM using RDP. |
52
+
| Public inbound ports | Select **Allow selected ports**. We want to be able to access the desktop for this Windows VM using Remote Desktop Protocol (RDP). |
53
53
| Select inbound ports | Select **RDP (3389)** from the dropdown list. As the note in the UI indicates, we can also adjust the network ports after we create the VM. |
54
54
|**Licensing**|
55
55
| Would you like to use an existing Windows Server License | Leave unchecked |
@@ -59,7 +59,7 @@ Azure presents a *wizard* as a series of tabs to walk you through all the config
59
59
60
60
1. Select **Next : Disks**.
61
61
> [!TIP]
62
-
> You can use the horizonal scroll bar to slide the view to the left to get back to the VM settings, which had opened a new pane to the right.
62
+
> You can use the horizonal scroll bar to slide the view to the left to get back to the VM settings, which had opened a new pane on the right hand side.
63
63
64
64
## Configure disks for the VM
65
65
@@ -75,11 +75,11 @@ Azure presents a *wizard* as a series of tabs to walk you through all the config
75
75
| Key management | Accept the default. |
76
76
| Enable Ultra Disk compatibility | Accept the default (unchecked) |
77
77
|**Data disks**|
78
-
| Select **Create and attach a new disk** link. The **Create a new disk** pane appears. | Accept all the default values for the following settings: *Name*; *Source type*; *Size*; *Key management*; and *Enable shared disk*. This is where you could use a snapshot, or Storage Blob, to create a VHD. |
78
+
| Select **Create and attach a new disk** link. The **Create a new disk** pane appears. | Accept all the default values for the following settings: *Name*; *Source type*; *Size*; *Key management*; and *Enable shared disk*. This field is where you could use a snapshot, or Storage Blob, to create a virtual hard disk (VHD). |
79
79
80
80
1. Select **OK** to save the settings and close the pane.
81
81
82
-
:::image type="content" source="../media/3-configure-disks.png" alt-text="Screenshot showing the configure disks section for the VM.":::
82
+
:::image type="content" source="../media/3-configure-disks.png" alt-text="Screenshot showing the configured disks section for the VM.":::
83
83
84
84
1. On the **Create a virtual machine** pane **Disks** tab, under **Data disks**, there should now be a new row showing the newly configured disk.
85
85
@@ -89,9 +89,9 @@ Azure presents a *wizard* as a series of tabs to walk you through all the config
89
89
90
90
1. Select **Next : Networking**.
91
91
92
-
In a production system where other components are already in use, it would be important to use an *existing* virtual network so that the VM can communicate with the other cloud services in the production solution. If no virtual network has been defined in this location, create it here and configure the:
92
+
In a production system where other components are already in use, it would be important to use an *existing* virtual network so that the VM can communicate with the other cloud services in the production solution. If no virtual network is defined in this location, create it here and configure the:
93
93
94
-
-**Subnet**: First subnet to subdivide the address space; it must fit within the defined address space. After the VNet is created, you can add more subnets.
94
+
-**Subnet**: First subnet to subdivide the address space; it must fit within the defined address space. After the virtual network is created, you can add more subnets.
95
95
-**Public IP**: Overall IPV4 space available to this network.
96
96
97
97
1. On the **Networking** tab, let's change some of the settings. Under the input field for **Virtual network**, select **Create new**. The **Create virtual network** pane appears.
@@ -102,9 +102,9 @@ Azure presents a *wizard* as a series of tabs to walk you through all the config
102
102
|---------|---------|
103
103
| Name | Accept the default name. |
104
104
|**Address space**|
105
-
|*Address range*| In the row below the heading, enter `172.16.0.0/16` to give the address space a full range of addresses, then check the box next to the address you just entered. If another address range row exists, select the **Delete** icon to delete it. |
105
+
|*Address range*| In the row below the heading, enter `172.16.0.0/16` to give the address space a full range of addresses, then check the box next to the address you just entered. If another address range row exists, delete it. |
106
106
|**Subnets**|
107
-
|*Subnet name*| Enter *default* in the first input field, then select the checkbox next to the name you just entered. If another row exists, select it to delete it. |
107
+
|*Subnet name*| Enter *default*for the Subnet name in the first input field. Then, select the checkbox next to the name you just entered. If another row exists, select it to delete it. |
108
108
|*Address range*| In the empty input field, enter `172.16.1.0/24` to give the subnet 256 IP addresses of space. |
109
109
110
110
1. Select **OK** to save your settings and return to the **Create a virtual machine** pane.
@@ -114,11 +114,11 @@ Azure presents a *wizard* as a series of tabs to walk you through all the config
114
114
115
115
## Finish configuring the VM and create the image
116
116
117
-
On the **Create a virtual machine** pane, the rest of the tabs have reasonable defaults and there's no need to change any of them. You can explore the other tabs if you like. Each field has an **(i)** icon next to it which, if selected, will show a detailed definition of that configuration setting. Reviewing field descriptions is a great way to learn about the settings you can use to configure the VM.
117
+
On the **Create a virtual machine** pane, the rest of the tabs have reasonable defaults and there's no need to change any of them. You can explore the other tabs if you like. Each field has an **(i)** icon next to it which, if selected, shows a detailed definition of that configuration setting. Reviewing field descriptions is a great way to learn about the settings you can use to configure the VM.
118
118
119
-
1. Select **Review + create**. The system will validate your options and display details about the VM being created.
119
+
1. Select **Review + create**. The system validates your options and display details about the VM being created.
120
120
121
-
1. Select **Create** to deploy the VM. The Azure dashboard will show the name of the VM that's being deployed and details about your deployment. Deployment may take several minutes.
121
+
1. Select **Create** to deploy the VM. The Azure dashboard shows the name of the VM that's being deployed and details about your deployment. Deployment might take several minutes.
122
122
123
123
1. After deployment completes, select **Go to resource**. Your virtual machine pane appears.
0 commit comments