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…