What problem does it solve? Deploying Azure OpenAI models often fails because the current region lacks quota or capacity, forcing users to manually check regions, find or create AI Foundry projects, and retry deployments. This Skill automates that entire capacity-aware deployment workflow. ## Core Features & Use Cases - Capacity-Aware Deployment: Checks the current project's region first, then queries all Azure regions for available GlobalStandard capacity and presents alternatives. - Project Discovery and Creation: Filters existing AI Foundry projects by region or creates a new AI Services hub and project when none exist. - Multi-Format Model Support: Handles OpenAI models via Azure CLI and Anthropic models via the ARM REST API with required modelProviderData (industry, country code, organization name). - Use Case: You need to deploy gpt-4o but West US 2 has no quota. The Skill queries all regions, lets you pick East US 2 with 120K TPM available, and completes the deployment in about two minutes. ## Quick Start Ask the agent to deploy gpt-4o to the Azure region with the best available capacity for your AI Foundry project.