# Get Resource Group Name for clusters

```powershell
AZ_RESOURCE_GROUP_NAME=$(az aks list | jq -r '.[].resourceGroup')
```