preset

Official source

Quickly deploys an Azure OpenAI model to the optimal region by checking capacity across regions and using GlobalStandard SKU with sensible auto-calculated defaults.

Source: Microsoft

GitHub Copilot · CompatibleClaude Code · CompatibleAI Agents & Automation

At a glance

Verified source
Best for
Fast model deployment without custom configuration
Works with
GitHub Copilot · Claude Code
Outcome
Auto-selecting the best region when current region lacks capacity
Source
microsoft/github-copilot-for-azure

01 / Understand the skill

About preset

Intelligently deploys Azure OpenAI models to optimal regions by analyzing capacity across all available regions. Automatically checks current region first and shows alternatives if needed.

Not a fit when

DO NOT USE FOR: custom SKU selection (use customize), specific version selection (use customize), custom capacity configuration (use customize), PTU deployments (use customize).

Read full description

Intelligently deploys Azure OpenAI models to optimal regions by analyzing capacity across all available regions. Automatically checks current region first and shows alternatives if needed. USE FOR: quick deployment, optimal region, best region, automatic region selection, fast setup, multi-region capacity check, high availability deployment, deploy to best location. DO NOT USE FOR: custom SKU selection (use customize), specific version selection (use customize), custom capacity configuration (use customize), PTU deployments (use customize).

02 / Confirm the fit

Use preset when you need to

  • Fast model deployment without custom configuration
  • Auto-selecting the best region when current region lacks capacity
  • Deploying with GlobalStandard SKU and recommended capacity
  • High-availability region optimization

03 / See the workflow

How preset works

  1. 01Install: npx skills add https://github.com/microsoft/github-copilot-for-azure --skill preset
  2. 02Try: Deploy gpt-4o to the best available region with defaults.
  3. 03Get: A GlobalStandard deployment in an available region with endpoint and portal link.

Check before installing

Compatible platforms

GitHub Copilot · Claude Code

Best fit

Fast model deployment without custom configuration

Review the source instructions if the required output differs from the formats described above.

Install and use

Compatible with GitHub Copilot and Claude Code · Published by Microsoft

Ready to add preset?

Use the published instructions below, then provide the required input and describe the result you need.

General instructions · GitHub Copilot · Claude Code

npx skills add https://github.com/microsoft/github-copilot-for-azure --skill preset

Review the source repository and license before installing third-party skills.

Continue exploring

Similar skills

find-skillsOfficial

Discover and install agent skills from the open ecosystem via the npx skills CLI — when you wish you had a skill for some task.

End-to-end Azure AI Foundry agent lifecycle with azd—scaffold, deploy, invoke, evaluate, optimize, fine-tune, and troubleshoot agents—routing to specialized sub-skills per task.

finetuningOfficial

Fine-tunes models on Azure AI Foundry with SFT, DPO, or RFT, covering dataset prep and validation, grader calibration, training, checkpoint selection, deployment, and evaluation.

deploy-modelOfficial

Unified Azure OpenAI deployment router that detects intent and dispatches to quick preset, full customize, or capacity-discovery modes, with shared project and quota validation.