Azure allows you to attach an additional data disk to a VM for increased storage capacity.
The article provides a step-by-step guide on creating a VM, attaching a data disk, initializing it, and making it usable using RDP on Azure.
To create a VM on Azure, you need to sign in to the Azure Portal, start the VM creation process, configure basic settings like subscription, resource group, VM name, region, image, size, and authentication type.
Networking and storage settings, including Virtual Network, subnet, public IP, NSG, and OS Disk, need to be configured before reviewing and creating the VM.
After creating the VM, you can attach a data disk by navigating to your VM, accessing Disks in the settings, and adding a new data disk of chosen type and size.
To initialize the data disk, connect to the VM via RDP, open Disk Management, initialize the disk, create a new volume, and format the disk with NTFS file system.
Once initialized, the data disk becomes usable and appears as a new drive in This PC for storing files, installing applications, or other tasks.
By following these steps, you can enhance your VM's storage capacity in Azure, supporting your workloads effectively.
The ability to add and manage data disks in Azure VMs is essential for scaling storage needs and optimizing performance in cloud environments.
With Azure, users can easily expand storage capacity by adding more data disks or resizing existing ones, ensuring flexibility and efficiency.