External DocumentationTo learn more, visit the Azure documentation.
Actions
List Resource Groups
Gets all the resource groups for a subscription.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Subscription ID | The ID of the target subscription. |
| Parameter | Description |
|---|---|
| Filter | The filter to apply on the operation. You can filter by tag names and values. For example, to filter for a tag name and value, use $filter=tagName eq ‘tag1’ and tagValue eq ‘Value1’. |
[
{
"id": "/subscriptions/a303ce4e-302e-471a-8188-4dab418ce9ea/resourceGroups/cloud-shell-storage-westeurope",
"name": "cloud-shell-storage-westeurope",
"type": "Microsoft.Resources/resourceGroups",
"location": "westeurope",
"properties": {
"provisioningState": "Succeeded"
}
},
{
"id": "/subscriptions/a303ce4e-302e-471a-8188-4dab418ce9ea/resourceGroups/DefaultResourceGroup-EUS",
"name": "DefaultResourceGroup-EUS",
"type": "Microsoft.Resources/resourceGroups",
"location": "eastus",
"properties": {
"provisioningState": "Succeeded"
}
}
]
Was this page helpful?