Memory and CPU Reservation in VMware We are going to discuss memory and CPU reservation in VMWare virtual machines. As we all are aware that the main objective of the ESXi hypervisor is the distribution of physical server resources to virtual machines. By default, you can allocate resources but those are not dedicated. ESXi cluster …
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 …