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: content/learning-paths/servers-and-cloud-computing/cobalt/1-create-cobalt-vm.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,17 +20,17 @@ To create a Cobalt 100 VM, follow these steps:
20
20
21
21
1. Sign in to the [Azure Portal](https://portal.azure.com/).
22
22
2. Select **Create a resource → Compute → Virtual machine**.
23
-
3. Complete the fields in the **Basics** tab with the values shown in the figure below:
23
+
3. Complete the fields in the **Basics** tab using the values shown in the figure below:
24
24
25
25

26
26
27
-
Cobalt 100 powers the Dpsv6-series. Selecting **Standard_D4ps_v6** creates a Cobalt VM with four physical cores.
27
+
Cobalt 100 powers the Dpsv6 and Dplsv6 series. Selecting **Standard_D4ps_v6** creates a Cobalt VM with four physical cores.
28
28
You can choose a different size if you need more or fewer cores.
29
29
4. Upload your public SSH key or generate a new one in the wizard.
30
30
5. For the **Public inbound ports** field, select **None**.
31
31
6. On the **Disks** tab, accept the default options.
32
32
7. On the **Networking** tab, ensure that a **Public IP** is selected. You will need it to connect to the VM later. Leave the NSG settings as **Basic**.
33
33
34
-
8. Select **Review + create**, then **Create**. Azure now deploys the VM and the automatically-generated Network Security Group (NSG). Provisioning takes ~2 minutes.
34
+
8. Select **Review + create**, then **Create**. Azure deploys the VM and the automatically-generated Network Security Group (NSG). Provisioning takes ~2 minutes.
35
35
36
-
9. Navigate to the **Deployment in progress** pane or open the **Notifications** panel to track progress. When the deployment succeeds, proceed to the next step to expose an inbound port.
36
+
9. Navigate to the **Deployment in progress** pane or open the **Notifications** panel to track progress. When the deployment completes, proceed to the next step to expose an inbound port.
Copy file name to clipboardExpand all lines: content/learning-paths/servers-and-cloud-computing/cobalt/3-verify-connectivity.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,7 @@ layout: learningpathall
8
8
9
9
## Connect over SSH and test the open port
10
10
11
-
1. On the **Overview** page of the VM, copy the **Public IP address**.
12
-
2. Open a terminal on your local machine and SSH to the VM (replace *azureuser* if you chose a different admin username):
11
+
On the **Overview** page of the VM, copy the **Public IP address**. Open a terminal on your local machine, and SSH to the VM (replace *azureuser* if you chose a different admin username):
13
12
14
13
```bash
15
14
ssh -i [path to your pem file] azureuser@[public IP]
0 commit comments