azure_dependencies
Query external dependencies from Azure Application Insights, filtering by type, time span, and failure status.
Instructions
Query external dependencies (HTTP, SQL, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timespan | No | ISO 8601 duration | PT1H |
| limit | No | Maximum number of results | |
| failed_only | No | Show only failed dependencies | |
| type_filter | No | Filter by type (HTTP, SQL, Azure, etc.) |