Agent skill · DevOps & Cloud

deploy-model

Unified Azure OpenAI model deployment skill with intelligent intent-based routing. Handles quick preset deployments, fully customized deployments (version/SKU/capacity/RAI policy), and capacity discovery across regions and projects. USE FOR: deploy model, deploy gpt, create deployment, model deployment, deploy openai model, set up model, provision model, find capacity, check model availability, where can I deploy, best region for model, capacity analysis. DO NOT USE FOR: listing existing deployments (use foundry_models_deployments_list MCP tool), deleting deployments, agent creation (use agent

Microsoft293,217★ · +1,988/wk · 14 repos on radarProfile →
claude-codeships scriptsMIT
Install
npx skills add microsoft/azure-skills --skill deploy-model --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 17
SKILL.md size: 7 KB
Bundled scripts: yes
Version: 1.0.0
Declared author: Microsoft
Path: skills/microsoft-foundry/models/deploy-model/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,353
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Deploy Model > **Scope — read this first.** This skill creates model deployments **out-of-band** via Azure CLI / MCP / portal. For azd-managed Foundry projects (those scaffolded from `azd-ai-starter-basic` or via `azd ai agent init`), declare deployments in `azure.yaml services.ai-project.deployments[]` instead — `azd ai agent init` writes the entry from the sample manifest and `azd provision` creates the deployment through Bicep. See [foundry-agent/create/create-hosted.md](../../foundry-agent/create/create-hosted.md) for the Golden Path. Use this skill only for: (a) Foundry projects not managed by an azd project, (b) ad-hoc deployments outside the azd lifecycle. Unified entry point for all Azure OpenAI model deployment workflows. Analyzes user intent and routes to the appropriate deployment mode. ## Quick Reference | Mode | When to Use | Sub-Skill | |------|-------------|-----------| | **Preset** | Quick deployment, no customization needed | [preset/SKILL.md](preset/SKILL.md) | | **Customize** | Full control: version, SKU, capacity, RAI policy | [customize/SKILL.md](customize/SKILL.md) | | **Capacity Discovery** | Find where you can deploy with specific capacity | [capacity/SKIL

What's inside
Steps it walks through
  1. Quick Reference
  2. Intent Detection
  3. Routing Rules
  4. Multi-Mode Chaining
  5. Project Selection (All Modes)
  6. Resolution Order
  7. Confirmation Step (Required)
  8. Pre-Deployment Validation (All Modes)
  9. Prerequisites
  10. Sub-Skills
Ships with 16 files
  • TEST_PROMPTS.md
  • capacity/SKILL.md
  • capacity/scripts/discover_and_rank.ps1
  • capacity/scripts/discover_and_rank.sh
  • capacity/scripts/query_capacity.ps1
  • capacity/scripts/query_capacity.sh
  • customize/EXAMPLES.md
  • customize/SKILL.md
  • customize/references/customize-guides.md
  • customize/references/customize-workflow.md
  • preset/EXAMPLES.md
  • preset/SKILL.md
  • preset/references/preset-workflow.md
  • preset/references/workflow.md
  • scripts/generate_deployment_url.ps1
  • scripts/generate_deployment_url.sh
Commands it runs
az cognitiveservices model list --location <region> --subscription <sub-id> -o json
az cognitiveservices usage list --location <region> --subscription <sub-id> -o json
More from azure-skills
All skills →
About this skill
What does the deploy-model skill do?

Unified Azure OpenAI model deployment skill with intelligent intent-based routing. Handles quick preset deployments, fully customized deployments (version/SKU/capacity/RAI policy), and capacity discovery across regions and projects. USE FOR: deploy model, deploy gpt, create deployment, model deployment, deploy openai model, set up model, provision model, find capacity, check model availability, where can I deploy, best region for model, capacity analysis. DO NOT USE FOR: listing existing deployments (use foundry_models_deployments_list MCP tool), deleting deployments, agent creation (use agent

How do I install it?

Run `npx skills add microsoft/azure-skills --skill deploy-model --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From microsoft/azure-skills, a repository with 1,353 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going