What problem does it solve? Managing the full lifecycle of Azure AI Foundry agents requires coordinating many disconnected operations: provisioning projects and AI Services resources, deploying models with the right SKU and quota, containerizing and pushing agent code to ACR, invoking agents, running evaluations, and troubleshooting failures. This Skill orchestrates all of these workflows through structured sub-skills so nothing is missed. ## Core Features & Use Cases - Agent Lifecycle Management: Create hosted or prompt agents, containerize and push to ACR, deploy, invoke, and troubleshoot with validation after every step. - Model Deployment with Intelligent Routing: Routes requests to preset (quick deploy), customize (full control over version/SKU/capacity/RAI), or capacity discovery modes based on user intent. - Governance & Operations: Manage RBAC role assignments, quota and capacity planning, project connections, and evaluation datasets harvested from production traces. - Use Case: A developer asks to deploy a new LangGraph agent to Foundry. The Skill downloads the official sample, wraps it with the hosting adapter, builds a linux/amd64 Docker image, pushes to ACR, creates the hosted agent deployment, and validates it by sending a test message. ## Quick Start Ask the agent to deploy a new hosted agent to your Foundry project, and it will resolve your project context, provision what is missing, and validate each step before proceeding.