Category: Azure Key Vault
-
Automate Azure VM Deployment and Disk Encryption using PowerShell and ARM Templates..
PowerShell helps me better understand the internal workings of complex Cloud based operations that in many instances have a lot of moving parts. Better understanding helps determine ways to automate these operations that could otherwise take much time and repetition to accomplish.I developed the following Deploy-ManagedEncryptedLinuxVM PowerShell function to automate the provisioning, installation of LAMP…
-
PowerShell Function Concurrently Starts up/Shuts down Multiple Azure Resource Manager VMs.
One of the more relevant and cost saving tasks when working in Azure Cloud is fast and efficient shutdown and startup of virtual machines. Some of the options available could be to : a) Iterate through a csv list of VMs or Resource Group of VMs and serially shutdown or startup the VMs. This can…