Introduction
Overview of Azure Cobalt 100 and MinIO
Create an Azure Cobalt 100 virtual machine
Open MinIO ports in the Azure Network Security Group
Install and configure MinIO on Azure Cobalt 100
Benchmark MinIO storage performance on Azure Cobalt 100
Use MinIO for AI/ML Dataset and Model Storage
Next Steps
There are several common ways to create an Arm-based Cobalt 100 virtual machine, and you can choose the method that best fits your workflow or requirements:
In this section, you will use the Azure Portal to create a virtual machine with the Arm-based Azure Cobalt 100 processor.
The steps below use a general-purpose virtual machine from the Dpsv6 series. For more information, see the Microsoft Azure guide for the Dpsv6 size series .
While the steps to create this instance are included here for convenience, you can also refer to Deploy a Cobalt 100 Virtual Machine on Azure for more information.
Creating a virtual machine based on Azure Cobalt 100 is no different to creating any other virtual machine in Azure. To create an Azure virtual machine:
Select D4ps_v6 from the D-Series v6 family
Azure generates an SSH key pair for you and lets you save it for future use. This method is fast, secure, and easy for connecting to your virtual machine.
Azure sets the source to Any by default, which allows SSH connections from the entire internet. After creating the VM, update the SSH inbound rule in the Network Security Group to restrict the source to your own IP address.
Configure inbound port rules for SSH access
Review VM configuration before creation
Download SSH key and create the virtual machine
Your virtual machine should be ready and running in a few minutes. You can SSH into the virtual machine using the private key, along with the public IP details.
Successful VM deployment confirmation
To learn more about Arm-based virtual machine in Azure, see “Getting Started with Microsoft Azure” in Get started with Arm-based cloud instances .
You’ve successfully:
Your Azure Cobalt 100 virtual machine is now ready. Next, you will install MinIO to set up S3-compatible object storage and begin storing and managing data on the virtual machine.