Skip to content

Commit e5e3083

Browse files
Edited
1 parent 8ac8a26 commit e5e3083

File tree

2 files changed

+30
-21
lines changed

2 files changed

+30
-21
lines changed

content/learning-paths/servers-and-cloud-computing/nginx-on-azure/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cascade:
77

88
minutes_to_complete: 30
99

10-
who_is_this_for: This is an introductory topic for system administrators and developers to learn how to deploy and benchmark NGINX on Microsoft Azure Cobalt 100 Arm-based instances.
10+
who_is_this_for: This is an introductory topic for system administrators and developers who want to learn how to deploy and benchmark NGINX on Microsoft Azure Cobalt 100 Arm-based instances.
1111

1212
learning_objectives:
1313
- Create an Arm64 virtual machine on Azure Cobalt 100 (Dpsv6) using the Azure console with Ubuntu Pro 24.04 LTS as the base image

content/learning-paths/servers-and-cloud-computing/nginx-on-azure/instance.md

Lines changed: 29 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7,44 +7,53 @@ layout: learningpathall
77
---
88
## Introduction
99

10-
There are several ways to create an Arm-based Cobalt 100 virtual machine: the Microsoft Azure portal, the Azure CLI, or your preferred infrastructure as code (IaC) tool. In this section, you use the Azure portal to create a virtual machine with the Arm-based Azure Cobalt 100 processor.
10+
There are several ways to create an Arm-based Cobalt 100 virtual machine, and here are three:
1111

