Azure PowerShell Commands Reference
Comprehensive documentation for all Azure PowerShell cmdlets.
Popular Cmdlets
Browse by Module
Select a module from the sidebar to see its associated cmdlets.
Azure PowerShell cmdlets are organized into modules based on the Azure service they manage. Each module contains a set of related commands for performing specific tasks.
For example, the Az.Compute module contains cmdlets for managing Azure Virtual Machines, while the Az.Storage module provides commands for working with Azure Storage accounts.
Getting Started with Azure PowerShell
To start using Azure PowerShell, you need to install the Az module. You can do this by running the following command in your PowerShell session:
Install-Module -Name Az -Scope CurrentUser -Repository PSGallery -ForceAfter installation, you can connect to your Azure account using:
Connect-AzAccountYou can find more detailed installation and connection instructions on the Azure PowerShell documentation.