Tag Archives: azure vm

Automate test environment with Azure Virtual Machines

Setting up a test environment in Windows Azure can be automated with powershell. This post contains some parts of my script. Continue reading

Posted in Tooling | Tagged , , , | 2 Comments

Azure VM on Virtual Network

Create a Virtual Network and use it when creating new Virtual Machines in Windows Azure so they can find each other. Continue reading

Posted in Development | Tagged , | Leave a comment

Tentacle register on new Azure instance

We use octopus deploy for managing our environments. This uses agents (called tentacles) on the machines it controls. To get the correct configuration on an Azure VM created from an image I use a sysprep script. The tentacle service can … Continue reading

Posted in Tooling | Tagged , , , , , , | Leave a comment

Run Selenium from visualstudio.com

You can host your project in Visualstudio.com and still run selenium tests in the build. The hosted build controller does not support it (details) and cannot be adjusted. Why not create your own Build Controller in Azure VM? Here is … Continue reading

Posted in Development | Tagged , , , , , , | Leave a comment