12-
This Learning Path focuses on the general-purpose virtual machines in the D-series. For further information, see the Microsoft Azure guide for the [Dpsv6 size series](https://learn.microsoft.com/en-us/azure/virtual-machines/sizes/general-purpose/dpsv6-series).
12+
- The Microsoft Azure portal
13+
- The Azure CLI
14+
- Your preferred infrastructure as code (IaC) tool
15+
16+
In this section, you will use the Azure portal to create a virtual machine with the Arm-based Azure Cobalt 100 processor.
17+
18+
This Learning Path focuses on the general-purpose virtual machines in the D-series. For further information on the varying specifications of instances, see the Microsoft Azure guide for the [Dpsv6 size series](https://learn.microsoft.com/en-us/azure/virtual-machines/sizes/general-purpose/dpsv6-series).
1319

1420
While the steps to create this instance are included here for convenience, you can also refer to the [Deploy a Cobalt 100 virtual machine on Azure Learning Path](/learning-paths/servers-and-cloud-computing/cobalt/).
1521

1622
## Create an Arm-based Azure virtual machine
1723

18-
Creating a virtual machine based on Azure Cobalt 100 is similar to creating any other virtual machine in Azure. To create an Azure virtual machine, launch the Azure portal and navigate to **Virtual Machines**
24+
Creating a virtual machine based on Azure Cobalt 100 is similar to creating any other virtual machine in Azure.
25+
26+
To create the Azure virtual machine, launch the Azure portal and navigate to **Virtual Machines**. Then follow these steps:
1927

20-
- Select **Create**, then choose **Virtual machine** from the drop-down list
21-
- In the **Basics** tab, fill in instance details such as **Virtual machine name** and **Region**
22-
- Choose the image for your virtual machine (for example, Ubuntu Pro 24.04 LTS) and select **Arm64** as the VM architecture
23-
- In the **Size** field, select **See all sizes**, choose the **D-series v6** family of virtual machines, then select **D4ps_v6**
28+
- Select **Create**, then choose **Virtual machine** from the drop-down list.
29+
- In the **Basics** tab, fill in instance details such as **Virtual machine name** and **Region**.
30+
- Choose the image for your virtual machine (for example, Ubuntu Pro 24.04 LTS) and select **Arm64** as the VM architecture.
31+
- In the **Size** field, select **See all sizes**, choose the **D-series v6** family of virtual machines, then select **D4ps_v6**.
2432

25-
![Azure portal VM creation — Azure Cobalt 100 Arm64 virtual machine (D4ps_v6) alt-text#center](images/instance.png "Figure 1: Select the D-series v6 family of virtual machines")
33+
![Azure portal VM creation — Azure Cobalt 100 Arm64 virtual machine (D4ps_v6) alt-text#center](images/instance.png "Selecting the D-series v6 family of virtual machines")
2634

27-
Now select **SSH public key** as the authentication type. Azure can generate an SSH key pair for you and store it for future use. It is a fast, simple, and secure way to connect to your virtual machine
28-
Enter the **Administrator username** for your VM
29-
Select **Generate new key pair**, then select **RSA SSH format** as the SSH key type. RSA can offer better security with keys longer than 3072 bits. Give a **Key pair name** to your SSH key
30-
In **Inbound port rules**, select **HTTP (80)** and **SSH (22)** as the inbound ports. The default port for NGINX when handling standard web traffic (HTTP) is 80
35+
- Now select **SSH public key** as the authentication type. Azure can generate an SSH key pair for you and store it for future use. It is a fast, simple, and secure way to connect to your virtual machine.
36+
- Enter the **Administrator username** for your VM.
37+
- Select **Generate new key pair**, then select **RSA SSH format** as the SSH key type. RSA can offer better security with keys longer than 3072 bits.
38+
- Give a **Key pair name** to your SSH key.
39+
- In **Inbound port rules**, select **HTTP (80)** and **SSH (22)** as the inbound ports. The default port for NGINX when handling standard web traffic (HTTP) is 80.
3140

32-
![Azure portal VM creation — Azure Cobalt 100 Arm64 virtual machine (D4ps_v6) alt-text#center](images/instance1.png "Figure 2: Allow inbound port rules")
41+
![Azure portal VM creation — Azure Cobalt 100 Arm64 virtual machine (D4ps_v6) alt-text#center](images/instance1.png "Allowing inbound port rules")
3342

34-
Select the **Review + create** tab and review the configuration for your virtual machine. It should look like the following
43+
Now select the **Review + create** tab and review the configuration for your virtual machine. It should look like the following:
3544

36-
![Azure portal VM creation — Azure Cobalt 100 Arm64 virtual machine (D4ps_v6) alt-text#center](images/ubuntu-pro.png "Figure 3: Review and create an Azure Cobalt 100 Arm64 VM")
45+
![Azure portal VM creation — Azure Cobalt 100 Arm64 virtual machine (D4ps_v6) alt-text#center](images/ubuntu-pro.png "Reviewing and creating an Azure Cobalt 100 Arm64 VM")
3746

38-
When you are confident about your selection, select **Create**, then select **Download private key and create resources**
47+
When you are confident about your selection, select **Create**, then **Download private key and create resources**.
3948

40-
![Azure portal VM creation — Azure Cobalt 100 Arm64 virtual machine (D4ps_v6) alt-text#center](images/instance4.png "Figure 4: Download private key and create resources")
49+
![Azure portal VM creation — Azure Cobalt 100 Arm64 virtual machine (D4ps_v6) alt-text#center](images/instance4.png "Downloading private key and creating resources")
4150

42-
Your virtual machine should be ready and running shortly. You can SSH into the virtual machine using the private key and the **Public IP** details
51+
Your virtual machine should be ready and running shortly. You can SSH into the virtual machine using the private key and the **Public IP** details.
4352

44-
![Azure portal VM creation — Azure Cobalt 100 Arm64 virtual machine (D4ps_v6) alt-text#center](images/final-vm.png "Figure 5: VM deployment confirmation in Azure portal")
53+
![Azure portal VM creation — Azure Cobalt 100 Arm64 virtual machine (D4ps_v6) alt-text#center](images/final-vm.png "VM deployment confirmation in Azure portal")
4554

4655
{{% notice Note %}}
4756

48-
To learn more about Arm-based virtual machines in Azure, see “Getting Started with Microsoft Azure” in [Get started with Arm-based cloud instances](/learning-paths/servers-and-cloud-computing/csp/azure).
57+
To find out more about Arm-based virtual machines in Azure, see “Getting Started with Microsoft Azure” in [Get started with Arm-based cloud instances](/learning-paths/servers-and-cloud-computing/csp/azure).
4958

5059
{{% /notice %}}

0 commit comments

Comments
 (0)