Tag Archives: azure vm

Loadtest with Azure VM

For an upcoming release we decided to do a loadtest on our Azure test environment. Until now we used a set of local machines for this. The setup uses 6 machines that host our product, which consists of a number … Continue reading

Posted in Test | Tagged , | Leave a comment

Powershell optimization

After rewriting my PowerShell test environment automation script with functions I optimized some parts to improve memory usage, automate IIS Webfarm configuration and batch starting/stopping all machines is a Azure Cloud Service. Download For installation of software the script downloads … Continue reading

Posted in Development | Tagged , , | Leave a comment

SDN event March 2015

The SDN – Software Development Network – is a special interest group for dutch developers. Four times a year they organise an event where people present and talk about their passion. As a member of the SDN you are aware … Continue reading

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

Remote debugger extension

The Server Explorer in Visual Studio holds a hidden gem: the debugger extension for Azure. This integration is documented on MSDN but I just recently found it. Integration makes it easier to debug in azure. Just enable debugging and attach … Continue reading

Posted in Tooling | Tagged , , | Leave a comment

Remote Debugging to Azure VM

Add Remote Debugging tools setup to your automation script and use point-to-site VPN to do remote debugging. Continue reading

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