|
1 | 1 | --- |
2 | | -title: Create an Arm based cloud virtual machine using Microsoft Cobalt 100 CPU |
| 2 | +title: "Create an Arm-based Azure VM with Cobalt 100" |
3 | 3 | weight: 3 |
4 | 4 |
|
5 | 5 | ### FIXED, DO NOT MODIFY |
6 | 6 | layout: learningpathall |
7 | 7 | --- |
8 | | - |
9 | 8 | ## Introduction |
10 | 9 |
|
11 | | -There are several ways to create an Arm-based Cobalt 100 virtual machine : the Microsoft Azure console, the Azure CLI tool, or using your choice of IaC (Infrastructure as Code). In this section, you will use the Azure console to create a virtual machine with Arm-based Azure Cobalt 100 Processor. |
| 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. |
| 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 | 13 |
|
13 | | -This learning path focuses on the general-purpose virtual machine of the D series. Please read the guide on [Dpsv6 size series](https://learn.microsoft.com/en-us/azure/virtual-machines/sizes/general-purpose/dpsv6-series) offered by Microsoft Azure. |
| 14 | +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/). |
14 | 15 |
|
15 | | -While the steps to create this instance are included here for your convenience, you can also refer to the [Deploy a Cobalt 100 Virtual Machine on Azure Learning Path](/learning-paths/servers-and-cloud-computing/cobalt/) |
| 16 | +## Create an Arm-based Azure virtual machine |
16 | 17 |
|
17 | | -#### Create an Arm-based Azure Virtual Machine |
| 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** |
18 | 19 |
|
19 | | -Creating a virtual machine based on Azure Cobalt 100 is no different from creating any other virtual machine in Azure. To create an Azure virtual machine, launch the Azure portal and navigate to "Virtual Machines". |
20 | | -1. Select "Create", and click on "Virtual Machine" from the drop-down list. |
21 | | -2. Inside the "Basic" tab, fill in the Instance details such as "Virtual machine name" and "Region". |
22 | | -3. Choose the image for your virtual machine (for example, Ubuntu Pro 24.04 LTS) and select “Arm64” as the VM architecture. |
23 | | -4. In the “Size” field, click on “See all sizes” and select the D-Series v6 family of virtual machines. Select “D4ps_v6” from the list. |
| 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** |
24 | 24 |
|
25 | | - |
| 25 | + |
26 | 26 |
|
27 | | -5. Select "SSH public key" as an Authentication type. Azure will automatically generate an SSH key pair for you and allow you to store it for future use. It is a fast, simple, and secure way to connect to your virtual machine. |
28 | | -6. Fill in the Administrator username for your VM. |
29 | | -7. Select "Generate new key pair", and select "RSA SSH Format" as the SSH Key Type. RSA could offer better security with keys longer than 3072 bits. Give a Key pair name to your SSH key. |
30 | | -8. In the "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. |
| 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 |
31 | 31 |
|
32 | 32 |  |
33 | 33 |
|
34 | | -9. Click on the "Review + Create" tab and review the configuration for your virtual machine. It should look like the following: |
| 34 | +Select the **Review + create** tab and review the configuration for your virtual machine. It should look like the following |
35 | 35 |
|
36 | | - |
| 36 | + |
37 | 37 |
|
38 | | -10. Finally, when you are confident about your selection, click on the "Create" button, and click on the "Download Private key and Create Resources" button. |
| 38 | +When you are confident about your selection, select **Create**, then select **Download private key and create resources** |
39 | 39 |
|
40 | | - |
| 40 | + |
41 | 41 |
|
42 | | -11. Your virtual machine should be ready and running within no time. You can SSH into the virtual machine using the private key, along with the Public IP details. |
| 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 |
43 | 43 |
|
44 | 44 |  |
45 | 45 |
|
46 | 46 | {{% notice Note %}} |
47 | 47 |
|
48 | | -To learn more about Arm-based virtual machine in Azure, refer to “Getting Started with Microsoft Azure” in [Get started with Arm-based cloud instances](/learning-paths/servers-and-cloud-computing/csp/azure). |
| 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). |
49 | 49 |
|
50 | 50 | {{% /notice %}} |
0 commit comments