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/8-summary.yml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -18,10 +18,10 @@ quiz:
18
18
choices:
19
19
- content: "HTTPS"
20
20
isCorrect: false
21
-
explanation: "The remote-desktop connection does not use the HTTPS protocol."
21
+
explanation: "The remote-desktop connection doesn't use the HTTPS protocol."
22
22
- content: "SSH (22)"
23
23
isCorrect: false
24
-
explanation: "The remote-desktop connection does not use SSH."
24
+
explanation: "The remote-desktop connection doesn't use SSH."
25
25
- content: "RDP (3389)"
26
26
isCorrect: true
27
27
explanation: "The Remote Desktop Protocol (RDP) uses port 3389 by default, so this port is the standard port you would open if you wanted to use an RDP client to administer your Windows virtual machines."
@@ -32,18 +32,18 @@ quiz:
32
32
explanation: "You can store data files on the OS disk; however, you may want to optimize that disk for OS performance by selecting a Premium SSD type, which could be an expensive way to store your data."
33
33
- content: "Temporary disk (D:)"
34
34
isCorrect: false
35
-
explanation: "The temporary disk is not persistent. You should not write important data to this disk."
35
+
explanation: "The temporary disk isn't persistent. You shouldn't write important data to this disk."
36
36
- content: "Attached data disk"
37
37
isCorrect: true
38
38
explanation: "Dedicated data disks are considered the best place to store application data files. They can be larger than OS disks and you can optimize them for the cost and performance characteristics appropriate for your data."
39
39
- content: "What is the final rule that is applied in every Network Security Group?"
40
40
choices:
41
41
- content: "Allow All"
42
42
isCorrect: false
43
-
explanation: "This could allow unwanted traffic to gain access if your rules are not configured correctly."
43
+
explanation: "This could allow unwanted traffic to gain access if your rules aren't configured correctly."
44
44
- content: "Deny All"
45
45
isCorrect: true
46
46
explanation: "This is a safe choice. It blocks all traffic that you don't specifically allow."
47
47
- content: "You configure the final rule to your needs."
48
48
isCorrect: false
49
-
explanation: "The final rule is added automatically when the security group is created, and you cannot change it."
49
+
explanation: "The final rule is added automatically when the security group is created, and you can't change it."
Copy file name to clipboardExpand all lines: learn-pr/azure/create-windows-virtual-machine-in-azure/includes/2-create-a-windows-virtual-machine.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ By default, two virtual hard disks (VHDs) will be created for your Windows VM:
72
72
1.**A Temporary disk**: This provides temporary storage for the OS or any apps. It's configured as the D: drive by default and is sized based on the VM size, making it an ideal location for the Windows paging file.
73
73
74
74
> [!WARNING]
75
-
> The temporary disk is not persistent. You should only write data to this disk that you're willing to lose at any time.
75
+
> The temporary disk isn't persistent. You should only write data to this disk that you're willing to lose at any time.
Copy file name to clipboardExpand all lines: learn-pr/azure/create-windows-virtual-machine-in-azure/includes/5-exercise-connect-to-a-windows-vm-using-rdp.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ To connect to an Azure VM with an RDP client, you'll need:
17
17
- Public IP address of the VM (or private if the VM is configured to connect to your network)
18
18
- Port number
19
19
20
-
You can enter this information into the RDP client, or download a pre-configured**RDP** file.
20
+
You can enter this information into the RDP client, or download a preconfigured**RDP** file.
21
21
22
22
> [!NOTE]
23
23
> An **RDP** file is a text file that contains a set of name/value pairs that define the connection parameters for an RDP client to connect to a remote computer using the Remote Desktop Protocol.
@@ -82,7 +82,7 @@ We have two approaches we can use to install software. First, this VM is connect
82
82
83
83
With access to your local drive, you can copy the files for the custom software onto the VM and install the software. We won't actually do that because it's just a simulated scenario, but you can imagine how it would work.
84
84
85
-
The more interesting thing to observe in the list of drives is what is *missing*. Notice that our **Data** drive is not present. Azure added a VHD, but didn't initialize it.
85
+
The more interesting thing to observe in the list of drives is what is *missing*. Notice that our **Data** drive isn't present. Azure added a VHD, but didn't initialize it.
0 commit comments