How do you connect to your Azure account using PowerShell?

Connect-AzAccount

What is the command to list all Azure subscriptions using PowerShell?

Get-AzSubscription

How to create a new Azure resource group using PowerShell?

New-AzResourceGroup

What is the command to list all Azure resources in a resource group using PowerShell?

Get-AzResource -ResourceGroupName

How to delete an Azure resource using PowerShell?

Remove-AzResourceGroup