Skip to content
David Kittell
David Kittell

Application & System: Development / Integration / Orchestration

  • Services
    • Application Development
    • Online Application Integration
  • Code
  • Online Tools
  • Tech Support
David Kittell

Application & System: Development / Integration / Orchestration

Mac OS – Azure CLI Setup

Posted on September 15, 2017June 26, 2019 By David Kittell

Download from Microsoft

curl -L https://aka.ms/InstallAzureCli | bash
echo "alias az='$HOME/bin/az'" >> ~/.bash_profile
exec -l $SHELL

Install using HomeBrew

brew update
brew install azure-cli
brew upgrade azure-cli
Originally Posted on September 15, 2017
Last Updated on June 26, 2019
All information on this site is shared with the intention to help. Before any source code or program is ran on a production (non-development) system it is suggested you test it and fully understand what it is doing not just what it appears it is doing. I accept no responsibility for any damage you may do with this code.

Related

Azure Azure CLI Code Mac OS X Shell Mac OSX UNIX UNIX Shell Scripts azureBrewHomeBrewmac osx

Post navigation

Previous post
Next post

Related Posts

Check Instance Of Application

Posted on May 9, 2014October 26, 2015

Preferred Method: Project Menu -> Properties -> Application -> Check Box: Make Single Instance Application Non-Preferred Method: This code will look in your task manager for the same name of your application, if it exists it will prevent another copy of it from running. ‘ Make sure they only have…

Read More

Insert Into Table From Another Table

Posted on August 7, 2013October 26, 2015

If the two tables structure match you can do this command INSERT INTO <Destination Table> SELECT * FROM <Source Table> Originally Posted on August 7, 2013Last Updated on October 26, 2015 All information on this site is shared with the intention to help. Before any source code or program is…

Read More

INI DB

Posted on July 18, 2013October 26, 2015

<% ‘**************************************************************************** ‘* Terms Of Use * ‘**************************************************************************** ‘**************************************************************************** ‘* This script is provided free of charge by WebEarth Network. * ‘* http://www.web-earth.net * ‘* by all mean feel free to modify any or all content of this script, * ‘* feel free to do anything with it you wish,…

Read More

Code

Top Posts & Pages

  • PowerShell - Rename Pictures to Image Taken
  • Front Page
  • C# - Start/Stop/Restart Services
  • MacPorts / HomeBrew - Rip CD tracks from terminal
  • PowerShell - Show File Extensions

Recent Posts

  • Javascript – Digital Clock with Style
  • BASH – Web Ping Log
  • BASH – Picture / Video File Name Manipulation
  • Mac OSX Terminal – Create SSH Key
  • Bash – Rename Picture

Top Posts

  • PowerShell - Rename Pictures to Image Taken
  • C# - Start/Stop/Restart Services
  • MacPorts / HomeBrew - Rip CD tracks from terminal
  • PowerShell - Show File Extensions
  • Open On Screen Keyboard (OSK)
  • SQLite - Auto-Increment / Auto Generate GUID
©2025 David Kittell | WordPress Theme by SuperbThemes