What problem does it solve? Deployed Azure PaaS applications often ship with single points of failure: non-zone-redundant plans, LRS storage, missing health probes, and no multi-region failover. This Skill scans your live Azure resources, surfaces these gaps in a clear feature-pivoted checklist, and drives staged remediation end-to-end with your confirmation. ## Core Features & Use Cases - Reliability Assessment: Queries Azure Resource Graph to evaluate zone redundancy, storage replication (LRS/ZRS/GRS/GZRS), health probes, and multi-region failover, then presents a four-row status table with per-resource detail. - Staged Remediation: Applies quick wins first (zone redundancy, health checks) via Azure CLI or by patching your Bicep/Terraform IaC, then gates slow operations like storage migration and multi-region setup behind explicit consent. - Multi-Region Failover Setup: Generates active-passive architecture with Azure Front Door, secondary-region compute and storage, in both Bicep and Terraform. - Use Case: Ask "Is my Function App zone redundant?" and get a full reliability checklist for your resource group, then say "fix it" to have the Skill enable zone redundancy, upgrade storage to ZRS, and optionally deploy a secondary region with Front Door. ## Quick Start Ask the assistant to assess the reliability of my Azure resource group and fix any zone redundancy or health probe gaps it finds.