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):