azure-resource-availability

Installation
SKILL.md

Azure Resource Availability

Validate that Azure resources, SKUs, service versions, and API versions are available in the target subscription and region before generating templates or deploying.

When to Use

  • Requirements Gathering — After collecting region + resource type, validate availability before finalizing
  • Template Generation — When selecting API versions and resource properties, verify they exist
  • Preflight — As a blocking gate before what-if analysis
  • Deployment Retry — After a deployment failure, diagnose availability issues

Procedure

Step 1: Parse Resources to Validate

Extract the resource list from one of these sources (in priority order):

  1. ARM template — Parse template.json for resource types, API versions, SKUs, and service versions
  2. Requirements document — Parse requirements.json for requested resources
Related skills

More from azure/git-ape

Installs
1
Repository
azure/git-ape
GitHub Stars
147
First Seen
Apr 13, 2026