Find Azure resources
azure_find_resourcesSearch Azure subscriptions for resources by name, type, resource group, location, or tag, returning resource IDs with details for other tools.
Instructions
Finds Azure resources by name, type, resource group, location or tag, across all your subscriptions at once. Returns resource IDs you can pass to other tools, plus type, location, SKU and provisioning state. Example: {"name": "orders-api", "type": "Microsoft.Web/sites"}. Common types: Microsoft.Web/sites (App Service and Functions), Microsoft.App/containerApps, Microsoft.ContainerService/managedClusters (AKS), Microsoft.Insights/components (Application Insights), Microsoft.OperationalInsights/workspaces (Log Analytics).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Part of the resource name (case-insensitive). | |
| tags | No | Tags that must all match exactly, for example {"env": "prod"}. | |
| type | No | Exact resource type, for example Microsoft.Web/sites. | |
| limit | No | Maximum results (default 50). | |
| location | No | Azure region, for example westeurope. | |
| resourceGroup | No | Exact resource group name. | |
| subscriptionIds | No | Subscription IDs to search. Omit to search every subscription you have access to. |