Dev & Engineering ✓ Microsoft · Official azure-openaimodel-deploymentazure-climcpquota-managementcapacity-discovery

Azure OpenAI Deployment Assistant

Discover capacity and deploy Azure OpenAI models through intent-based routing.

FollowSkills review · FSRS-2.0
Not recommended
52/ 100 5-point scale 2.6 / 5
Trust15 / 25 · 3.0/5

The evidence requires confirmation of the project, region, and full configuration before deployment, validates model/SKU/quota data, and clearly labels the operation as an out-of-band Azure change. Points are deducted because the required Azure permissions are substantial and deployments may incur ongoing cost; the Anthropic flow reads tenant country and organization data and sends them in the deployment request without sufficient data-flow explanation; rollback is only documented as a delete command, not as a confirmed recovery procedure.

Reliability7 / 20 · 1.8/5

The documentation provides prerequisite checks, input constraints, cross-region fallback, polling, and error handling, making the happy path plausible. Static calibration caps this below 10; points are deducted for inconsistencies such as AIServices versus AIProject project filters, scripts centered on GlobalStandard despite broader documented SKU support, and fragile embedded Python/JSON interpolation for unusual model names. Execution was not reproduced statically.

Adaptability10 / 15 · 3.3/5

Intent keywords, three operating modes, negative triggers, and the azd-managed non-fit boundary are clearly described. Points are deducted because Chinese-language interaction, semantic edge boundaries, and CLI/MCP/Portal selection conditions are unspecified; mainland-China network reachability is not established, while core operation depends on Azure management endpoints and an authenticated CLI environment.

Convention10 / 15 · 3.3/5

The material provides layered entry documentation, quick references, sub-skills, scripts, examples, guides, workflow details, and troubleshooting, with MIT licensing, authorship, and version metadata. Points are deducted because versions differ between the router and customize sub-skill (1.0.0 versus 1.0.1), maintenance ownership and a changelog are not clear in the selected skill, the workflow claims 14 phases but lists 13, and some documented capabilities exceed the evident script scope.

Effectiveness6 / 15 · 2.0/5

The skill addresses the full stated deployment task from project selection and model/SKU/capacity validation through deployment monitoring, and its examples and test prompts describe directly usable flows. Static calibration limits effectiveness to 7; points are deducted because representative execution is not independently verifiable, project discovery and SKU/region coverage have implementation concerns, and users may still need manual correction.

Verifiability4 / 10 · 2.0/5

Committed scripts, detailed commands, test prompts, and reported automated results provide some auditability. Static calibration limits verifiability to 5; points are deducted because the test results are author-reported, no independently verifiable key-path test suite or third-party reproduction evidence is supplied for this skill, and nothing was executed in this review.

Evidence confidence:Low Reviewed Jul 20, 2026 Reviewed revision 9ccaf7c3704a
Before you use it
  • Deployment changes external Azure resources and may incur cost; confirm the project, region, SKU, capacity, and final configuration before execution.
  • Recheck the AIServices versus AIProject filters and the scripts' apparent GlobalStandard-only handling, which may omit or misselect targets.
  • Treat the tenant country code and organization name collected by the Anthropic flow as potentially sensitive and verify compliance and purpose before sending them.
  • No evidence establishes Chinese-language support or mainland-China network reachability; verify Azure CLI authentication and management API access in the target environment.
See the full review method →

What it does & when to use it

This skill is a unified entry point for Azure AI Foundry model deployment workflows. It supports preset deployments, customized deployments, and capacity discovery across regions and projects. It interprets the request, resolves the target project, and validates model SKU support and subscription quota before deployment. It is intended for Foundry projects outside the azd lifecycle and for ad-hoc deployments; it does not list or delete deployments, create agents, or create projects.

Interprets requested models, regions, capacity, SKUs, versions, and RAI policies; resolves a project from the PROJECT_RESOURCE_ID environment variable, the prompt, or project discovery; routes requests to preset, customize, or capacity-discovery modes; uses Azure CLI, MCP, or the portal for deployment workflows; runs az cognitiveservices model list to verify supported SKUs and az cognitiveservices usage list to calculate available quota; and presents the target project for confirmation before deployment.

  1. An Azure developer wants to deploy a GPT model quickly without custom settings.
  2. A Foundry administrator needs to choose a model version, SKU, capacity, or RAI policy.
  3. An Azure user needs to find regions or projects with enough quota for a model deployment.
  4. A team wants to discover a suitable region first and then deploy with either defaults or custom settings.
  5. An engineer needs an ad-hoc deployment outside an azd-managed project lifecycle.

Pros & cons

Pros
  • Combines preset deployment, customization, and cross-region capacity discovery behind one entry point.
  • Dynamically validates model SKU support and available subscription quota before presenting deployment options.
  • Requires explicit target-project confirmation before deployment.
  • Clearly defines its boundary with azd-managed Foundry projects.
