Dev & Engineering ✓ Microsoft · Official microsoft-foundryazureazdmodel-fine-tuningagent-evaluationrbacmcp

Microsoft Foundry Agent Skill

Manage the Microsoft Foundry agent lifecycle with azd and Foundry MCP—from scaffolding and deployment to evaluation and optimization.

FollowSkills review · FSRS-2.0
Use with care
47/ 100 5-point scale 2.4 / 5
1 2 3 4 5 6
1Trust12 / 25 · 2.4/5

The evidence requires Foundry MCP discovery, mandatory workflow-document reads, scoped workspace resolution, and user prompts for missing configuration. It does not clearly specify per-operation permissions, sensitive-data handling, confirmation of external effects, rollback, or complete data-flow disclosure, so points are deducted. No red-line risk is evident.

2Reliability7 / 20 · 1.8/5

The evidence provides workflow routing, prechecks, context-resolution rules, and some failure guidance. However, key sub-skills, scripts, and MCP parameters are not fully supplied, and static review cannot reproduce deployment, evaluation, or troubleshooting paths, so points are deducted.

3Adaptability9 / 15 · 3.0/5

USE FOR/DO NOT USE FOR boundaries, workflow tables, and multiple Foundry scenarios provide a reasonably clear audience and trigger surface. The scope is very broad, trigger precision and non-fit limits depend on unavailable sub-skills, and there is no evidence for Chinese support or mainland-China network reachability, so points are deducted.

4Convention9 / 15 · 3.0/5

The evidence includes YAML metadata, MIT licensing, a version, layered sub-skills, installation guidance, examples, and limitation notes. The finetuning sub-skill has version 0.0.0-placeholder, while changelog, maintenance ownership, update path, and documentation consistency are incomplete, so points are deducted.

5Effectiveness6 / 15 · 2.0/5

The evidence covers core lifecycle tasks from resource creation through deployment, invocation, evaluation, fine-tuning, and troubleshooting, with commands, formats, and error guidance. No directly usable output or execution result for this skill's key paths is supplied, so environment adaptation and review burden remain material.

6Verifiability4 / 10 · 2.0/5

The repository context includes real CI workflows and test code, but the supplied material does not establish coverage of this microsoft-foundry skill's key paths and provides no third-party execution results or independent corroboration. Static calibration therefore supports only limited credit.

Evidence confidence:Low Reviewed Jul 20, 2026 Reviewed revision 9ccaf7c3704a
Before you use it
  • This assessment is static only; no MCP tools, azd, Azure CLI, scripts, or deployment workflows were executed.
  • Before use, verify every linked sub-skill, script, MCP parameter, permission scope, cost impact, data residency requirement, and rollback plan.
  • The fine-tuning documentation contains version 0.0.0-placeholder, and some capabilities may require preview access or feature flags; do not treat examples as production validation.
  • No evidence was supplied for Chinese-language support or reachability from mainland-China networks.
See the full review method →

What does this skill do, and when should you use it?

This language-agnostic router skill is the Microsoft Foundry entry point in the Microsoft Agent Skills repository. It maps requests to specialized workflows for agent development, infrastructure, model deployment, evaluation, monitoring, permissions, networking, troubleshooting, and fine-tuning. It requires Azure tooling, Foundry MCP access, and local project context such as azure.yaml or .foundry metadata for many workflows. It is a strong fit for teams operating Microsoft Foundry workloads, but not a general Azure deployment or Azure Functions skill.

Reads azure.yaml, azd environment values, .foundry metadata, and eval.yaml when configuration context is needed; discovers available Foundry MCP operations through the Azure MCP foundry tool; routes requests to sub-skills for deployment, invocation, evaluation, tracing, troubleshooting, project and resource creation, model deployment, quota, RBAC, private networking, or fine-tuning; uses or guides azd, Azure CLI, and Foundry MCP workflows for agent scaffolding, deployment, invocation, evaluation, continuous monitoring, prompt optimization, model customization, and resource configuration; and maintains applicable .foundry metadata, dataset, evaluator, suite, and result caches.

  1. An Azure developer needs to scaffold, deploy, and smoke-test a new Microsoft Foundry hosted agent.
  2. An engineering team has existing agent code and needs to deploy or redeploy it with azd and verify the resulting version.
  3. An AI team wants batch evaluation, continuous production evaluation, prompt optimization, or evaluation datasets generated from production traces.
  4. A platform engineer needs model deployment, regional capacity or quota guidance, or help diagnosing a Foundry deployment failure.
  5. An Azure administrator needs Foundry project setup, RBAC, managed identity, service-principal, or network-isolation guidance.
  6. A model engineer needs SFT, DPO, or RFT workflows covering training data, graders, checkpoints, deployment, and evaluation.

What are this skill's strengths and limitations?

Pros
  • Covers the Foundry agent lifecycle from creation and deployment through invocation, evaluation, optimization, and troubleshooting.
  • Includes infrastructure and operations topics such as model deployment, quota, RBAC, private networking, and fine-tuning.
  • Provides explicit intent-routing rules, anti-triggers, and workflow-specific pre-execution requirements.
  • MIT licensed, with repository-level testing and evaluation automation described in the README.
