azure-resource-discovery
Azure Resource Discovery
Patterns for tracing Azure resource dependencies, mapping networking and security topology, and generating architecture diagrams.
SAFETY: All discovery operations are strictly READ-ONLY. NEVER execute az commands that create, modify, or delete resources. Only use show, list, get, and query operations. This skill is for observation and documentation only.
When to Use
- Tracing all dependencies of a specific Azure resource (networking, security, identity, monitoring)
- Documenting how a container app, VM, AKS cluster, or other resource connects to its environment
- Generating topology diagrams showing resource relationships
- Auditing networking and security configuration (VNets, NSGs, private endpoints)
Prerequisites
- Azure CLI (
az) installed and authenticated (az login) - Reader role (minimum) on the target subscription or resource group
- Azure Resource Graph extension: required for
az graph query. Usually auto-installed on first use; if not, the user must runaz extension add --name resource-graph - Graphviz (optional):
dotcommand for rendering complex topologies. Install viabrew install graphviz(macOS) orapt install graphviz(Linux). Falls back to Mermaid if not available.
More from mindmorass/reflex
site-crawler
Crawl and extract content from websites
303ffmpeg-patterns
FFmpeg video and audio processing patterns. Use when transcoding video/audio, extracting clips, adding filters, merging media, creating thumbnails, or batch processing media files.
235ai-video-generation
AI video generation patterns using Sora, Runway, Pika, and other AI video tools. Use when generating videos from text prompts, image-to-video conversion, AI video editing, or integrating AI video APIs.
114n8n-patterns
Design and implement n8n workflow automations with best practices
74pdf-harvester
Extract text and data from PDF documents
46graphviz-diagrams
Create complex graph visualizations using Graphviz DOT language, with both source code and pre-rendered images.
37