In my previous blog post, I have explained what is Server-Side Encryption (SSE) for Azure Managed Disks. If you didn’t read it yet, please go ahead and read it using this link. In there I have created a new virtual machine with encrypted managed disks. But sometimes we may have to do the same for the existing Azure Managed Disks. In this blog post, I am going to demonstrate how we can…
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 –…