Managed Disks¶
Provider: Azure
Service ID: azure_managed_disks
Rendering: Standard table with expandable detail rows
Quick Example¶
<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
service: 'azure_managed_disks',
provider: 'azure',
region: 'uksouth',
source: 'live',
attributes: ['name', 'disk_id', 'location', 'disk_size_gb', 'disk_state', 'sku_name']
});
</script>
<div data-sd-service="azure_managed_disks" data-sd-source="live"></div>
Default Attributes¶
When no attributes array is specified, these columns are displayed:
All Attributes¶
| Attribute | Display Name | Format | Description |
|---|---|---|---|
name |
Disk Name | text |
From API field: name |
disk_id |
Disk ID | azure_resource_name |
From API field: id |
location |
Location | text |
From API field: location |
disk_size_gb |
Size (GB) | text |
From API field: disk_size_gb |
disk_state |
Disk State | status_badge |
From API field: disk_state |
os_type |
OS Type | text |
From API field: os_type |
sku_name |
SKU | text |
From API field: sku.name |
time_created |
Time Created | datetime |
From API field: time_created |
managed_by |
Managed By | azure_resource_name |
From API field: managed_by |
resource_group |
Resource Group | azure_resource_group |
From API field: id |
tags |
Tags | tags_table |
All tags/labels as a key-value table |
= included in default view
Sort Order¶
Results are sorted by: name