Features Pricing Catalog Docs Demos About Sign in Start free
Azure

Global Resource Search

Free-text search across every discovered Azure resource — VMs, storage, functions, databases.

Tier Builder
Category Inventory
Refresh every 5 min
Scope all regions
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

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/global-search/global-search.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-global-search-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/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.