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
Drop this snippet on any HTML page that loads lp-embed.js. The pane
mounts itself wherever the matching <div> is in the DOM.
<div class="lp-azure-storage-inventory-panel"
data-lp-account="<your-account-alias>"></div>
<script src="https://lightpane.io/embed/lp-embed.js"
data-lp-key="<your-access-key>"></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.