HomeLab setup with Vagrant and Hyper-V

Vagrant is a great tool for quickly spinning new environments. First time I’ve used Vagrant was when I was learning Ansible and needed something, which would help me quickly create new Virtual Machines with some basic config. The best mix is Vagrant paired with VirtualBox, that combo really works great and from my experience it’s […]

Fixing non-bootable Azure Virtual Machine

Sometimes the Virtual Machine breaks down and can’t be restored from the backup. It can occur both if there is no backup and if the backup didn’t work for some reason. Fixing non-bootable VM can be complicated and time-consuming task. In this post I will describe how to fix non-booting VM using az cli commands. […]