Category: Azure Active Directory
-
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…
-
Automate Azure Resource Group deployment with Azure PowerShell.

I developed the following PowerShell function to automate the creation and removal of Azure Resource Groups based on Azure AD Group membership in a Demo Azure subscription. The script is deployed as a Runbook in an Azure Automation account and scheduled to run once a day. As new users are added to a designated Azure Active Directory security…