- Least privileged Azure RBAC action required:
*/readon the subscription. - Built-in role that grants access:
Reader.
External DocumentationTo learn more, visit the Azure documentation.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
*/read on the subscription.Reader.| Parameter | Description |
|---|---|
| Expand | The additional resource properties to include in the response. |
| Filter | The filter to apply on the operation. Supports eq/ne comparisons on properties such as location, resourceType, name, and resourceGroup, plus substringof() and tag filters.For example: resourceType eq 'Microsoft.Network/virtualNetworks'. |
| Subscription ID | The Microsoft Azure subscription ID. |
| Top | The maximum number of resources to return per page. |
{
"value": [
{
"id": "/subscriptions/a303ce4e-302e-471a-8188-4dab418ce9ea/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM",
"name": "myVM",
"type": "Microsoft.Compute/virtualMachines",
"location": "eastus",
"tags": {
"environment": "production"
}
},
{
"id": "/subscriptions/a303ce4e-302e-471a-8188-4dab418ce9ea/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/mystorageacct",
"name": "mystorageacct",
"type": "Microsoft.Storage/storageAccounts",
"location": "eastus",
"tags": {}
}
],
"nextLink": ""
}
Was this page helpful?