To create Virtual Machine in Azure Portal
Click Create VM.
In the create VM page,
Resource group - Select the resource group that is already created.
Virtual machine name - Type any name into field.
Security Type - Click on to Configure security features and disable secure boot option.
Size - Select the size needed, 4cpu/16memory.
Public inbound ports - None or allow it if needed.
License type - Select other.
Click Next: Disks >.
We need to add two data disks one of them will auto detected by OS, and the other one managed using CLI.
Click Create and attach new disk.
Select the Source type as None (empty disk) and Size as per your requirement.
Click Review + create button.
On completion of the VM deployment, it will automatically start the VM.
Follow steps under Connecting to Console