KEY LIMITATION: SLO error budget percentage is NOT directly queryable via ARG.
ARG can locate the App Insights / Log Analytics workspace resource (R001) and read
tags/properties (R002), but cannot read metric values such as error rate or
availability percentage. The actual budget % must come from an external source.
v1 behaviour: read the budget value from slo_targets.<service>.simulated_budget_pct
in the runbook. This is a hardcoded test value for PoC purposes.
Production wiring: replace with an Azure Monitor query, Prometheus scrape, or
external SLO platform API call — outside the scope of this ARM MCP PoC.