Disk encryption is a basic data protection method for physical & virtual hard disks. It falls under physical data security and it prevents data breaches from stolen hard disks (physical & virtual). By using Azure Disk Encryption, we can encrypt disks within the guest VM. If the guest VM is running Windows OS, Azure Disk Encryption will use BitLocker. If the guest VM is running Linux, it…
If you worked with an application that is based on Windows Server Failover Cluster (WSFC), you may already know that sometimes we have to share virtual disks between servers. Scale-Out File Servers (SoFS), SAP, Remote Desktop Server User Profile Disk, Failover cluster instance (FCI) with SQL Server are some of the examples. If virtual machines are running on VMware, we can do this by enabling…
This is last part of my blog post series which is covering Azure CLI 2.0 functions. If you didn’t read part 01 yet please read it before start on this. You can find it on http://www.rebeladmin.com/2017/10/step-step-guide-manage-azure-storage-using-azure-cli-2-0-part-01/
In my demo setup, I have two VM running. One is created using Azure Managed disks. In part 01 I explained how to add…
This is another part of my blog post series which was covering Azure CLI 2.0 functions. If you not read those yet you can find it with following links.
Step-by-step guide to start with azure cli 2.0 – http://www.rebeladmin.com/2017/08/step-step-guide-start-azure-cli-2-0/
Step-by-step guide to create azure vm using azure cli 2.0 –…