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 use same interface and same commands no matter what platform you choose.
Installation for Windows, Mac and GUI Linux are pretty straight forward. You can get installer on github.com . For Linux users that are using command line, installation is made by well know protocols of apt-get, yum… depends on distribution you are using.
Ubuntu 14.04 Trusty Tahr
sudo apt-get install nodejs-legacy
sudo apt-get install npm
sudo npm install -g azure-cli
CentOS 6.3
yum install make gcc-c++ wget -N http://nodejs.org/dist/node-latest.tar.gz tar zxvf node-latest.tar.gz cd node-v0.8.16 ./configure make install npm install azure-cli -g
You can also use command line to install Azure CLI on Windows and Mac, requirement is that you already have node.js and npm installed.
You can check your version of npm by running this in cmd:
npm -v
If you have npm installed, next step is :
npm install -g azure-cli
Everything should be set and you should be able to start using Azure CLI.
Great article, just what I needed.
he blog was how do i say it… relevant, finally something that helped me. Thanks
F*ckin’ remarkable issues here. I’m very happy to peer your article. Thanks so much and i am looking ahead to contact you. Will you please drop me a mail?
I got good info from your blog
Great wordpress blog here.. It’s hard to find quality writing like yours these days. I really appreciate people like you! take care
This really answered my problem, thank you!
Woh I love your blog posts, saved to bookmarks! .
Excellent post. I absolutely love this website. Keep writing!
Great site you have here.. It’s hard to find top quality writing like yours today.
I seriously appreciate people as if you!
This is my first time pay a visit at here and i am really impressed to
read everthing at single place.
Great – I should certainly say I’m impressed with your site. I had no trouble navigating through all the tabs as well as related information. It ended up being truly easy to access. Good job..
Fairly enjoyable information you have remarked, a big heads up for setting up.
Great Post,Keep Writing
Awesome post. I’m a regular visitor of your web site and appreciate you taking the time to maintain the excellent site. I’ll be a frequent visitor for a long time.
I relaly needed to find this info, thank God!
This web site certainly has all of the information and facts I wanted about this subject and didn’t know who
to ask.
” Very nice post. I just stumbled upon your weblog and wished to say that I have really enjoyed surfing around your blog posts. In any case I’ll be subscribing to your rss feed and I hope you write again soon! “
If you want to run xplat cli on Ubuntu, then you should install nodejs-legacy instead of nodejs.