1. ## Install azure-cli on Mac and CentOS
    2. ### In Mac
    3. 1. Install brew.
    4. 2. brew install nodejs
    5. 3. echo registry = https://registry.npm.taobao.org” > ~/.npmrc
    6. 4. npm install azure-cli -g
    7. ### In CentOS
    8. 1. Install epel
    9. 2. yum install -y nodejs npm
    10. 3. echo registry = https://registry.npm.taobao.org” > ~/.npmrc
    11. 4. npm install azure-cli -g