Category Azure

Virtual Machine Sizes in AZURE

Virtual Machine Sizes in AZURE

In this article, we are going to discuss Virtual Machine Sizes in AZURE. How we can use Azure CLI to get these details. To find out available VM sizes in a specific location using cli via commands az vm list-sizes…

How to setup ASR in AZURE

How to setup ASR in Azure

ASR service in AZURE provides business continuity and disaster recovery solution by keeping business apps up and running, during scheduled or unscheduled breakdowns. ASR manages disaster recovery of on-premises machines and Azure virtual machines, including replication, failover, and recovery. We…

How to expand striped volume in azure linux VM

striped volume in azure linux VM

Before increase the size of a striped logical volume, it must have enough free space on the underlying physical volumes that make up the volume group to support the stripe. Let’s see how to expand stripped volume in Azure Linux…

How to Resize VM in AZURE

How to Resize VM in AZURE

Azure Virtual Machines (VM) is on-demand, scalable, computing resources provided by Microsoft Azure as IAAS. Most of the cloud service providers like AWS and Google provide IAAS related to meet infrastructure demands. Virtual Machine is needed to have more control…