Search⌘ K
AI Features

The Azure Cloud Shell

Explore how to manage Azure resources through the Cloud Shell, using both Azure CLI and PowerShell. Understand setting up Cloud Shell, switching between Bash and PowerShell environments, and the advantages of command-line automation in Azure resource management.

Azure gives you many different ways to interact with its resources from the Azure Portal, Azure SDKs, the command-line, and more. In this course, we’re going to focus on the command-line.

Even though you could manage Azure purely from a graphical user interface (GUI) perspective, this defeats a big DevOps pillar: automation. Even if you’re not automating tasks now, using the command-line ...