Use the Azure portal to create a virtual machine (VM) with an x64 processor architecture. This VM acts as your simulated on-premises x64 MySQL server.
To create an Azure virtual machine:
Select D4ads_v6 from the D-Series v6 x64 family
Azure can generate an SSH key pair for you and lets you save it for future use.
RSA offers better security with keys longer than 3072 bits.
Configure inbound port rules for HTTP and 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 virtual machines in Azure, see “Getting Started with Microsoft Azure” in Get started with cloud instances .
You’ve now created an Azure x64 virtual machine running Ubuntu 24.04 LTS with SSH authentication configured. The virtual machine is now ready to act as your simulated on-premises environment for this Learning Path.
Next, you will prepare this environment by installing MySQL and loading a sample database for migration.