azure-reliability

Assess Azure Functions and App Service reliability configurations for zone redundancy and failover.

2.9k|323|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/microsoft/skills --skill azure-reliability-microsoft
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-reliability
Source: https://github.com/microsoft/skills/tree/main/.github/plugins/azure-skills/skills/azure-reliability
Command: npx skills add https://github.com/microsoft/skills --skill azure-reliability-microsoft

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires az, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill helps you assess and improve the reliability posture of your Azure applications, ensuring they are resilient against failures and outages.

Core Features & Use Cases

  • Reliability Assessment: Automatically scans deployed resources and presents a feature-pivoted checklist.
  • Zone Redundancy: Enable zone redundancy for Azure Functions and App Service for high availability.
  • Multi-Region Failover: Set up multi-region failover for disaster recovery.
  • Health Probes: Configure health probes to monitor application health and trigger failovers.
  • Use Case: If you want to ensure your Azure App Service is resilient and can handle failures, this Skill can help you configure zone redundancy and health probes.

Quick Start

To begin the reliability assessment, run the following command:

azure-reliability assess

Frequently Asked Questions about azure-reliability

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I assess Azure App Service reliability and check for zone redundancy?

To assess Azure App Service reliability, the Skill scans deployed resources and presents a feature-pivoted checklist detecting zone redundancy, ZRS storage, health probes, and multi-region failover configurations.

How do I configure multi-region failover for Azure Functions?

You can configure multi-region failover for Azure Functions by running a staged remediation process that applies CLI or IaC patches with user confirmation to set up disaster recovery configurations.

What are the prerequisites for checking Azure application reliability posture?

Checking Azure reliability posture requires Azure authentication, Reader access on the target subscription or resource group, the az CLI, and the Azure Resource Graph extension installed.

How do I set up health probes to monitor Azure application health and trigger failovers?

You can set up health probes by applying staged remediation patches via CLI or IaC, which configures the probes to monitor application health and trigger multi-region failovers automatically.

Can I apply infrastructure as code patches to improve Azure reliability?

Yes, you can apply infrastructure as code (IaC) patches to improve Azure reliability, driving staged remediation for zone redundancy and failover configurations with explicit user confirmation.