Category: Azure

Azure Virtual Machine – Disk Management

We are going to talk about different aspects of the virtual machine disk management. Disk a separate resource on Azure platform. It incurs the cost even the Virtual Machine is deallocated or in shutdown state. When VM is deallocated state it doesn’t incur compute cost. But data/state are stored on VM disks and it will…

Azure Virtual Machine – Basics

In this article we will discuss about Azure Virtual Machine basics. How to create Virtual Machine on azure. How to access the virtual machine, networking, NSG and virtual machine disks. Will also deploy Window based and Unix based machine. Install web server on those server and try to access from outside. Create Windows Virtual Machine…