azure-region-availability

Validate Azure region availability, AI model support, and compute quotas.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/3horizons/agentic-devops-platform --skill azure-region-availability
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-region-availability
Source: https://github.com/3horizons/agentic-devops-platform/tree/main/.github/skills/azure-region-availability
Command: npx skills add https://github.com/3horizons/agentic-devops-platform --skill azure-region-availability

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and scripts (resource) components.

What problem does it solve?

This Skill ensures that Azure services, AI models, and compute quotas are available in a target region before any Azure resource is recommended or provisioned, preventing costly deployment failures and delays.

Core Features & Use Cases

  • Service Availability Check: Verifies if all required Azure services (AKS, PostgreSQL, Key Vault, etc.) are supported in a given region.
  • AI Model Support: Confirms availability of specific OpenAI and Anthropic Claude models.
  • Quota Validation: Checks vCPU and AI model TPM quotas against deployment requirements.
  • Use Case: Before deploying the Three Horizons platform to eastus, this Skill confirms AKS, PostgreSQL, and the necessary OpenAI models are available and quotas are sufficient, otherwise it suggests eastus2.

Quick Start

Validate the availability of Azure services and quotas for the swedencentral region.

Frequently Asked Questions about azure-region-availability

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

FAQPage Schema
How do I check Azure region availability before deploying resources?

Check Azure region availability by consulting internal configuration and performing runtime verification via MCP tools or CLI to validate service support, AI model availability, and compute quotas against your deployment requirements.

How do I validate Azure compute quotas for vCPU and AI model TPM limits?

Validate Azure compute quotas by checking vCPU and AI model TPM quotas against deployment requirements using runtime verification, ensuring sufficient capacity exists in your target region before provisioning resources.

Does Azure region availability affect OpenAI and Anthropic Claude model deployment?

Azure region availability dictates AI model deployment feasibility, requiring confirmation of specific OpenAI and Anthropic Claude model support in the target region before provisioning resources.

What is the best way to prevent Azure deployment failures caused by unsupported services?

Prevent Azure deployment failures by validating region readiness through mandatory pre-provisioning checks that verify required services like AKS and PostgreSQL are supported in the target region.

Can I use Azure CLI to verify if AKS and PostgreSQL are supported in a specific region?

Use Azure CLI or MCP tools to perform runtime verification of service availability, confirming whether required services like AKS and PostgreSQL are supported in your specific target region.

When should I validate Azure region readiness instead of directly provisioning resources?

Validate Azure region readiness whenever deploying services, AI models, or compute resources to a new region, ensuring compliant and cost-effective deployments by checking availability and quotas beforehand.