This Week I Learned - Week #7 2023
This Week I Learned - * Migrate application workloads written in full .NET Framework, which requires running in Windows containers to .NET Standard . Migrated workloads will run in Linux containers with a smaller footprint in terms of a container image and hence provide better density. This decreases the number of agent nodes required to host and run applications. * Azure shared disks is a feature for Azure managed disks that allow you to attach a managed disk to multiple virtual machines (VMs) simultaneously . * You can attach an SSD persistent disk in multi-writer mode to up to two N2 virtual machine (VM) instances simultaneously so that both VMs can read and write to the disk. Persistent disks in multi-writer mode support a subset of SCSI-3 Persistent Reservations (SCSI PR) commands. You can attach a non-boot persistent disk to more than one VM in read-only mode , which lets you share static data between multiple VMs. Sharing static data betw...