Skip to content

Instantly share code, notes, and snippets.

@jasper-zanjani
Created November 9, 2020 15:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasper-zanjani/546256681f14719595b957c68408421d to your computer and use it in GitHub Desktop.
Save jasper-zanjani/546256681f14719595b957c68408421d to your computer and use it in GitHub Desktop.
Learning Azure? Read this first

The cloud is a hot topic in the tech industry these days, but learning a complex, fully-featured cloud platform like Azure is no mean feat.

Azure PowerShell and Azure CLI

There are two ways of interacting with Azure from a command-line interface, Azure PowerShell and Azure CLI, which are both available on Azure's Cloud Shell interface directly from the Azure Portal.

Azure CLI uses a POSIX-like interface that should be comfortable to users of Bash. This is the shell environment that most people associate with Linux, and it is also available on Mac OS X.

Here is one of the simplest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment