Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Diagnose Azure service issues, query logs, and troubleshoot failures using GitHub Copilot for Azure
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
troubleshooting/aks/references/structured-input-modes.md
1# AKS Structured Input Modes23Use this reference when the troubleshooting request already contains structured inputs.45## Detector-backed Mode67Use when AKS-aware detectors or AppLens-style insights are available.89Decision rules:1011- Ignore findings where the detector is `emergingIssues`.12- Prefer critical findings over warnings.13- Prefer findings with more concrete remediation detail when choosing the likely root problem.14- Preserve per-insight output: problem summary, root-problem flag, affected resources, suggested commands.1516## Warning Events Mode1718Use when the request includes Kubernetes warning events.1920Expected output:2122- summary of the events and their impact23- likely cause or causes24- next kubectl checks25- monitoring follow-up2627## Metrics Scan Mode2829Use when the request includes CPU or memory time-series data.3031Expected output:3233- healthy or unhealthy status34- anomaly timestamps and explanations35- suggestion tied to the observed metric pressure3637## Generic Symptoms Mode3839Use when the request includes resource symptoms but not detector results, warning events, or time-series metrics.4041Expected output:4243- symptom summary by resource44- likely failure domain45- next evidence-collection steps4647## Learn Grounding Fallback4849If the first troubleshooting pass is incomplete, search Microsoft Learn using:5051- the user prompt52- the parsed problem names53- the AKS troubleshooting context5455Use Learn grounding to refine or validate the root-cause hypothesis, not to replace observed evidence.56