About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (21)
- Development (217)
- Security (19)
- Test (32)
- Tooling (174)
- Uncategorized (168)
Most used tags
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
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
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 azure vm, deployment, image, octopusdeploy, sysprep, vm, Windows Azure
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