customize

Deploy Azure OpenAI models with version, SKU, capacity, and RAI policy configuration.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Precise, end‑to‑end configuration of Azure OpenAI model deployments, allowing users to select exact model versions, SKUs, capacity, content‑filter policies, and advanced options without guesswork.

Core Features & Use Cases

  • Version & SKU selection: Choose any available model version and deployment SKU (GlobalStandard, Standard, ProvisionedManaged, DataZoneStandard).
  • Capacity planning: Define exact TPM or PTU capacity, with dynamic quota, priority processing, and spillover support.
  • Policy & upgrade control: Set RAI content‑filter policies and version‑upgrade strategies for production, testing, or high‑volume workloads.

Quick Start

Ask the customize skill to deploy a model, specifying version, SKU, capacity, and policies as needed.

Frequently Asked Questions about customize

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

FAQPage Schema
How do I deploy an Azure OpenAI model with a specific SKU and capacity?

To deploy an Azure OpenAI model, you specify the exact model version, deployment SKU like GlobalStandard or ProvisionedManaged, and capacity sizing in TPM or PTU. The skill validates quota and region capacity to generate a compliant deployment specification using Azure CLI and REST APIs.

Can I configure RAI content-filter policies during Azure OpenAI deployment?

Yes, you can configure RAI content-filter policies during Azure OpenAI deployment. The customization process allows you to set exact policy configurations and version-upgrade strategies to ensure production and testing workloads meet your specific compliance requirements.

What is the best way to manage quota and region capacity for Azure OpenAI deployments?

Managing quota and region capacity for Azure OpenAI deployments requires validating authentication and checking dynamic quota availability before deployment. This process ensures your specified TPM or PTU capacity, along with priority processing and spillover support, fits within regional limits.

Does Azure OpenAI deployment support ProvisionedManaged and DataZoneStandard SKUs?

Yes, Azure OpenAI deployment supports ProvisionedManaged and DataZoneStandard SKUs. You can choose any available deployment SKU, including GlobalStandard and Standard, to align with your precise production, testing, or high-volume workload configuration needs.

Why does my Azure OpenAI model deployment fail due to capacity limits?

Azure OpenAI model deployments fail due to capacity limits when requested TPM or PTU exceeds available regional quota. The deployment process validates authentication, quota availability, and region capacity beforehand to generate a compliant specification and prevent allocation errors.

How do I set version-upgrade strategies for Azure OpenAI testing deployments?

You set version-upgrade strategies for Azure OpenAI testing deployments by defining the exact model version and upgrade policy during configuration. This ensures precise control over how your production or testing workloads handle future model updates.