How to restore Azure Virtual Machines from snapshots In this article, I am going to share step by step instructions for how to restore Azure Virtual Machines from snapshots. This will be a high-level step-by-step procedure on how to restore azure virtual machines from snapshots. But it will have complete steps. Recovery of Virtual Machine …
How to Create Linux Virtual Machine in Microsoft Azure with CLI In this article, I will discuss virtual machines. What are virtual machines? Why they are important? Different types of virtual machines and how to create Linux Virtual Machine in Microsoft Azure with CLI Cloud Infrastructure. So let us explore first what is Virtual Machine. …
How to Install AZURE CLI in Linux Technology keeps evolving and we all know we are in the era of clouds. Many major players in cloud technology like AWS, Azure, and Google with many other names in it. Azure CLI is just a command-line interface provided by Microsoft Azure. All are providing GUI based platforms …
Are you getting Azure Site Recovery Critical Notification: virtual machine health is in critical state in asr in your environment? Are you using Standard disk and ASR in Conjunction means blob disk is in use. It may be because of the slow speed of blob storage and no BlobOpsTimeout is set in ASR configuration. In …
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 command. The sample truncated output is as below. # az vm list-sizes -location eastus -output …
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 are going to discuss here how to setup asr in Azure by replicating it to …
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 VM. For instance, if you have a two-way striped VG, adding a single physical volume …
Based on usages we may often need to expand the file systems to accommodate various application demands. Whenever your virtual machine is hosted in Azure or any other IAAS cloud services. As per their offerings, virtual machines come with restrictions on that the number of luns can be associated with a specific virtual machine type. …
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 over the computing environment. Azure VM gives you the flexibility of virtualization without maintaining a …
how to fix swap issues in azure vm Red Hat Linux virtual machine gets build in azure either via portal or via some kind of automation (using script ) to avoid any manual mistakes .But due to any possible reason if swap is either not configured properly or you have requirement to update swap configuration …