This Week I Learned - Week #274
This Week I Learned - * The Azure Dv3 & Ev3 family of VMs use Hyper-Threading . This is something to note for those concerned with Oracle cloud-licensing. * After a VM is created, you can add or remove a NIC (unless it's the last NIC on the VM) * Managed disks provide better reliability for Availability Sets by ensuring that the disks of VMs in an Availability Set are sufficiently isolated from each other to avoid single points of failure * Microsoft recommends using a separate storage account for each VM in an Availability Set. * Azure uses Live Migration technology to migrate the Virtual Machines from the failing hardware to a healthy physical machine. Live Migration is a VM preserving operation that only pauses the Virtual Machine for a short time. Memory, open files, and network connections are maintained, but performance might be reduced before and/or after the event. In cases where Live Migration cannot be used, the VM...