From the course: Getting Started with Microsoft Azure

Unlock this course with a free trial

Join today to access over 23,100 courses taught by industry experts.

Manage resources with the Azure command-line interface (CLI)

Manage resources with the Azure command-line interface (CLI) - Azure Tutorial

From the course: Getting Started with Microsoft Azure

Manage resources with the Azure command-line interface (CLI)

- [Instructor] In addition to Azure PowerShell, Microsoft provides the Azure Command Line Interface, or the Azure CLI. And like PowerShell, the CLI is a cross-platform tool. It works on Windows, it works on Linux, or it works on macOS. The CLI also offers an interactive mode, which gives you kind of an autocomplete experience at the command line, and it's a great choice if you love shell scripting in Linux. In fact, most people who use the CLI are people who just prefer that kind of environment over PowerShell. If you don't know PowerShell, then the CLI could be a great choice for you. Alright, so enough talk about all that. Let's go have a look and see how the CLI works. So this is a Command Prompt running in Windows. This is not PowerShell, it's just a basic Command Prompt. All of the different operating systems I mentioned earlier, Windows, Linux, macOS, they all have the ability to open a basic Command Prompt.…

Contents