What problem does it solve? Managing the full lifecycle of Azure AI Foundry agents—containerizing code, pushing images to ACR, creating hosted or prompt agents, running evaluations, and diagnosing failures—requires coordinating many Azure CLI commands, MCP tools, and configuration files. This Skill orchestrates those workflows so agents can be deployed, invoked, evaluated, and troubleshot without manually stitching together each step. ## Core Features & Use Cases - Agent Lifecycle Management: Create hosted agent applications (Microsoft Agent Framework, LangGraph, or custom in Python/C#), deploy prompt or hosted agents, start/stop containers, and clone or delete agents. - Evaluation & Observability: Auto-create evaluators and test datasets after deployment, run batch evaluations, optimize prompts, query traces via Application Insights, and build versioned datasets from production traces. - Infrastructure & Governance: Create Foundry projects and AI Services resources, deploy models with preset/custom/capacity-discovery modes, manage quota and RBAC role assignments, and configure standard or private-network agent setups. - Use Case: A developer asks to deploy a LangGraph agent to Foundry; the Skill downloads a starter sample, generates a Dockerfile, builds and pushes the image to ACR, creates the hosted agent, starts the container, verifies status, and auto-configures evaluators and a test dataset. ## Quick Start Ask the agent to deploy your agent project to Azure AI Foundry, providing your project endpoint and agent name, and it will handle the build, deployment, and verification workflow.