How to set my default Azure Subscription

When using the Azure PowerShell module with multiple Azure Subscriptions it can be a challenge to keep track of which subscription you are using. Luckily there is a cmdlet that lets you set the current subscription and even identify a default for all future sessions. You will need the subscriptio... [More]

My vNext Release fails with SSL error

Problem: I am trying to deploy using Release Management vNext pipeline and I receive the following error: Connecting to remote server MyServer failed with the following error message : The server certificate on the destination computer (MyServer:5986) has the following errors:    ... [More]

Never forget -Verbose again

Working with DSC I am constantly having to type –Verbose on my Start-DscConfiguration calls.  However, I stumbled across this cool feature of PowerShell that I thought I would share that will set the –Verbose switch on all your calls for you. PowerShell has a collection of Preferen... [More]

Trigger a vNext Release from team build

Using Release Management you can implement true Continuous Delivery.  With the latest update of Release Management you can trigger a release via a REST api call to Release Management.  In this post I will share the script and build definition I used to trigger the release and how to use th... [More]