cloudly.hashnode.devCreating and Configuring a Virtual Machine Scale SetAzure Virtual Machine Scale Sets (VMSS) is a highly scalable compute service that enables the deployment, management, and automatic scaling of a collection of identical, load balanced Virtual Machines (VMs). VMSS supports dynamic adjustment of the nu...Aug 4, 2024·3 min read
cloudly.hashnode.devAttaching a managed data disk to a Windows VM using the Azure Portal.Optimizing storage for Azure Virtual Machines (VMs) is critical for performance, scalability, and cost efficiency. Managed disks simplify disk management by handling storage accounts automatically, ensuring high availability and redundancy. In this g...Jul 26, 2024·2 min read
cloudly.hashnode.devCreate a Linux virtual machine in the Azure portalIntroduction Microsoft Azure provides a powerful cloud platform for deploying virtual machines (VMs) running Linux distributions. Whether you're setting up a development environment, hosting a web server, or running automated scripts, creating a Linu...Jul 21, 2024·4 min read
cloudly.hashnode.devUnderstanding Virtual Machines and the Power of VirtualisationIntroduction In modern computing, virtualisation has revolutionised how we use hardware resources, enabling greater efficiency, scalability, and flexibility. At the heart of this technology lies the Virtual Machine (VM), an emulation of a physical co...Jul 4, 2024·4 min read
cloudly.hashnode.devHow to Create and Connect to a Windows Virtual Machine using the Azure portalVirtual Machine is one of Azure’s compute service offerings which are scalable and flexible in running virtualised instances of various operating systems in the cloud. Today we will walk through the process of creating a windows 11 virtual machine (V...Jul 4, 2024·3 min read