customize

Deploy Azure OpenAI models with configurable version, SKU, capacity, and RAI policies.

10|2|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/mahmoud20138/Claude-Skills-Collection --skill customize-mahmoud20138
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: customize
Source: https://github.com/mahmoud20138/Claude-Skills-Collection/tree/main/02-Azure-Skills/skills/microsoft-foundry/models/deploy-model/customize
Command: npx skills add https://github.com/mahmoud20138/Claude-Skills-Collection --skill customize-mahmoud20138

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides granular control over the deployment of Azure OpenAI models, allowing users to precisely configure every aspect of the deployment beyond basic presets.

Core Features & Use Cases

  • Model & Version Selection: Choose specific model versions, not just the latest.
  • SKU Configuration: Select from GlobalStandard, Standard, ProvisionedManaged (PTU), and DataZoneStandard SKUs.
  • Capacity Management: Define exact capacity (TPM or PTU) within available ranges.
  • RAI Policy Control: Configure content filtering levels.
  • Advanced Options: Enable dynamic quota, priority processing, and spillover.
  • Use Case: Deploying a specific version of gpt-4o with Provisioned Throughput Units (PTUs) for a high-volume, predictable customer service chatbot, ensuring consistent performance and cost control.

Quick Start

Use the customize skill to deploy the latest gpt-4o model with GlobalStandard SKU and 10K TPM capacity.

Frequently Asked Questions about customize

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

FAQPage Schema
How do I deploy a specific Azure OpenAI model version with custom capacity?

To deploy a specific Azure OpenAI model version with custom capacity, use the customize skill to interactively select the exact model version, configure the SKU, and define the precise TPM or PTU capacity within available limits.

What is a PTU deployment and when do I need it for Azure OpenAI?

A PTU deployment uses Provisioned Throughput Units for Azure OpenAI models, providing predictable performance and cost control. You need it for high-volume production environments like customer service chatbots requiring consistent throughput.

Do I need Azure CLI authentication to configure Azure OpenAI RAI policies?

Yes, Azure CLI authentication and a valid Azure AI Foundry project resource ID are required to configure Azure OpenAI RAI policies, SKUs, and advanced options like dynamic quota and spillover during deployment.

Can I enable dynamic quota and spillover when deploying Azure OpenAI models?

Yes, you can enable dynamic quota, priority processing, and spillover when deploying Azure OpenAI models. The customize skill supports these advanced configurations for tailored production environments.

What SKUs are available for Azure OpenAI model deployment?

Available SKUs for Azure OpenAI model deployment include GlobalStandard, Standard, ProvisionedManaged (PTU), and DataZoneStandard. You can select the appropriate SKU to match your specific performance and scale requirements.