What problem does it solve? Deploying Azure OpenAI models requires navigating many configuration choices—model versions, SKUs, capacity limits, RAI policies, and advanced options—where mistakes lead to quota errors, failed deployments, or misconfigured production workloads. This Skill walks you through each decision with live quota and capacity data so deployments succeed on the first attempt. ## Core Features & Use Cases - Guided 13-phase deployment flow: Step-by-step selection of model version, SKU (GlobalStandard, Standard, ProvisionedManaged, DataZoneStandard), capacity, and RAI policy, all validated against live Azure quota data. - Cross-region capacity fallback: Automatically queries all Azure regions for available capacity when the current region has none, and helps you switch to a project in a region with quota. - Advanced deployment options: Configure dynamic quota, priority processing for PTU deployments, spillover to backup deployments, and version upgrade policies. - Multi-format model support: Handles OpenAI models via Azure CLI and Anthropic models via ARM REST API with required modelProviderData (industry, country code, organization name). - Use Case: You need to deploy gpt-4o for a production workload with 50K TPM, dynamic quota, and a spillover target. The skill queries your subscription's live quota, validates capacity ranges, and executes the deployment with monitoring until it succeeds. ## Quick Start Ask the AI to deploy an Azure OpenAI model with custom settings, for example: deploy gpt-4o with GlobalStandard SKU and 50K TPM capacity to my Foundry project.