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/backgroud.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ layout: "learningpathall"
10
10
11
11
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.
12
12
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).
14
14
15
15
## NGINX
16
16
@@ -19,4 +19,4 @@ NGINX is a high-performance open-source web server, reverse proxy, load balancer
19
19
There are three main variants of NGINX:
20
20
- Open source NGINX: a free and [open-source version available at nginx.org](https://nginx.org)
21
21
- 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/)
Copy file name to clipboardExpand all lines: content/learning-paths/servers-and-cloud-computing/nginx-on-azure/instance.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,20 +15,20 @@ There are several ways to create an Arm-based Cobalt 100 virtual machine:
15
15
16
16
In this section, you will use the Azure portal to create a virtual machine with the Arm-based Azure Cobalt 100 processor.
17
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).
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).
19
19
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/).
21
21
22
22
## Create an Arm-based Azure virtual machine
23
23
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.
25
25
26
26
To get started, launch the Azure portal and navigate to **Virtual Machines**. Then follow these steps:
27
27
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**.
32
32
33
33

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

46
46
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**.
48
48
49
49

50
50
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.
52
52
53
53

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