azure-reliability

Assess and improve Azure Functions and App Service reliability through zone redundancy, storage replication, health probes, and m…

microsoft ↓ 153k
Claude Code
View source ↗

What it does

  • "Assess my Function app's reliability"
  • "Assess my Web app's reliability"
  • "Check the reliability of my resource group" (App Service and Functions resources only)
  • "Is my app zone redundant?" (App Service and Functions resources only)
  • "Is my app service plan zone redundant?"
  • "Make my app zone redundant" (App Service and Functions resources only)
  • "Make my app service plan zone redundant"

Requirements & configuration

  • Primary query method: Azure Resource Graph via az graph query (requires az extension add --name resource-graph).
  • Health probes 🔴 OFF • func-api-ii5trxva2ark4 — needs code change (FC1)
  • For "needs fixing" resources, include a short inline reason ((FC1), (defaulted; no SKU set), liveness only, needs code change (FC1)).
  • To be fully zone-redundant, your storage account also needs to be upgraded:
  • • stii5trxva2ark4: currently StandardLRS → needs StandardZRS

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

Assess and improve Azure Functions and App Service reliability through zone redundancy, storage replication, health probes, and multi-region failover.

Source

Repository: https://github.com/microsoft/azure-skills

azure-reliability FAQ

What does the azure-reliability skill do?

Assess and improve the reliability posture of PaaS Applications (Azure Functions and Azure App Service). Scans deployed resources for zone redundancy, ZRS storage, health probes, and multi-region failover. Presents a feature-pivoted checklist, then drives staged remediation (CLI or IaC patches) end-to-end with user confirmation. WHEN: \"assess reliability\", \"check reliability\", \"zone redundant\", \"multi-region failover\", \"high availability\", \"disaster recovery\", \"single points of failure\", \"reliability posture\", \"resiliency\". "Assess my Function app's reliability" "Assess my Web app's reliability"

What does azure-reliability require?

Primary query method: Azure Resource Graph via az graph query (requires az extension add --name resource-graph). Health probes 🔴 OFF • func-api-ii5trxva2ark4 — needs code change (FC1) For "needs fixing" resources, include a short inline reason ((FC1), (defaulted; no SKU set), liveness only, needs code change (FC1)). To be fully zone-redundant, your storage account also needs to be upgraded: • stii5trxva2ark4: currently StandardLRS → needs StandardZRS

How do I install azure-reliability?

Run: npx -y skills add https://github.com/microsoft/azure-skills --skill azure-reliability --agent claude-code — the source lives at github.com/microsoft/azure-skills.

Maintain azure-reliability?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

azure-reliability on getagentictools
[![azure-reliability on getagentictools](https://getagentictools.com/badge/skills/microsoft-azure-skills-azure-reliability.svg)](https://getagentictools.com/skills/microsoft-azure-skills-azure-reliability?ref=badge)
npx agentictools info skills/microsoft-azure-skills-azure-reliability

The second line is the CLI lookup for this page — handy in READMEs and docs.