Cmdlet NameDescription
Add-AzAccountAdds an authenticated account to use for Azure PowerShell requests.
Connect-AzAccountConnects to Azure with an authenticated account for use with Azure Resource Manager cmdlets.
Disconnect-AzAccountDisconnects a connected Azure account and removes all credentials and contexts associated with that account.
Get-AzContextGets the metadata used to authenticate Azure Resource Manager requests.
Set-AzContextSets the tenant, subscription, and environment for cmdlets to use in the current session.
Get-AzSubscriptionGets subscriptions that the current account can access.
Select-AzSubscriptionSelects an Azure subscription to be the current subscription.
New-AzResourceGroupCreates an Azure resource group.
Get-AzResourceGroupGets Azure resource groups.
Remove-AzResourceGroupRemoves an Azure resource group and all of its resources.
New-AzVMCreates an Azure virtual machine.
Get-AzVMGets the properties of a virtual machine.
Start-AzVMStarts an Azure virtual machine.
Stop-AzVMStops an Azure virtual machine.
Remove-AzVMRemoves an Azure virtual machine.
New-AzStorageAccountCreates a storage account.
Get-AzStorageAccountGets a storage account.
Remove-AzStorageAccountRemoves a storage account from Azure.
New-AzSqlDatabaseCreates an Azure SQL Database.
Get-AzSqlDatabaseGets one or more databases.
Remove-AzSqlDatabaseRemoves an Azure SQL database.
New-AzWebAppCreates an Azure Web App.
Get-AzWebAppGets Azure Web Apps in the specified resource group.
Remove-AzWebAppRemoves an Azure Web App.
New-AzKeyVaultCreates a key vault.
Get-AzKeyVaultGets key vaults.
Remove-AzKeyVaultDeletes a key vault.
New-AzNetworkSecurityGroupCreates a network security group.
Get-AzNetworkSecurityGroupGets a network security group.
Remove-AzNetworkSecurityGroupRemoves a network security group.
New-AzVirtualNetworkCreates a virtual network.
Get-AzVirtualNetworkGets one or more virtual networks.
Remove-AzVirtualNetworkRemoves a virtual network.
New-AzLoadBalancerCreates a load balancer.
Get-AzLoadBalancerGets one or more load balancers.
Remove-AzLoadBalancerRemoves a load balancer.
New-AzAppServicePlanCreates an Azure App Service plan.
Get-AzAppServicePlanGets an App Service plan in a specified resource group.
Remove-AzAppServicePlanRemoves an Azure App Service plan.
New-AzFunctionAppCreates a function app.
Get-AzFunctionAppGets function apps in a subscription.
Remove-AzFunctionAppRemoves a function app.
New-AzCosmosDBAccountCreates a new Azure Cosmos DB database account.
Get-AzCosmosDBAccountGets an Azure Cosmos DB database account.
Remove-AzCosmosDBAccountRemoves an Azure Cosmos DB database account.
New-AzAksClusterCreates a new managed Kubernetes cluster.
Get-AzAksClusterGets the details of a managed Kubernetes cluster.
Remove-AzAksClusterDeletes a managed Kubernetes cluster.