Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Azure Disk Encryption for VMSS Linux Data Disks

This script demonstrates how to script the CLI from a batch file to encrypt data disks on a Linux VMSS. Although written as a batch file, similar steps can be performed from bash.

Operating environment

Important notes

Be aware this script accesses resources in your current default subscription. To avoid polluting the wrong subscription with these resources, it is suggested to quickly check and make sure the correct subscription is being used:

az account show

More information