Skip to content

Commit bb03034

Browse files
Updates
1 parent 62f4e50 commit bb03034

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

content/learning-paths/servers-and-cloud-computing/cobalt/1-create-cobalt-vm.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ To create a Cobalt 100 VM, follow these steps:
2020

2121
1. Sign in to the [Azure Portal](https://portal.azure.com/).
2222
2. Select **Create a resource → Compute → Virtual machine**.
23-
3. Complete the *Basics* tab:
24-
![Azure Portal – Basics tab for the VM wizard#center](images/create-cobalt-vm.png)
23+
3. Complete the **Basics** tab as shown in the figure below:
24+
![Azure Portal – Basics tab for the VM wizard#center](images/create-cobalt-vm.png "Configuring the Basics tab")
2525
Cobalt 100 powers the Dpsv6-series. Selecting **Standard_D4ps_v6** creates a Cobalt VM with four physical cores. You can select a different size if you need more or fewer cores.
2626
4. Upload your public SSH key or generate a new one in the wizard.
27-
5. Disallow public inbound ports for now.
28-
6. Accept the defaults on the **Disks** tab.
29-
7. On the **Networking** tab ensure that a **Public IP** is selected. You will need it to connect later. Leave the NSG settings as **Basic** for now.
27+
5. For **Public inbound ports**, select **None**.
28+
6. On the **Disks** tab, accept the default options.
29+
7. On the **Networking** tab, ensure that a **Public IP** is selected. You will need it to connect later. Leave the NSG settings as **Basic** for now.
3030

3131
Click **Review + create** followed by **Create**. Azure now deploys the VM and the automatically-generated Network Security Group (NSG). Provisioning takes ~2 minutes.
3232

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Open an inbound port in the Network Security Group
2+
title: Open inbound ports in the Network Security Group
33
weight: 3
44

55
### FIXED, DO NOT MODIFY
@@ -8,16 +8,16 @@ layout: learningpathall
88

99
## Allow external traffic to TCP ports 22 (SSH) and 8080
1010

11-
Every new virtual machine created through the Azure wizard is associated with a **Network Security Group (NSG)**. An NSG acts like a stateful firewall – if no rule explicitly allows traffic, Azure blocks it.
11+
Every new virtual machine created through the Azure wizard is associated with a **Network Security Group (NSG)**. An NSG acts as a stateful firewall – if no rule explicitly allows traffic, Azure blocks it by default.
1212

1313
In this step you will open port 22 for SSH, as well as port 8080 so that a web application running on the VM is reachable from your IP for testing. Substitute a different port if required by your workload, or a different IP range if you'd like broader accessibility.
1414

15-
1. In the Azure Portal open the newly created VM resource and click **Networking → Network settings** in the left nav.
15+
1. In the Azure Portal, open the newly created VM resource and click **Networking → Network settings** in the left nav.
1616
2. Select the **Network security group**.
17-
3. Click on **Create Port Rule** and from the drop-down men select **Inbound port rule**
17+
3. Click on **Create Port Rule** and from the drop-down menu select **Inbound port rule**
1818
4. Fill in the form, specifying **My IP address** as the source and 22 as the destination port:
1919
![Add inbound security rule with source of my IP and destination port 22#center](images/create-nsg-rule.png)
2020
5. Click **Add**.
2121
To open port 8080, follow steps 3 through 5 again, but instead choose port 8080 for the destination port.
2222

23-
You have now opened ports 22 and 8080 to your IP. In the next step you will verify connectivity.
23+
You have now opened ports 22 and 8080 to your IP. In the next step, you will verify connectivity.

content/learning-paths/servers-and-cloud-computing/cobalt/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ minutes_to_complete: 10
66
who_is_this_for: This is an introductory topic for developers and DevOps engineers who want to deploy an Arm-based virtual machine on Azure and expose an application port to the internet.
77

88
learning_objectives:
9-
- Deploy an Arm-based Cobalt 100 virtual machine (VM) on Microsoft Azure.
10-
- Connect to the Cobalt 100 VM using SSH.
11-
- Configure an inbound TCP port in the associated Network Security Group (NSG).
12-
- Verify external connectivity to the newly opened port.
9+
- Deploy an Arm-based Cobalt 100 virtual machine (VM) on Microsoft Azure
10+
- Connect to the Cobalt 100 VM using SSH
11+
- Configure an inbound TCP port in the associated Network Security Group (NSG)
12+
- Verify external connectivity to the newly-opened port
1313

1414
prerequisites:
1515
- A Microsoft Azure subscription with permissions to create virtual machines and networking resources

0 commit comments

Comments
 (0)