## Install azure-cli on Mac and CentOS### In Mac1. Install brew.2. brew install nodejs3. echo “registry = https://registry.npm.taobao.org” > ~/.npmrc4. npm install azure-cli -g### In CentOS1. Install epel2. yum install -y nodejs npm3. echo “registry = https://registry.npm.taobao.org” > ~/.npmrc4. npm install azure-cli -g
