The Azure Cloud Shell
Learn about the Azure Cloud Shell in this lesson.
We'll cover the following...
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 will set you up for scripting and automation down the line.
PowerShell vs. Azure CLI
n this course, we’re ...