Limitations
  • It is a router skill, so many concrete procedures depend on sub-skill documents not included in the supplied material.
  • It explicitly depends on Azure CLI, azd, MCP, and Foundry project context, so it is not a general-purpose agent skill for non-Azure environments.
  • The source does not establish that every platform, region, model, or preview feature is validated.
  • The README’s test-coverage summary describes the repository collection and does not prove independent coverage for this specific skill.

How do you install this skill?

From the target Agent configuration environment, run npx skills add microsoft/skills and select the needed skills in the wizard. Skills are installed into the selected Agent directory, such as .github/skills/ for GitHub Copilot. The collection can also be installed by copying a specific skill directory or by installing the azure-skills plugin through Copilot CLI. The supplied source does not document a separate installer command for selecting only .github/plugins/azure-skills/skills/microsoft-foundry/.

How do you use this skill?

In a coding Agent with Azure, azd, Foundry MCP, and the target project configured, make a concrete request such as “create and deploy a Microsoft Foundry hosted agent” or “evaluate and optimize this Foundry agent’s prompt.” The skill first discovers Foundry MCP tools, then requires the matching workflow document to be read before execution. The supplied source does not provide complete commands, credential setup, or parameter examples for every sub-skill.

FAQ

Is this a general Azure deployment skill?
No. The SKILL.md excludes general Azure deployment and Azure preparation, as well as Azure Functions and App Service, and directs those requests elsewhere.
What permissions or credentials are required?
The source shows workflows involving Foundry resources, RBAC, role assignments, managed identities, and service principals, but it does not define one minimum permission set. Requirements vary by workflow.
Can it work with private-network Foundry projects?
It includes a private-network sub-skill for network-isolation questions and VNet-isolated deployment. However, the source states that Foundry MCP tools cannot reach a VNet-isolated project.
Does it support model fine-tuning?
Yes. It covers SFT, DPO, and RFT workflows, including training data, graders, checkpoints, deployment, and evaluation. Detailed procedures are not included in the supplied main SKILL.md.

More skills from this repository

All from microsoft/agent-skills

Dev & Engineering ✓ Microsoft · Official

Azure Skill Creator

A disciplined guide for building concise, verifiable Azure SDK skills for coding agents.

Dev & Engineering ✓ Microsoft · Official

Microsoft Agent Skills

Reusable Azure SDK and Microsoft Foundry guidance for AI coding agents.

Automation & Ops ✓ Microsoft · Official

Azure Deployment Runner

Execute Azure deployments for prepared, validated applications with built-in checks and recovery.

Automation & Ops ✓ Microsoft · Official

Azure Cloud Migration Assistant

Assess cross-cloud workloads and convert them for Azure services.

Automation & Ops ✓ Microsoft · Official

Azure Resource Lookup

Inventory, filter, and discover Azure resources across subscriptions.

Dev & Engineering ✓ Microsoft · Official

MCP Server Development Guide

A practical guide to building clear, testable MCP servers that let LLMs work with external APIs.

Dev & Engineering ✓ Microsoft · Official

Microsoft Foundry Python Projects Skill

Gives coding agents dependable patterns for building Foundry AI applications with the Azure AI Projects Python SDK.

Dev & Engineering ✓ Microsoft · Official

Azure OpenAI Deployment Assistant

Discover capacity and deploy Azure OpenAI models through intent-based routing.

Dev & Engineering ✓ Microsoft · Official

Azure AI Foundry Agent Framework

Helps Python developers build persistent Azure AI Foundry agents with hosted tools, MCP integrations, threads, and streaming.

Automation & Ops ✓ Microsoft · Official

Azure Enterprise Infrastructure Planner

Turn enterprise workload descriptions into deployable Azure infrastructure plans.

Dev & Engineering ✓ Microsoft · Official

Slack-to-Teams Migration Expert

Guides developers through Slack bot migration, Teams enablement, and cross-platform bot delivery.

Dev & Engineering ✓ Microsoft · Official

Azure Cosmos DB ARM for .NET

Provision and manage Azure Cosmos DB resources from .NET through ARM.

Dev & Engineering ✓ Microsoft · Official

Azure Queue Storage for Rust

A focused guide for building secure Azure Queue Storage messaging workflows in Rust.

Dev & Engineering ✓ Microsoft · Official

Azure Blob Storage for Rust

Guides Rust developers through official Azure SDK patterns for managing blobs and containers.

Dev & Engineering ✓ Microsoft · Official

Microsoft Docs Researcher

Ground coding agents in official Microsoft documentation for concepts, tutorials, configuration, limits, and best practices.

Dev & Engineering ✓ Microsoft · Official

Azure Upgrade

Assess and automate Azure plan, SKU, service, and legacy Java SDK upgrades.

Dev & Engineering ✓ Microsoft · Official

Azure Storage Skill

Gives coding agents practical guidance and operations for Azure objects, files, queues, tables, and data lakes.

Dev & Engineering ✓ Microsoft · Official

Azure AI Services Skill

Guides coding agents through Azure AI Search, Speech, OpenAI, and OCR workflows.

Dev & Engineering ✓ Microsoft · Official

Azure Service Bus for Rust

Guides Rust developers in sending and receiving Azure Service Bus messages through queues, topics, and subscriptions.

Automation & Ops ✓ Microsoft · Official

Azure Deployment Validator

Preflight Azure deployments by checking configuration, infrastructure, permissions, prerequisites, and builds.

Related skills