Features Pricing Catalog Docs Demos About Sign in Start free
Azure Service inventory

Managed disks

Every Azure managed disk with size, SKU, encryption type and the VM it's attached to.

Tier Explorer
Category Data & Storage
Service ID azure_managed_disks
Scope regional
Sample preview — fixture data, not a live cloud account

How to embed

Drop this snippet on any HTML page. The single lp.js loader pulls in the rendering runtime, finds every data-lp-service target on the page, and renders.

<script>
  window.lpEmbed = {
    apiBase:   'https://api.lightpane.io',
    accessKey: '<your-access-key>'
  };
</script>
<script src="https://lightpane.io/embed/lp.js"></script>
<div data-lp-service="azure_managed_disks"
     data-lp-attributes="name,disk_id,location,disk_size_gb,disk_state"></div>

Use data-lp-attributes to pick which columns render (omit for the service default). Other supported attributes on the target div: data-lp-region, data-lp-account, data-lp-match, data-lp-label, data-lp-render.

Attributes shown

Each row in the inventory carries these fields by default. Per- attribute customisation (choosing which to show, default sort, filter presets) will appear in the Customisation section below in a future release.

Disk Name name
Disk ID disk_id azure_resource_name
Location location
Size (GB) disk_size_gb
Disk State disk_state status_badge
SKU sku_name
Managed By managed_by azure_resource_name

Customisation

Coming soon. This is where per-pane presentation options (column selection, default sort, compact mode, filter presets) will live, both as a configurator on this page and as fields that mirror into the embed snippet above.