Azure
Global Resource Search
Free-text search across every discovered Azure resource — VMs, storage, functions, databases.
Live preview — demo data
Same idea on another cloud
What this pane shows
A search bar over every resource the discovery layer knows about: Virtual Machines, Storage accounts, Function Apps, SQL databases, Cosmos DB, App Services, AKS clusters and many more. Results show the service, region and a couple of key attributes.
Key use cases
- Find a resource by partial name without knowing the exact subscription / resource group.
- Track every instance of a naming pattern across the estate.
- Audit how many resources share a substring.
- Quickly find the right resource to attach to a ticket.
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-global-search-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/global-search/global-search.js"
defer></script>
Tier
Available on Builder and above.
Build notes
Mock-only at the moment — live-wiring tracked in the roadmap.