Microsoft MVP Award

First of all, Happy New Year to everyone! For me this year started great, so I wanted to look back and review events from 2015 that lead me here. So everything starts with my job as System Engineer at Comp Group where I have opportunity to work on great projects and use latest technologies. As I like…

How to join Windows 10 device to Azure AD

There are many amazing features in Windows 10 but one that got me most is Azure AD Join. So in this post I’ll explain how to join Windows 10 device to Azure AD. You need to set up Azure AD first (or you can use Default Directory). In Azure portal you select + (new).  …

Cloud computing

Lately cloud computing has been trend in IT. In these post I will try to explain basic concept and models of cloud. Cloud computing is a bit strange to define but basically it is consuming IT as a service. It can be anything from using hosted application to using your own infrastructure to achieve better…

Loging to Azure with Azure CLI

After you install Azure CLI (on your Windows, Mac or Linux) you have everything you need to manage your Azure account. But in order to do so, first you need to login to your account with CLI. There are two ways to do so. First way is to open CMD and write: azure login This…

Installing Azure CLI

Azure Command Line Interface ( or Azure CLI ) is very nice tool that helps you manage your Azure account in multiple platforms. Basically it’s designed to help you manage Azure account if you use more platforms. Let’s say you use Windows at work and Mac or Linux at home, Azure CLI is designed to…