I was surprised that it’s wasn’t easy to get a nice, easy to read, clean list of all resources in an azure resource group, so dropping this in case I need it again:
To list all the resource in a resource group,using Azure CLI:
az resource list --resource-group ms-learn --output table
az cli list all resource in resource group