Automate Disk initialization on VM with Azure Desired State Configuration

A common scenario is that Azure VMs are being provisioned with some extra disks attached, those disks then needs to be initialized before use. Doing that for more than one server becomes time consuming so it needs to be automated. I recently ran across this need again and recall solving it with DSC, of course … Read more

PowerShell 1.0 and ARM – Tenants and Subscriptions

In my previous post you got intro to getting started with Power Shell 1.0 and Azure Resource Manager (ARM) Also take a look at this post by @s_lapointe In this post I hope to inspire you to continue with it. Authenticate with Multiple Tenants! The Solution is: Login-AzureRmAccount -SubscriptionId “subscription you want to manage” Before … Read more