Limitations
  • Requires Azure CLI authentication, an Azure subscription, and deployment permissions.
  • The workflow can use Azure CLI, MCP, or the portal, but the supplied source does not document specific MCP tool names or complete failure handling.
  • Only the main router skill is provided; detailed sub-skill procedures are not included in the supplied material.
  • It does not list existing deployments, delete deployments, create agents, or create projects.

How to install

Install the repository's skill collection with npx skills add microsoft/skills, then select the needed skills in the wizard. Skills are installed into the selected agent directory, such as .github/skills/ for GitHub Copilot. The source does not document a separate installation command for this nested skill or provide a standalone package.

How to use

Install and authenticate Azure CLI, and have an Azure subscription, deployment permissions, and an Azure AI Foundry project resource ID available. Use prompts such as “deploy gpt-4o”, “deploy gpt-4o with custom settings”, or “find where I can deploy this model” to trigger preset, customized, or capacity-discovery routing. Before deployment, the skill must confirm the target project. For azd-managed projects, declare deployments in azure.yaml under services.ai-project.deployments[] instead of using this skill.

FAQ

How does the skill choose the deployment project?
It checks `PROJECT_RESOURCE_ID` first, then uses a project or region named in the prompt. If neither is available, it queries projects and suggests the current one. It must show the target and request confirmation before deployment.
Does it verify that a selected SKU has quota?
Yes. It queries the model catalog for supported SKUs and subscription usage for available quota. SKUs with zero available quota are informational and not selectable.
Should I use it for an azd-managed Foundry project?
No. For projects managed by azd, declare deployments in `azure.yaml` under `services.ai-project.deployments[]`; `azd provision` then creates the deployment.

More skills from this repository

All from microsoft/agent-skills

Dev & Engineering ✓ Microsoft · Official

Azure Identity for Python

A practical skill for securing Python Azure applications with Microsoft Entra ID credentials.

Dev & Engineering ✓ Microsoft · Official

Azure Event Hubs Java Skill

Build production-oriented Java event streaming applications on Azure Event Hubs.

Dev & Engineering ✓ Microsoft · Official

Azure Tables for Python

A practical guide to building authenticated Azure Tables applications with Python entity CRUD, queries, and partition-scoped batch operations.

Dev & Engineering ✓ Microsoft · Official

Azure Identity for TypeScript

Configure secure, flexible Microsoft Entra ID authentication for TypeScript Azure applications.

Automation & Ops ✓ Microsoft · Official

Azure Reliability Advisor

Assess and improve reliability for Azure Functions and App Service.

Dev & Engineering ✓ Microsoft · Official

Azure Cloud Architect

Guides coding agents through production-grade Azure architecture design and review using Azure Architecture Center practices.

Dev & Engineering ✓ Microsoft · Official

Azure AI Text Analytics for Python

Guides Python developers through Azure-powered text analysis and NLP workflows.

Automation & Ops ✓ Microsoft · Official

Azure Resource Architecture Visualizer

Analyze Azure resource groups and turn their dependencies into detailed Mermaid architecture diagrams.

Dev & Engineering ✓ Microsoft · Official

Azure Maps for .NET

Build .NET location features for search, routing, maps, geolocation, and weather.

Dev & Engineering ✓ Microsoft · Official

Azure AI Vision Image Analysis

Guides Python coding agents in implementing Azure AI Vision image understanding.

Dev & Engineering ✓ Microsoft · Official

Azure Blob Storage for Python

Guides secure, production-minded Blob Storage operations in Python.

Dev & Engineering ✓ Microsoft · Official

Azure Queue Storage for Python

Gives coding agents reliable Python patterns for secure Azure Queue Storage messaging and asynchronous task processing.

Automation & Ops ✓ Microsoft · Official

Azure AI Gateway Governance

Use Azure API Management to govern traffic across AI models, MCP tools, and agents.

Automation & Ops ✓ Microsoft · Official

AKS Automatic Readiness

Assess Kubernetes workloads for AKS Automatic compatibility and identify migration blockers before you switch.

Dev & Engineering ✓ Microsoft · Official

Azure Cosmos DB ARM for .NET

Provision and manage Azure Cosmos DB resources from .NET through ARM.

Dev & Engineering ✓ Microsoft · Official

Azure Playwright Workspace Manager

Provision and manage Microsoft Playwright Testing workspaces with .NET and Azure Resource Manager.

Dev & Engineering ✓ Microsoft · Official

Azure Cosmos DB for Python

A practical guide for building reliable Python applications on Azure Cosmos DB’s NoSQL API.

Dev & Engineering ✓ Microsoft · Official

Azure Key Vault SDK for Python

Gives Python coding agents practical guidance for securely managing Azure Key Vault secrets, keys, and certificates.

Dev & Engineering ✓ Microsoft · Official

Azure API Management for Python

Gives coding agents practical Python SDK patterns for managing Azure API Management services, APIs, products, subscriptions, and policies.

Dev & Engineering ✓ Microsoft · Official

Azure Monitor Query for Python

Generate Python code for querying Azure Monitor logs and metrics.

Related skills