Archive | Azure RSS feed for this section
Azure PowerShell (Preview) version 4.* (preview)

Using the Azure PowerShell (Preview) task in an Azure Pipeline


I wanted an excuse to use the 4.* (preview) version of the task so I could take the Az module out for a spin. My goal was to perform the following steps I would normally perform with a browser and mouse in the Azure Portal: Delete Resource Group if it already exists Create Resource Group […]

Continue reading

Testing your CosmosDB apps locally without actually using Azure


I think you’ll find this implementation of CosmosDB Server for testing your applications locally quite interesting. We will going through the following steps: Download node Make an empty package.json file Install cosmosdb-server using npm Create an app.js file Install cosmos dependency using npm Start your cosmosdb-server Make sure in your TestClass TestInitialize method to ignore […]

Continue reading
start-job az group delete

Delete your resource groups in parallel using the az group command


Donovan Brown posted a How to on this earlier this year, I wanted to see if it was possible to do it using the az group command.  This is what I finally came up with. I downloaded and installed the latest PowerShell Core for Windows from GitHub releases.  I picked the latest preview V7.0.0-preview.1 release […]

Continue reading

Release Annotations


This functionality had been available previously under the name “Deployment Markers” back when Application Insights existed under Visual Studio Online.  Release Annotations for Application Insights is an extension for Visual Studio Team Services (VSTS) and Team Foundation Server (TFS) 2015 Update 2 that will create annotations on the Application Insights Metrics Explorer timeline. To get started […]

Continue reading

The new web based Release Management “V.Next”


Release Management has been moving at a eager pace at Microsoft which you can see today on Visual Studio Team Services (VSTS).  I have been waiting for this same experience to be available on-premises and I’m happy to say it is included with the Release Candidate of TFS 2015 Update 2! Lots of new release […]

Continue reading
Microsoft Visual Studio vNext & Azure

Join us for the Virtual Event for Microsoft Visual Studio vNext and Azure


A cloud-first, mobile-first, developer-first, virtual event Don’t miss the Microsoft virtual event for developers this November! Scott Guthrie, S. Somasegar, Brian Harry, and Scott Hanselman will take the stage to show innovative, new Microsoft products, services, and technologies including .NET, Azure, Visual Studio, and Visual Studio Online. Dive deeper into the technical details behind the […]

Continue reading