deploy-model

Route deployment prompts to Azure AI Foundry deployment modes with Azure CLI and REST API validation.

Updated Feb 15, 2026
One-click install
npx skills add https://github.com/aleph23/Natasha --skill deploy-model-aleph23
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-model
Source: https://github.com/aleph23/Natasha/tree/main/skills/microsoft-foundry/models/deploy-model
Command: npx skills add https://github.com/aleph23/Natasha --skill deploy-model-aleph23

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires az, jq, python3, openssl, xxd, base64.

What problem does it solve?

Unified entry point for Azure OpenAI model deployment, enabling intent-based routing to quick preset deployments, full customization, or capacity discovery while ensuring project and region alignment.

Core Features & Use Cases

  • Routes user prompts to the appropriate deployment mode (Preset, Customize, Capacity) based on intent keywords.
  • Validates Azure authentication, project scope, region capacity, and project selection before deployment, reducing errors and misconfigurations.
  • Coordinates cross-mode workflows: capacity discovery followed by deployment, or immediate deployment with defaults, with built-in validations and guardrails.

Quick Start

Provide a deployment prompt such as "deploy gpt-4o" and the skill will automatically route to the appropriate sub-skill (Preset, Customize, or Capacity) for execution.

Frequently Asked Questions about deploy-model

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

FAQPage Schema
How do I deploy an Azure OpenAI model using the CLI?

To deploy an Azure OpenAI model using the CLI, provide a prompt like "deploy gpt-4o" to route execution to the appropriate deployment mode. The skill integrates with Azure CLI and REST APIs to verify authentication, select a project, and provision the deployment to Azure AI Foundry.

What is intent-based routing for Azure OpenAI deployments?

Intent-based routing for Azure OpenAI deployments analyzes user prompts to determine deployment intent and directs execution to Preset, Customize, or Capacity modes. This mechanism ensures accurate resource provisioning while aligning project scope and region capacity before deployment.

Do I need Azure CLI authentication to check Azure AI Foundry capacity?

Yes, you need Azure CLI authentication to check Azure AI Foundry capacity. The skill validates Azure authentication and project scope via REST APIs before executing capacity discovery or deployment workflows to prevent misconfigurations and provisioning errors.

Can I customize my Azure OpenAI deployment instead of using a preset?

You can customize your Azure OpenAI deployment instead of using a preset by including specific intent keywords in your prompt. The skill routes to the Customize mode, allowing full configuration control while still enforcing guardrails and user confirmation before provisioning.

What are the prerequisites for deploying models to Azure AI Foundry?

Prerequisites for deploying models to Azure AI Foundry include having Azure CLI, jq, python3, openssl, xxd, and base64 installed. These dependencies support authentication verification, project selection, and capacity checks before the deployment workflow executes.