Azure Service Health
Integration Context Contract
- Canonical contract:
docs/integration-context.md
| Workflow | tenantId | subscriptionId | environmentCloud | principalType | scopesOrRoles |
|---|---|---|---|---|---|
| Azure Service Health operations | required | required | AzureCloud* |
service-principal or delegated-user | Reader, Monitoring Reader |
- Use sovereign cloud values from the canonical contract when applicable.
Fail fast before API calls when required context is missing or malformed. Redact tenant, subscription, and object identifiers.
Command Surface
| Command | Purpose |
|---|---|
service-health-setup |
Deterministic workflow for service health setup. |
service-health-watchlist |
Deterministic workflow for service health watchlist. |
service-health-runbook-map |
Deterministic workflow for service health runbook map. |
service-health-impact-score |
Deterministic workflow for service health impact score. |
service-health-comms-summary |
Deterministic workflow for service health comms summary. |
Guardrails
- Validate context schema and minimum grants before any API call.
- Run read-only discovery first whenever possible.
- Require explicit confirmation for destructive actions.
- Re-query and verify post-action state.
- Return structured, redacted output.
Progressive Disclosure - Reference Files
| Topic | File |
|---|---|
| Endpoint and permission reference | references/api-reference.md |