About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (21)
- Development (208)
- Security (17)
- Test (32)
- Tooling (166)
- Uncategorized (168)
Most used tags
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
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
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 angularjs, azure vm, consul, Docker, json, microservices, RabbitMQ, redis cache, sdn, sharepoint
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
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 azure vm, Remote debugger, Remote Desktop Connection, visual studio
Leave a comment