Azure PowerShell
Explore how to manage Azure resources using the Az PowerShell module within Azure Cloud Shell. Understand the structure of Azure PowerShell commands, how to find and use commands such as Get-AzResourceGroup, and leverage the help system for assistance. This lesson helps you perform ad-hoc management and automation tasks effectively from the command line.
Azure PowerShell
Many refer to managing Azure with PowerShell as “Azure PowerShell,” and it might be confusing to newcomers. No, this isn’t a special type of PowerShell. Azure PowerShell is shorthand for the Az PowerShell module, including the Azure PS drive. Now that we’ve got that out of the way, let’s get down to business.
This lesson is meant to be a brief overview of Azure PowerShell. If you’d like to learn more about this topic, check ...