azure-reliability

Assess Azure application reliability and remediate via CLI or IaC patches.

Updated Feb 20, 2026
One-click install
npx skills add https://github.com/anishi1222/multi-agent-code-reviewer --skill azure-reliability-anishi1222
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-reliability
Source: https://github.com/anishi1222/multi-agent-code-reviewer/tree/main/.agents/skills/azure-reliability
Command: npx skills add https://github.com/anishi1222/multi-agent-code-reviewer --skill azure-reliability-anishi1222

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 unit helps users assess and improve the reliability posture of their Azure PaaS Applications (Azure Functions and Azure App Service), by scanning deployed resources for zone redundancy, ZRS storage, health probes, and multi-region failover. It provides a feature-pivoted checklist and drives staged remediation (CLI or IaC patches) with user confirmation.

Core Features & Use Cases

  • Reliability Assessment: Scans Azure resources for zone redundancy, ZRS storage, health probes, and multi-region failover.
  • Feature-Pivoted Checklist: Presents a detailed checklist of reliability features with status indicators and resources relevant to each feature.
  • Staged Remediation: Offers staged remediation steps (CLI or IaC patches) for improving reliability based on the assessment results.
  • Use Case: A developer uses this Skill to ensure that their Azure Function app is zone-redundant and has a multi-region failover strategy in place.

Quick Start

Run the 'assess reliability' command within the skill to initiate the reliability assessment for your Azure resources.

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 application reliability for zone redundancy and multi-region failover?

You can assess Azure application reliability by scanning deployed Azure Functions and App Service resources for zone redundancy, ZRS storage, health probes, and multi-region failover. The assessment generates a feature-pivoted checklist with status indicators and relevant resources.

What Azure PaaS applications are supported for reliability posture checks?

Reliability posture checks currently support Azure Functions and Azure App Service. The scan validates zone redundancy, ZRS storage, health probes, and multi-region failover configurations for these PaaS applications.

How do I remediate Azure App Service reliability issues using IaC patches?

You can remediate Azure App Service reliability issues by applying staged remediation steps that offer either CLI commands or IaC patches. The process requires user confirmation before executing the remediation actions based on assessment results.

Do I need az CLI and the Azure Resource Graph extension to run reliability assessments?

Yes, you need the az CLI and the Azure Resource Graph extension installed to run reliability assessments. These dependencies are required to query your deployed Azure resources and evaluate their reliability posture.

What is the best way to check if my Azure Function app has a multi-region failover strategy?

The best way to check for a multi-region failover strategy is to run an automated reliability assessment. It scans your Azure Function app and presents a checklist showing the status of failover configurations alongside other reliability features.

Can I automate ZRS storage and health probe validation for my Azure applications?

Yes, you can automate ZRS storage and health probe validation by running a reliability assessment. It scans your deployed Azure applications and provides a feature-pivoted checklist with current status indicators for these storage and probe configurations.