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/nginx-on-azure/_index.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
@@ -7,7 +7,7 @@ cascade:
7
7
8
8
minutes_to_complete: 30
9
9
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.
11
11
12
12
learning_objectives:
13
13
- Create an Arm64 virtual machine on Azure Cobalt 100 (Dpsv6) using the Azure console with Ubuntu Pro 24.04 LTS as the base image
Copy file name to clipboardExpand all lines: content/learning-paths/servers-and-cloud-computing/nginx-on-azure/instance.md
+29-20Lines changed: 29 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,44 +7,53 @@ layout: learningpathall
7
7
---
8
8
## Introduction
9
9
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:
11
11
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).
13
19
14
20
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/).
15
21
16
22
## Create an Arm-based Azure virtual machine
17
23
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:
19
27
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**.
24
32
25
-

33
+

26
34
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.
31
40
32
-

41
+

33
42
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:
35
44
36
-

45
+

37
46
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**.
39
48
40
-

49
+

41
50
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.
43
52
44
-

53
+

45
54
46
55
{{% notice Note %}}
47
56
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).
0 commit comments