get_neighbors
Discover Azure resources connected to a specific resource by providing its resource ID to map infrastructure relationships and dependencies.
Instructions
Get resources connected to a specific resource
Input Schema
Name | Required | Description | Default |
---|---|---|---|
resourceId | Yes | Full Azure resource ID |
Input Schema (JSON Schema)
{
"properties": {
"resourceId": {
"description": "Full Azure resource ID",
"type": "string"
}
},
"required": [
"resourceId"
],
"type": "object"
}