Skip to content

Commit 7d5c8fa

Browse files
Updates to ONNX on Azure learning path
1 parent 6d3dda6 commit 7d5c8fa

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

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

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Create an Arm-based Azure VM with Cobalt 100
2+
title: Create an Arm-based Azure Cobalt 100 virtual machine
33
weight: 3
44

55
### FIXED, DO NOT MODIFY
66
layout: learningpathall
77
---
88

9-
## Set up your development environment
9+
## Set up your Arm-based Azure Cobalt 100 virtual machine
1010

1111
There is more than one way to create an Arm-based Cobalt 100 virtual machine:
1212

@@ -23,10 +23,13 @@ While the steps to create this instance are included here for convenience, for f
2323
## Create an Arm-based Azure Virtual Machine
2424

2525

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:
2730

2831
- 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**.
3033
- Choose the image for your virtual machine (for example, Ubuntu Pro 24.04 LTS) and select **Arm64** as the VM architecture.
3134
- 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.
3235

@@ -49,9 +52,11 @@ When you are confident about your selection, click on the **Create** button, and
4952

5053
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.
5154

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.
5355

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.
5560

5661
![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")
5762

0 commit comments

Comments
 (0)