preset

Automate Azure OpenAI model deployment to the best available region.

Updated Oct 22, 2024
One-click install
npx skills add https://github.com/DigiBanks99/dotfiles --skill preset-digibanks99
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: preset
Source: https://github.com/DigiBanks99/dotfiles/tree/main/modules/agents/.config/.agents/skills/microsoft-foundry/models/deploy-model/preset
Command: npx skills add https://github.com/DigiBanks99/dotfiles --skill preset-digibanks99

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Deploying Azure OpenAI models to optimal regions is intricate, requiring capacity checks, region selection, and project orchestration to ensure fast, reliable deployments.

Core Features & Use Cases

  • Automates authentication, project resolution, and capacity analysis across all regions
  • Automatically selects the current region when capacity exists or suggests alternatives in other regions
  • Creates new projects and regions when needed to enable a deployment quickly

Quick Start

Run the preset deployment to automatically find the best region and deploy the model

Frequently Asked Questions about preset

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

FAQPage Schema
How do I automate Azure OpenAI model deployment to regions with available capacity?

Automate Azure OpenAI model deployment by using this Skill to analyze cross-region capacity, select the best available region, create projects, and monitor the deployment end-to-end. It automatically checks current regions and suggests alternatives when capacity is lacking.

What's the best way to check Azure OpenAI region capacity before deploying a model?

Check Azure OpenAI region capacity by running the preset Skill, which performs cross-region capacity analysis across all available regions. It evaluates current region availability and automatically selects the optimal region for your model deployment.

Do I need Azure CLI permissions to run automated multi-region OpenAI deployments?

Yes, you need Azure CLI and Cognitive Services permissions to run automated multi-region OpenAI deployments. You must also provide a valid PROJECT_RESOURCE_ID or equivalent interactive input to define the project scope for region selection and deployment.

Can I create a new Azure Foundry project automatically if my current region lacks model capacity?

Yes, you can create new Azure Foundry projects and regions automatically when capacity is unavailable in your current region. The Skill handles project creation and region selection to enable a quick deployment in an alternative region with sufficient capacity.

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

Azure OpenAI model deployments fail when the target region lacks sufficient capacity for the requested model. This Skill prevents failures by analyzing capacity across all regions before deployment and automatically selecting a region with available resources.

Does this deployment automation tool work with existing Azure OpenAI projects?

Yes, this deployment automation tool works with existing Azure OpenAI projects by resolving your current project scope through authentication and a valid PROJECT_RESOURCE_ID. It checks your current region for capacity and only creates new projects when alternative regions are needed.