How admin can restore (or try to restore) access to VM in Azure?

Do you remember the 1st time you’ve lost access to server you manage? I remember mine the server was in location around 1 km from my office, so… I wasn’t very happy but still just going to the data center, connecting with old school PS2 keyboard and VGA monitor worked fine. In current era of… Continue reading How admin can restore (or try to restore) access to VM in Azure?

Azure CLI 2.0 (Part 2)

In the last post we successfully logged into Azure and created a resource group in the default subscription. This article will deal with simple virtual machine (VM) creation tasks. Azure CLI 2.0 (Part 2) Thanks to azure-cli autocompletion it’s quite easy to start with “az” and keep pushing <TAB> to learn the possibilities [1]. For me this… Continue reading Azure CLI 2.0 (Part 2)