Skip to content

Commit 097c381

Browse files
Tweaks
1 parent 4b70400 commit 097c381

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ layout: "learningpathall"
1010

1111
Azure’s Cobalt 100 is Microsoft’s first-generation, in-house Arm-based processor. Built on Arm Neoverse N2, Cobalt 100 is a 64-bit CPU that delivers strong performance and energy efficiency for cloud-native, scale-out Linux workloads such as web and application servers, data analytics, open-source databases, and caching systems. Running at 3.4 GHz, Cobalt 100 allocates a dedicated physical core for each vCPU, which helps ensure consistent and predictable performance.
1212

13-
To learn more, see the Microsoft blog post [Announcing the preview of new Azure virtual machine based on the Azure Cobalt 100 processor](https://techcommunity.microsoft.com/blog/azurecompute/announcing-the-preview-of-new-azure-vms-based-on-the-azure-cobalt-100-processor/4146353).
13+
To learn more, see the Microsoft blog [Announcing the preview of new Azure virtual machine based on the Azure Cobalt 100 processor](https://techcommunity.microsoft.com/blog/azurecompute/announcing-the-preview-of-new-azure-vms-based-on-the-azure-cobalt-100-processor/4146353).
1414

1515
## NGINX
1616

@@ -19,4 +19,4 @@ NGINX is a high-performance open-source web server, reverse proxy, load balancer
1919
There are three main variants of NGINX:
2020
- Open source NGINX: a free and [open-source version available at nginx.org](https://nginx.org)
2121
- NGINX Plus: a [Commercial edition of NGINX](https://www.nginx.com/products/nginx/) with features like dynamic reconfig, active health checks, and monitoring
22-
- NGINX Unit: a lightweight, dynamic application server that complements NGINX. Find out more at the [NGINX website](https://unit.nginx.org/).
22+
- NGINX Unit: a lightweight, dynamic application server that complements NGINX - find out more at the [NGINX website](https://unit.nginx.org/)

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@ There are several ways to create an Arm-based Cobalt 100 virtual machine:
1515

1616
In this section, you will use the Azure portal to create a virtual machine with the Arm-based Azure Cobalt 100 processor.
1717

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).
18+
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).
1919

20-
While the steps to create this instance are included here for convenience, for further information, see [Deploy a Cobalt 100 virtual machine on Azure Learning Path](/learning-paths/servers-and-cloud-computing/cobalt/).
20+
While the steps to create this instance are included here for convenience, for further information on setting up Cobalt on Azure, see [Deploy a Cobalt 100 virtual machine on Azure Learning Path](/learning-paths/servers-and-cloud-computing/cobalt/).
2121

2222
## Create an Arm-based Azure virtual machine
2323

24-
Creating a virtual machine based on Azure Cobalt 100 is similar to creating any other virtual machine in Azure.
24+
Creating a virtual machine based on Azure Cobalt 100 is similar to creating any other virtual machine on Azure.
2525

2626
To get started, launch the Azure portal and navigate to **Virtual Machines**. Then follow these steps:
2727

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**.
28+
- Select **Create**, then select **Virtual machine** from the drop-down list.
29+
- In the **Basics** tab, fill in information about the instance such as **Virtual machine name** and **Region**.
30+
- Select 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**, select the **D-series v6** family of virtual machines, then select **D4ps_v6**.
3232

3333
![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")
3434

@@ -44,16 +44,16 @@ Now select the **Review + create** tab and review the configuration for your vir
4444

4545
![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")
4646

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

4949
![Azure portal VM creation — Azure Cobalt 100 Arm64 virtual machine (D4ps_v6) alt-text#center](images/instance4.png "Downloading private key and creating resources")
5050

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.
51+
Your virtual machine should soon be ready and start running. You can SSH into the virtual machine using the private key and the **Public IP** details.
5252

5353
![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")
5454

5555
{{% notice Note %}}
5656

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).
57+
To find out more about Arm-based virtual machines on Azure, see “Getting Started with Microsoft Azure” in [Get started with Arm-based cloud instances](/learning-paths/servers-and-cloud-computing/csp/azure).
5858

5959
{{% /notice %}}

0 commit comments

Comments
 (0)