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/golang-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
@@ -6,7 +6,7 @@ minutes_to_complete: 30
6
6
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.
7
7
8
8
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
10
10
- Deploy Golang on an Arm64-based virtual machine running Ubuntu Pro 24.04 LTS
11
11
- Perform Golang baseline testing and benchmarking on both x86_64 and Arm64 virtual machines
Copy file name to clipboardExpand all lines: content/learning-paths/servers-and-cloud-computing/golang-on-azure/create-instance.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
-
title: Create Azure Cobalt 100 Arm64 VM for Golang Deployment
2
+
title: Create Azure Cobalt 100 Arm64 VM for Golang deployment
3
3
weight: 3
4
4
### FIXED, DO NOT MODIFY
5
5
layout: learningpathall
6
6
---
7
7
8
8
## Prerequisites and setup overview
9
9
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:
11
11
12
12
- The Azure Portal
13
13
- The Azure CLI
@@ -35,7 +35,7 @@ Follow these steps:
35
35
36
36
- In **Size**, select **See all sizes**, choose the **Dpsv6** series, then select **D4ps_v6**.
37
37
38
-

38
+

39
39
40
40
- 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).
41
41
@@ -45,18 +45,18 @@ Follow these steps:
45
45
46
46
- In **Inbound port rules**, select **HTTP (80)** and **SSH (22)**.
47
47
48
-

48
+

49
49
50
50
- Select **Review + create** and review your configuration. It should look similar to:
51
51
52
-

52
+

53
53
54
54
When you’re ready, select **Create**, then **Download private key and create resources**.
55
55
56
-

56
+

57
57
58
58
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.
59
59
60
-

60
+

61
61
62
62
{{% 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 %}}
0 commit comments