deploy-model

Automate Azure OpenAI model deployments with intent-based routing and customization.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/cassm199-mita/azure-agentic-infraops-accelerator --skill deploy-model-cassm199-mita
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-model
Source: https://github.com/cassm199-mita/azure-agentic-infraops-accelerator/tree/main/.github/skills/microsoft-foundry/models/deploy-model
Command: npx skills add https://github.com/cassm199-mita/azure-agentic-infraops-accelerator --skill deploy-model-cassm199-mita

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the deployment of Azure OpenAI models, providing intelligent routing and customization to efficiently deploy models across various scenarios.

Core Features & Use Cases

  • Intelligent Routing: Analyzes user intent and routes to the appropriate deployment mode based on the prompt.
  • Customization: Offers full customization for model deployment with control over version, SKU, capacity, and RAI policy.
  • Capacity Discovery: Discovers available capacity across regions and projects to determine the best deployment location.
  • Use Case: Deploy a model with specific requirements for capacity and region, or discover regions with available capacity for a given model.

Quick Start

Deploy a model with the 'deploy-model' skill by providing the model name and any necessary configuration options.

Frequently Asked Questions about deploy-model

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

FAQPage Schema
How do I deploy Azure OpenAI models with custom capacity and region settings?

To deploy Azure OpenAI models with custom settings, you specify the version, SKU, capacity, and RAI policy. The deployment is automated using intent-based routing to apply your specific configuration requirements across chosen regions.

What is the best way to discover available Azure OpenAI capacity across regions?

Discovering available Azure OpenAI capacity involves scanning regions and projects to find optimal deployment locations. This capacity discovery process checks regional availability for a given model to determine where it can be successfully deployed.

Do I need Azure CLI permissions to customize Azure OpenAI model deployment?

Yes, customizing Azure OpenAI model deployment requires Azure CLI and an active subscription. You must have Cognitive Services permissions configured on your subscription to execute deployment commands and manage capacity allocation.

Can I use intent-based routing for quick preset Azure OpenAI deployments?

Yes, intent-based routing supports quick preset deployments for Azure OpenAI models. The mechanism analyzes your prompt to automatically route the request to a fast deployment mode without requiring full manual configuration.

What are the limitations of automating Azure OpenAI deployment across multiple projects?

Automating Azure OpenAI deployment is limited by regional capacity availability and subscription quotas. Deployments will fail if the targeted region lacks available resources for the specified model or if Cognitive Services permissions are insufficient.