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/onnx-on-azure/create-instance.md
+11-6Lines changed: 11 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
---
2
-
title: Create an Arm-based Azure VM with Cobalt 100
2
+
title: Create an Arm-based Azure Cobalt 100 virtual machine
3
3
weight: 3
4
4
5
5
### FIXED, DO NOT MODIFY
6
6
layout: learningpathall
7
7
---
8
8
9
-
## Set up your development environment
9
+
## Set up your Arm-based Azure Cobalt 100 virtual machine
10
10
11
11
There is more than one way to create an Arm-based Cobalt 100 virtual machine:
12
12
@@ -23,10 +23,13 @@ While the steps to create this instance are included here for convenience, for f
23
23
## Create an Arm-based Azure Virtual Machine
24
24
25
25
26
-
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**.
26
+
27
+
To launch an Arm-based virtual machine on Azure, you will use the Azure portal to create a Linux VM powered by the Cobalt 100 processor. This process is similar to creating any other Azure VM, but you will specifically select the Arm64 architecture and the D-Series v6 (D4ps_v6) size for optimal performance on Arm.
28
+
29
+
Follow these steps to deploy a Linux-based Azure Cobalt 100 VM:
27
30
28
31
- Select **Create**, and click on **Virtual Machine** from the drop-down list.
29
-
- Inside the **Basic** tab, fill in the Instance details such as **Virtual machine name** and **Region**.
32
+
- Inside the **Basic** tab, fill in the instance details such as **Virtual machine name** and **Region**.
30
33
- Choose the image for your virtual machine (for example, Ubuntu Pro 24.04 LTS) and select **Arm64** as the VM architecture.
31
34
- 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.
32
35
@@ -49,9 +52,11 @@ When you are confident about your selection, click on the **Create** button, and
49
52
50
53
Your virtual machine should be ready and running within a few minutes. You can SSH into the virtual machine using the private key, along with the Public IP details.
51
54
52
-
You should see your VM listed as **Running** in the Azure portal. If you have trouble connecting, double-check your SSH key and ensure the correct ports are open. If the VM creation fails, check your Azure quota, region availability, or try a different VM size.
53
55
54
-
Nice work! You have successfully provisioned an Arm-based Azure Cobalt 100 virtual machine. This environment is now ready for ONNX Runtime installation and benchmarking in the next steps.
56
+
You should see your Arm-based Azure Cobalt 100 VM listed as **Running** in the Azure portal. If you have trouble connecting, double-check your SSH key and ensure the correct ports are open. If the VM creation fails, check your Azure quota, region availability, or try a different VM size. For more troubleshooting tips, see the [Deploy a Cobalt 100 virtual machine on Azure Learning Path](/learning-paths/servers-and-cloud-computing/cobalt/).
57
+
58
+
59
+
Nice work! You have successfully provisioned an Arm-based Azure Cobalt 100 virtual machine. This setup is ideal for deploying Linux workloads, running ONNX Runtime, and benchmarking machine learning models on Arm64 infrastructure. You are now ready to continue with ONNX Runtime installation and performance testing in the next steps.
55
60
56
61

0 commit comments