deploy-model

Deploy and configure Azure OpenAI models with Azure CLI and AI Foundry.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/Avihai-H/infraops --skill deploy-model-avihai-h
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-model
Source: https://github.com/Avihai-H/infraops/tree/main/.github/skills/microsoft-foundry/models/deploy-model
Command: npx skills add https://github.com/Avihai-H/infraops --skill deploy-model-avihai-h

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the deployment of Azure OpenAI models, providing an intuitive interface to deploy models with precision and control.

Core Features & Use Cases

  • Quick Deployment: Deploy models with intelligent region selection and default configurations.
  • Custom Deployment: Customize model deployment with full control over version, SKU, capacity, and advanced options.
  • Capacity Discovery: Discover available capacity across regions and projects before deployment.
  • Use Case: Deploy a gpt-4o model for a production environment with specific SKU, capacity, and RAI policy.

Quick Start

Use the deploy-model skill to deploy a gpt-4o model with default settings to the best region.

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 specific SKU and capacity settings?

To deploy Azure OpenAI models with specific SKU and capacity settings, use the custom deployment feature to configure version, SKU, capacity, and advanced RAI policy options precisely.

Can I check Azure OpenAI capacity across regions before deploying a model?

Yes, capacity discovery allows you to check available capacity across regions and projects before deploying a model, ensuring you route to the best available location.

Do I need Azure CLI to deploy OpenAI models for production chatbots?

Yes, Azure CLI is required to deploy OpenAI models for production chatbots, as the automation handles deployment and configuration through the azcli interface and AI Foundry project access.

What is the best way to deploy a gpt-4o model to the best Azure region?

The best way to deploy a gpt-4o model is using quick deployment, which automates intelligent region selection and applies default configurations optimized for your environment.

Does this Azure OpenAI model deployment tool support RAI policy customization?

Yes, custom deployment supports RAI policy customization alongside version, SKU, and capacity controls, allowing precise configuration for production AI services like content generation.