Skip to content

Commit 17b7571

Browse files
Add description to _index.md for clarity on deploying Golang on Azure Cobalt 100
1 parent 265ef29 commit 17b7571

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ minutes_to_complete: 30
66
who_is_this_for: This is an introductory guide for software developers, DevOps engineers, and cloud architects looking to migrate their Golang (Go) applications from x86_64 to high-performance Arm-based Azure Cobalt 100 virtual machines for improved cost efficiency and performance.
77

88
learning_objectives:
9-
- Provision an Azure Arm64 virtual machine using Azure console, with Ubuntu Pro 24.04 LTS as the base image
9+
- Provision an Azure Arm64 virtual machine using the Azure portal, with Ubuntu Pro 24.04 LTS as the base image
1010
- Deploy Golang on an Arm64-based virtual machine running Ubuntu Pro 24.04 LTS
1111
- Perform Golang baseline testing and benchmarking on both x86_64 and Arm64 virtual machines
1212

content/learning-paths/servers-and-cloud-computing/golang-on-azure/benchmarking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Benchmarking using go test -bench
2+
title: Benchmark using go test -bench
33
weight: 6
44

55
### FIXED, DO NOT MODIFY

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: Create Azure Cobalt 100 Arm64 VM for Golang Deployment
2+
title: Create Azure Cobalt 100 Arm64 VM for Golang deployment
33
weight: 3
44
### FIXED, DO NOT MODIFY
55
layout: learningpathall
66
---
77

88
## Prerequisites and setup overview
99

10-
There are several ways to create an Arm-based Cobalt 100 virtual machine:
10+
There is more than one way to create an Arm-based Cobalt 100 virtual machine, and you can use any of the following:
1111

1212
- The Azure Portal
1313
- The Azure CLI
@@ -35,7 +35,7 @@ Follow these steps:
3535

3636
- In **Size**, select **See all sizes**, choose the **Dpsv6** series, then select **D4ps_v6**.
3737

38-
![Azure portal VM creation Azure Cobalt 100 Arm64 virtual machine (D4ps_v6) alt-text#center](images/instance.png "Select the Dpsv6 series and D4ps_v6")
38+
![Azure portal VM creation - Azure Cobalt 100 Arm64 virtual machine (D4ps_v6) alt-text#center](images/instance.png "Select the Dpsv6 series and D4ps_v6")
3939

4040
- Under **Authentication type**, choose **SSH public key**. Azure can generate a key pair and store it for future use. For **SSH key type**, **ED25519** is recommended (RSA is also supported).
4141

@@ -45,18 +45,18 @@ Follow these steps:
4545

4646
- In **Inbound port rules**, select **HTTP (80)** and **SSH (22)**.
4747

48-
![Azure portal VM creation Azure Cobalt 100 Arm64 virtual machine (D4ps_v6) alt-text#center](images/instance1.png "Allow inbound port rules")
48+
![Azure portal VM creation - Azure Cobalt 100 Arm64 virtual machine (D4ps_v6) alt-text#center](images/instance1.png "Allow inbound port rules")
4949

5050
- Select **Review + create** and review your configuration. It should look similar to:
5151

52-
![Azure portal VM creation Azure Cobalt 100 Arm64 virtual machine (D4ps_v6) alt-text#center](images/ubuntu-pro.png "Review and create an Arm64 VM on Cobalt 100")
52+
![Azure portal VM creation - Azure Cobalt 100 Arm64 virtual machine (D4ps_v6) alt-text#center](images/ubuntu-pro.png "Review and create an Arm64 VM on Cobalt 100")
5353

5454
When you’re ready, select **Create**, then **Download private key and create resources**.
5555

56-
![Azure portal VM creation Azure Cobalt 100 Arm64 virtual machine (D4ps_v6) alt-text#center](images/instance4.png "Download private key and create resources")
56+
![Azure portal VM creation - Azure Cobalt 100 Arm64 virtual machine (D4ps_v6) alt-text#center](images/instance4.png "Download private key and create resources")
5757

5858
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.
5959

60-
![Azure portal VM creation Azure Cobalt 100 Arm64 virtual machine (D4ps_v6) alt-text#center](images/final-vm.png "VM deployment confirmation in the Azure portal")
60+
![Azure portal VM creation - Azure Cobalt 100 Arm64 virtual machine (D4ps_v6) alt-text#center](images/final-vm.png "VM deployment confirmation in the Azure portal")
6161

6262
{{% notice Note %}}To learn more about Arm-based virtual machines on Azure, see the section *Getting Started with Microsoft Azure* within the Learning Path [Get started with Arm-based cloud instances](/learning-paths/servers-and-cloud-computing/csp/azure).{{% /notice %}}

content/learning-paths/servers-and-cloud-computing/golang-on-azure/deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Install and Configure Golang on Azure Cobalt 100 Arm64
2+
title: Install and configure Golang on Azure Cobalt 100 Arm64
33
weight: 4
44

55
### FIXED, DO NOT MODIFY

0 commit comments

Comments
 (0)