AZ CLI

1. AZ CLI Ref

https://learn.microsoft.com/en-us/cli/azure/reference-docs-index
https://learn.microsoft.com/en-us/cli/azure/reference-index?view=azure-cli-latest

az account list 
az account tenant list # Current tenant info
az account subscription list # Current subscription info
az ad signed-in-user show # Current signed-in user
az ad signed-in-user list-owned-objects # Get owned objects by current user
az account management-group list #Not allowed by default
az resource list

az ad app list
az ad app federated-credential list
az ad app owner list
az ad app permission list
az ad app permission list-grants
az ad ds list
az ad group list
az ad group member list
az ad group owner list
az ad signed-in-user list-owned-objects
az ad sp credential list
az ad sp list
az ad sp owner list
az ad user list