Example Azure Cmdlets
Overview:
The Azure PowerShell module includes a wide range of cmdlets to manage Azure resources. Here are some of the most commonly used cmdlets:
Resource Management:
Get-AzResourceGroup: Retrieves information about resource groups.
New-AzResourceGroup: Creates a new resource group.
Remove-AzResourceGroup: Deletes a resource group.
Virtual Machines:
Get-AzVM: Retrieves information about virtual machines.
New-AzVM: Creates a new virtual machine.
Start-AzVM: Starts a virtual machine.
Stop-AzVM: Stops a virtual machine.
Storage Accounts:
Get-AzStorageAccount: Retrieves information about storage accounts.
New-AzStorageAccount: Creates a new storage account.
Remove-AzStorageAccount: Deletes a storage account.
Networking:
Get-AzVirtualNetwork: Retrieves information about virtual networks.
New-AzVirtualNetwork: Creates a new virtual network.
Remove-AzVirtualNetwork: Deletes a virtual network.
Documentation Reference:
Last updated