Azure
Storage Inventory
Every Azure Storage account with size, access tier, encryption and public-access setting.
Live preview — demo data
Same idea on another cloud
What this pane shows
Per-storage-account: name, size (GB), blob-count, location, access tier (Hot / Cool / Archive), encryption (Microsoft-managed / customer-managed), public-blob-access setting and replication mode (LRS / ZRS / GRS / RA-GRS). Accounts out of policy are surfaced first.
Key use cases
- Audit encryption + public-access compliance across storage accounts.
- Find accounts where a lifecycle rule could move blobs to cheaper tiers.
- Catch a storage account that grew unexpectedly.
- Inventory replication choices for resilience review.
How to embed
lp.js is the single-entry loader: it injects the shared LightPane runtime
(and sd-embed.css) once per page. Add this pane's own stylesheet and script;
the pane mounts itself wherever the matching <div> is in the DOM.
<!-- In <head> — this pane's stylesheet -->
<link rel="stylesheet" href="https://lightpane.io/_pane-tests/azure/storage-inventory/storage-inventory.css">
<!-- Your access key (inline, or set window.lpEmbed.accessKey from your own JS) -->
<script>window.lpEmbed = { accessKey: "<your-access-key>" };</script>
<!-- Where the pane should appear -->
<div class="lp-azure-storage-inventory-panel" data-lp-account="<your-account-alias>"></div>
<!-- Before </body> — shared loader + this pane's script -->
<script src="https://lightpane.io/embed/lp.js"></script>
<script src="https://lightpane.io/_pane-tests/azure/storage-inventory/storage-inventory.js" defer></script>
Tier
Available on Explorer and above.
Build notes
No outstanding build notes.