Index live · v1.3.0 · JUN 8 2026

Microsoft Foundry

A-rank

Expert guidance for Microsoft Foundry (Azure AI Foundry): building agents with Agent 365, MCP tools, Azure OpenAI, VNets, guardrails, and CI/CD. Requires the mcp_microsoftdocs MCP for live docs.

Claude CodeCodexCursorGemini CliGithub CopilotMulti Platform
596stars
Updated 7 days ago
2contributors

Install This Skill

npx skills add MicrosoftDocs/Agent-Skills

SKILL.md

Microsoft Foundry Skill

This skill provides expert guidance for Microsoft Foundry. Covers troubleshooting, best practices, decision making, architecture & design patterns, limits & quotas, security, configuration, integrations & coding patterns, and deployment. It combines local quick-reference content with remote documentation fetching capabilities.

How to Use This Skill

IMPORTANT for Agent: Use the Category Index below to locate relevant sections. For categories with line ranges (e.g., L35-L120), use read_file with the specified lines. For categories with file links (e.g., [security.md](security.md)), use read_file on the linked reference file

IMPORTANT for Agent: If metadata.generated_at is more than 3 months old, suggest the user pull the latest version from the repository. If mcp_microsoftdocs tools are not available, suggest the user install it: Installation Guide

This skill requires network access to fetch documentation content:

  • Preferred: Use mcp_microsoftdocs:microsoft_docs_fetch with query string from=learn-agent-skill. Returns Markdown.
  • Fallback: Use fetch_webpage with query string from=learn-agent-skill&accept=text/markdown. Returns Markdown.

Category Index

CategoryLinesDescription
TroubleshootingL37-L44Diagnosing and fixing Foundry agent outages, data/resource loss, evaluation/observability issues, Azure OpenAI webhook failures, and known platform bugs with workarounds.
Best PracticesL45-L58Best practices for prompts, system messages, safety, tool use, routing, evaluation, and fine-tuning (incl. vision models) to improve Foundry/Azure AI agent quality.
Decision MakingL59-L97Guidance on choosing models, deployments, costs, and SDKs, plus migration, lifecycle, and disaster recovery decisions for Foundry, Gov, and related agent/model services.
Architecture & Design PatternsL98-L105Designing Foundry agent architectures: VNet/subnet sizing, isolated deployments, high availability patterns, and spillover traffic strategies for provisioned workloads.
Limits & QuotasL106-L126Limits, quotas, regions, and cost controls for Foundry agents and models, including sessions, vector/file search, function calls, evals, batch, caching, fine-tuning, and Azure OpenAI policies.
SecurityL127-L161Security, privacy, and compliance for Foundry: auth/RBAC, agent identities, Agent 365 governance, network isolation, keys, policies/guardrails, content safety, and secure MCP/agent tooling.
ConfigurationL162-L217Configuring and operating Foundry agents and models: endpoints, tools, memory, workflows, security/guardrails, networking, monitoring, Azure OpenAI, and deployment/quotas.
Integrations & Coding PatternsL218-L271Integrating Foundry agents and models with tools, APIs, and external systems (MCP, LangChain, LangGraph, Azure services, OpenAI features), plus coding patterns for routing, tracing, and fine-tuning.
DeploymentL272-L284Deploying and running models and agents in Foundry: portal/CLI/Bicep deployment, hosted agent migration and recovery, CI/CD evaluations, red teaming scans, and custom/fine-tuned model hosting.

Troubleshooting

TopicURL
Recover Foundry Agent Service from resource and data losshttps://learn.microsoft.com/en-us/azure/foundry/how-to/agent-service-operator-disaster-recovery
Troubleshoot Foundry evaluation and observability issueshttps://learn.microsoft.com/en-us/azure/foundry/observability/how-to/troubleshooting
Set up and troubleshoot Azure OpenAI webhookshttps://learn.microsoft.com/en-us/azure/foundry/openai/how-to/webhooks
Known issues and workarounds for Microsoft Foundry serviceshttps://learn.microsoft.com/en-us/azure/foundry/reference/foundry-known-issues

Best Practices

Decision Making

TopicURL
Decide how to migrate to the new Foundry Agent Servicehttps://learn.microsoft.com/en-us/azure/foundry/agents/how-to/migrate
Decide and migrate from legacy Agent Applications to new Foundry modelhttps://learn.microsoft.com/en-us/azure/foundry/agents/how-to/migrate-agent-applications
Use Bing grounding tools with agentshttps://learn.microsoft.com/en-us/azure/foundry/agents/how-to/tools/bing-tools
Choose the right web grounding tool for Foundry agentshttps://learn.microsoft.com/en-us/azure/foundry/agents/how-to/tools/web-overview
Plan and manage Microsoft Foundry cost usagehttps://learn.microsoft.com/en-us/azure/foundry/concepts/manage-costs
Plan Microsoft Foundry rollout and environment strategyhttps://learn.microsoft.com/en-us/azure/foundry/concepts/planning
Optimize Foundry model cost and performancehttps://learn.microsoft.com/en-us/azure/foundry/control-plane/how-to-optimize-cost-performance
Choose Foundry deployment types and data residency optionshttps://learn.microsoft.com/en-us/azure/foundry/foundry-models/concepts/deployment-types
Choose Foundry deployment types in Azure Governmenthttps://learn.microsoft.com/en-us/azure/foundry/foundry-models/concepts/deployment-types-gov
Manage model versioning and upgrade policies in Foundryhttps://learn.microsoft.com/en-us/azure/foundry/foundry-models/concepts/model-versions
Choose and manage model version policies in Foundry Govhttps://learn.microsoft.com/en-us/azure/foundry/foundry-models/concepts/model-versions-gov
Choose Foundry models sold directly by Azurehttps://learn.microsoft.com/en-us/azure/foundry/foundry-models/concepts/models-sold-directly-by-azure
Select Foundry models sold directly by Azure Governmenthttps://learn.microsoft.com/en-us/azure/foundry/foundry-models/concepts/models-sold-directly-by-azure-gov
Choose Foundry Models regions and deployment typeshttps://learn.microsoft.com/en-us/azure/foundry/foundry-models/concepts/models-sold-directly-by-azure-region-availability
Decide between GPT-5 and GPT-4.1 for your use casehttps://learn.microsoft.com/en-us/azure/foundry/foundry-models/how-to/model-choice-guide
Upgrade workloads from GitHub Models to Foundry Modelshttps://learn.microsoft.com/en-us/azure/foundry/foundry-models/how-to/quickstart-github-models
Plan disaster recovery for Foundry Agent Servicehttps://learn.microsoft.com/en-us/azure/foundry/how-to/agent-service-disaster-recovery
Use Foundry model leaderboard to compare and choose modelshttps://learn.microsoft.com/en-us/azure/foundry/how-to/benchmark-model-in-catalog
Select Foundry SDKs and endpoints for scenarioshttps://learn.microsoft.com/en-us/azure/foundry/how-to/develop/sdk-overview
Interpret and compare Foundry evaluation resultshttps://learn.microsoft.com/en-us/azure/foundry/how-to/evaluate-results
Enable and choose Fireworks models in Foundryhttps://learn.microsoft.com/en-us/azure/foundry/how-to/fireworks/enable-fireworks-models
Choose integration patterns for Microsoft Foundry APIshttps://learn.microsoft.com/en-us/azure/foundry/how-to/integrate-with-other-apps
Migrate from Azure AI Inference SDK to OpenAI SDKhttps://learn.microsoft.com/en-us/azure/foundry/how-to/model-inference-to-openai-migration
Plan migration from classic to current Foundryhttps://learn.microsoft.com/en-us/azure/foundry/how-to/navigate-from-classic
Decide and execute upgrade from Azure OpenAI to Foundryhttps://learn.microsoft.com/en-us/azure/foundry/how-to/upgrade-azure-openai
Choose content streaming and filtering modes in Foundryhttps://learn.microsoft.com/en-us/azure/foundry/openai/concepts/content-streaming
Use Foundry model retirement schedule for migrationshttps://learn.microsoft.com/en-us/azure/foundry/openai/concepts/model-retirement-schedule
Use the Foundry Gov model retirement schedule for migrationhttps://learn.microsoft.com/en-us/azure/foundry/openai/concepts/model-retirement-schedule-gov
Plan around Foundry model lifecycle and supporthttps://learn.microsoft.com/en-us/azure/foundry/openai/concepts/model-retirements
Plan around Foundry model lifecycle and retirements in Govhttps://learn.microsoft.com/en-us/azure/foundry/openai/concepts/model-retirements-gov
Choose and size provisioned throughput for Foundry modelshttps://learn.microsoft.com/en-us/azure/foundry/openai/concepts/provisioned-throughput
Identify retired Foundry models and alternativeshttps://learn.microsoft.com/en-us/azure/foundry/openai/concepts/retired-models
Estimate and manage fine-tuning costs in Foundryhttps://learn.microsoft.com/en-us/azure/foundry/openai/how-to/fine-tuning-cost-management
Plan PTU costs, billing, and capacity for Foundryhttps://learn.microsoft.com/en-us/azure/foundry/openai/how-to/provisioned-throughput-onboarding
Migrate from preview to GA Realtime APIhttps://learn.microsoft.com/en-us/azure/foundry/openai/how-to/realtime-audio-preview-api-migration-guide

Architecture & Design Patterns

Limits & Quotas

TopicURL
Quotas, limits, and regions for Foundry Agent Servicehttps://learn.microsoft.com/en-us/azure/foundry/agents/concepts/limits-quotas-regions
Use vector stores and file search limits in agentshttps://learn.microsoft.com/en-us/azure/foundry/agents/concepts/vector-stores
Manage hosted agents and lifecycle behavior in Foundryhttps://learn.microsoft.com/en-us/azure/foundry/agents/how-to/manage-hosted-agent
Manage hosted agent sessions and time-based limitshttps://learn.microsoft.com/en-us/azure/foundry/agents/how-to/manage-hosted-sessions
Use function calling and run time limits in Foundry agentshttps://learn.microsoft.com/en-us/azure/foundry/agents/how-to/tools/function-calling
Understand Foundry evaluation limits and regionshttps://learn.microsoft.com/en-us/azure/foundry/concepts/evaluation-regions-limits-virtual-network
Configure token rate limits and quotas for Foundry modelshttps://learn.microsoft.com/en-us/azure/foundry/control-plane/how-to-enforce-limits-models
Generate synthetic training data in Foundry (Preview)https://learn.microsoft.com/en-us/azure/foundry/fine-tuning/data-generation
Capabilities and availability of partner Foundry modelshttps://learn.microsoft.com/en-us/azure/foundry/foundry-models/concepts/models-from-partners
Reference quotas and limits for Foundry Modelshttps://learn.microsoft.com/en-us/azure/foundry/foundry-models/quotas-limits
Use Azure OpenAI global batch processing and quotashttps://learn.microsoft.com/en-us/azure/foundry/openai/how-to/batch
Use prompt caching to reduce Azure OpenAI costshttps://learn.microsoft.com/en-us/azure/foundry/openai/how-to/prompt-caching
Manage Azure OpenAI quota and rate limits in Foundryhttps://learn.microsoft.com/en-us/azure/foundry/openai/how-to/quota
Use reinforcement fine-tuning with cost safeguardshttps://learn.microsoft.com/en-us/azure/foundry/openai/how-to/reinforcement-fine-tuning
Reference Azure OpenAI quotas and limits in Foundryhttps://learn.microsoft.com/en-us/azure/foundry/openai/quotas-limits
Reference quotas and limits for Azure OpenAI in Azure Governmenthttps://learn.microsoft.com/en-us/azure/foundry/openai/quotas-limits-gov
Understand limited access policy for Azure OpenAIhttps://learn.microsoft.com/en-us/azure/foundry/responsible-ai/openai/limited-access

Security

TopicURL
Configure Microsoft Agent 365 integration for Foundry agent governancehttps://learn.microsoft.com/en-us/azure/foundry/agents/concepts/agent-365-integration
Configure and govern agent identities in Microsoft Foundryhttps://learn.microsoft.com/en-us/azure/foundry/agents/concepts/agent-identity
Configure authentication methods for Agent2Agent toolshttps://learn.microsoft.com/en-us/azure/foundry/agents/concepts/agent-to-agent-authentication
Reference hosted agent permissions and RBAC in Foundryhttps://learn.microsoft.com/en-us/azure/foundry/agents/concepts/hosted-agent-permissions
Configure environment and RBAC for Foundry agentshttps://learn.microsoft.com/en-us/azure/foundry/agents/environment-setup
Govern and manage Foundry agents with Agent 365https://learn.microsoft.com/en-us/azure/foundry/agents/how-to/agent-365
Publish Foundry agents as secure Azure resourceshttps://learn.microsoft.com/en-us/azure/foundry/agents/how-to/agent-applications
Configure Agent 365 data collection for Foundryhttps://learn.microsoft.com/en-us/azure/foundry/agents/how-to/configure-agent-365-data-collection
Control and disable Grounding with Bing accesshttps://learn.microsoft.com/en-us/azure/foundry/agents/how-to/manage-grounding-with-bing
Configure authentication for MCP servers in Foundryhttps://learn.microsoft.com/en-us/azure/foundry/agents/how-to/mcp-authentication
Configure computer use tool securely for agentshttps://learn.microsoft.com/en-us/azure/foundry/agents/how-to/tools/computer-use
Govern MCP tools via AI gateway and API Managementhttps://learn.microsoft.com/en-us/azure/foundry/agents/how-to/tools/governance
Deploy private networking for Foundry Agent Servicehttps://learn.microsoft.com/en-us/azure/foundry/agents/how-to/virtual-networks
Configure authentication and authorization in Microsoft Foundryhttps://learn.microsoft.com/en-us/azure/foundry/concepts/authentication-authorization-foundry
Configure customer-managed keys for Microsoft Foundryhttps://learn.microsoft.com/en-us/azure/foundry/concepts/encryption-keys-portal
Use RBAC roles and scopes in Microsoft Foundryhttps://learn.microsoft.com/en-us/azure/foundry/concepts/rbac-foundry
Govern Foundry agent infrastructure as Entra adminhttps://learn.microsoft.com/en-us/azure/foundry/control-plane/govern-agent-infrastructure-entra-admin
Manage Foundry compliance and security integrationshttps://learn.microsoft.com/en-us/azure/foundry/control-plane/how-to-manage-compliance-security
Create and apply Foundry guardrail policieshttps://learn.microsoft.com/en-us/azure/foundry/control-plane/quickstart-create-guardrail-policy
Configure keyless Entra ID authentication for Foundry Modelshttps://learn.microsoft.com/en-us/azure/foundry/foundry-models/how-to/configure-entra-id
Create custom Azure Policy rules for Foundry resourceshttps://learn.microsoft.com/en-us/azure/foundry/how-to/custom-policy-definition
Apply Azure AI Content Safety in LangChain agentshttps://learn.microsoft.com/en-us/azure/foundry/how-to/develop/langchain-middleware
Disable preview features in Microsoft Foundry using tags and RBAChttps://learn.microsoft.com/en-us/azure/foundry/how-to/disable-preview-features
Secure Foundry with managed virtual network isolationhttps://learn.microsoft.com/en-us/azure/foundry/how-to/managed-virtual-network
Use built-in Azure Policy to govern Foundry model deploymentshttps://learn.microsoft.com/en-us/azure/foundry/how-to/model-deployment-policy
Secure Foundry MCP Server with RBAC and policieshttps://learn.microsoft.com/en-us/azure/foundry/mcp/security-best-practices
Understand default guardrail safety policies in Foundryhttps://learn.microsoft.com/en-us/azure/foundry/openai/concepts/default-safety-policies
Apply safety evaluation to fine-tuned modelshttps://learn.microsoft.com/en-us/azure/foundry/openai/how-to/fine-tuning-safety-evaluation
Understand data privacy and security in Foundry Agent Servicehttps://learn.microsoft.com/en-us/azure/foundry/responsible-ai/agents/data-privacy-security
Configure data privacy and security for Claude in Foundryhttps://learn.microsoft.com/en-us/azure/foundry/responsible-ai/claude-models/data-privacy
Understand data, privacy, and security for Azure Direct Modelshttps://learn.microsoft.com/en-us/azure/foundry/responsible-ai/openai/data-privacy

Configuration

TopicURL
Configure capability hosts for Foundry Agent Servicehttps://learn.microsoft.com/en-us/azure/foundry/agents/concepts/capability-hosts
Configure and publish Microsoft Foundry agent endpointshttps://learn.microsoft.com/en-us/azure/foundry/agents/how-to/configure-agent
Configure and manage memory in Foundry agentshttps://learn.microsoft.com/en-us/azure/foundry/agents/how-to/memory-usage
Configure a private tool catalog for Foundry agentshttps://learn.microsoft.com/en-us/azure/foundry/agents/how-to/private-tool-catalog
Configure structured inputs to customize agent behaviorhttps://learn.microsoft.com/en-us/azure/foundry/agents/how-to/structured-inputs
Configure Browser Automation tool for Foundry agentshttps://learn.microsoft.com/en-us/azure/foundry/agents/how-to/tools/browser-automation
Configure custom MCP-based code interpreter for Foundry agentshttps://learn.microsoft.com/en-us/azure/foundry/agents/how-to/tools/custom-code-interpreter
Configure toolbox integrations for Foundry hosted agentshttps://learn.microsoft.com/en-us/azure/foundry/agents/how-to/tools/toolbox
Configure and use web search tool in Foundryhttps://learn.microsoft.com/en-us/azure/foundry/agents/how-to/tools/web-search
Configure Foundry agents to use existing Azure resourceshttps://learn.microsoft.com/en-us/azure/foundry/agents/how-to/use-your-own-resources
Configure declarative agent workflows in VS Codehttps://learn.microsoft.com/en-us/azure/foundry/agents/how-to/vs-code-agents-workflow-low-code
Use built-in evaluators in Microsoft Foundryhttps://learn.microsoft.com/en-us/azure/foundry/concepts/built-in-evaluators
Configure AI Gateway token limits and quotashttps://learn.microsoft.com/en-us/azure/foundry/configuration/enable-ai-api-management-gateway-portal
Register and configure custom agents in Foundryhttps://learn.microsoft.com/en-us/azure/foundry/control-plane/register-custom-agent
Use Foundry Models endpoints and authentication correctlyhttps://learn.microsoft.com/en-us/azure/foundry/foundry-models/concepts/endpoints
Configure Claude Code CLI and VS Code for Foundryhttps://learn.microsoft.com/en-us/azure/foundry/foundry-models/how-to/configure-claude-code
Configure Claude Desktop to use Microsoft Foundryhttps://learn.microsoft.com/en-us/azure/foundry/foundry-models/how-to/configure-claude-desktop
Generate text with Foundry Models using the Responses APIhttps://learn.microsoft.com/en-us/azure/foundry/foundry-models/how-to/generate-responses
Configure Azure Monitor for Foundry model deploymentshttps://learn.microsoft.com/en-us/azure/foundry/foundry-models/how-to/monitor-models
Configure guardrails and controls in Microsoft Foundryhttps://learn.microsoft.com/en-us/azure/foundry/guardrails/how-to-create-guardrails
Configure Foundry managed network access to on-premiseshttps://learn.microsoft.com/en-us/azure/foundry/how-to/access-on-premises-resources
Configure bring-your-own storage for Microsoft Foundryhttps://learn.microsoft.com/en-us/azure/foundry/how-to/bring-your-own-azure-storage-foundry
Set up BYOS for Speech and Language in Foundryhttps://learn.microsoft.com/en-us/azure/foundry/how-to/bring-your-own-azure-storage-speech-language-services
Configure Private Link network isolation for Microsoft Foundryhttps://learn.microsoft.com/en-us/azure/foundry/how-to/configure-private-link
Provision Microsoft Foundry resources using Terraformhttps://learn.microsoft.com/en-us/azure/foundry/how-to/create-resource-terraform
Run model and agent evaluations in Foundryhttps://learn.microsoft.com/en-us/azure/foundry/how-to/evaluate-generative-ai-app
Connect VS Code to Foundry MCP Serverhttps://learn.microsoft.com/en-us/azure/foundry/mcp/get-started
Configure Agent Monitoring Dashboard for Foundry agentshttps://learn.microsoft.com/en-us/azure/foundry/observability/how-to/how-to-monitor-agents-dashboard
Configure human evaluation workflows for agentshttps://learn.microsoft.com/en-us/azure/foundry/observability/how-to/human-evaluation
Configure tracing for LangChain and other AI agent frameworkshttps://learn.microsoft.com/en-us/azure/foundry/observability/how-to/trace-agent-framework
Configure tracing for Microsoft Foundry AI agentshttps://learn.microsoft.com/en-us/azure/foundry/observability/how-to/trace-agent-setup
Configure and use Azure OpenAI v1 API in Foundryhttps://learn.microsoft.com/en-us/azure/foundry/openai/api-version-lifecycle
Configure Prompt Shields for Foundry model securityhttps://learn.microsoft.com/en-us/azure/foundry/openai/concepts/content-filter-prompt-shields
Configure priority processing for Foundry model deploymentshttps://learn.microsoft.com/en-us/azure/foundry/openai/concepts/priority-processing
Automate Azure OpenAI deployments and TPM quota settingshttps://learn.microsoft.com/en-us/azure/foundry/openai/how-to/automate-quota-deployments
Call chat completion models with Azure OpenAI in Foundryhttps://learn.microsoft.com/en-us/azure/foundry/openai/how-to/chatgpt
Configure Azure OpenAI image generation modelshttps://learn.microsoft.com/en-us/azure/foundry/openai/how-to/dall-e
Configure DPO fine-tuning for Azure OpenAIhttps://learn.microsoft.com/en-us/azure/foundry/openai/how-to/fine-tuning-direct-preference-optimization
Call vision-enabled chat models with Azure OpenAI in Foundryhttps://learn.microsoft.com/en-us/azure/foundry/openai/how-to/gpt-with-vision
Create and tune provisioned deployments in Foundryhttps://learn.microsoft.com/en-us/azure/foundry/openai/how-to/provisioned-get-started
Use Azure OpenAI Responses API with tools and streaminghttps://learn.microsoft.com/en-us/azure/foundry/openai/how-to/responses
Azure OpenAI v1 REST API parameters in Foundryhttps://learn.microsoft.com/en-us/azure/foundry/openai/latest
Azure OpenAI v1 REST API parameters in Foundryhttps://learn.microsoft.com/en-us/azure/foundry/openai/latest
Azure OpenAI v1 REST API parameters in Foundryhttps://learn.microsoft.com/en-us/azure/foundry/openai/latest
Azure OpenAI v1 REST API parameters in Foundryhttps://learn.microsoft.com/en-us/azure/foundry/openai/latest
Azure OpenAI v1 REST API parameters in Foundryhttps://learn.microsoft.com/en-us/azure/foundry/openai/latest
Azure OpenAI v1 REST API parameters in Foundryhttps://learn.microsoft.com/en-us/azure/foundry/openai/latest
Azure OpenAI v1 REST API parameters in Foundryhttps://learn.microsoft.com/en-us/azure/foundry/openai/latest
Azure OpenAI v1 REST API parameters in Foundryhttps://learn.microsoft.com/en-us/azure/foundry/openai/latest
Azure OpenAI v1 REST API parameters in Foundryhttps://learn.microsoft.com/en-us/azure/foundry/openai/latest
Monitor Foundry OpenAI with Azure Monitor datahttps://learn.microsoft.com/en-us/azure/foundry/openai/monitor-openai-reference
Configure Azure OpenAI Realtime API events in Foundryhttps://learn.microsoft.com/en-us/azure/foundry/openai/realtime-audio-reference

Integrations & Coding Patterns

TopicURL
Use agents, conversations, and responses in Foundryhttps://learn.microsoft.com/en-us/azure/foundry/agents/concepts/runtime-components
Integrate BYO model gateways with Foundry agentshttps://learn.microsoft.com/en-us/azure/foundry/agents/how-to/ai-gateway
Enable Agent2Agent endpoints for Foundry agentshttps://learn.microsoft.com/en-us/azure/foundry/agents/how-to/enable-agent-to-agent-endpoint
Connect Foundry agents to Foundry IQ knowledge baseshttps://learn.microsoft.com/en-us/azure/foundry/agents/how-to/foundry-iq-connect
Connect Foundry agents to external A2A agent endpointshttps://learn.microsoft.com/en-us/azure/foundry/agents/how-to/tools/agent-to-agent
Connect Azure AI Search indexes to agentshttps://learn.microsoft.com/en-us/azure/foundry/agents/how-to/tools/ai-search
Integrate Azure Speech MCP tool with Foundry agentshttps://learn.microsoft.com/en-us/azure/foundry/agents/how-to/tools/azure-ai-speech
Integrate Azure Functions as tools for agentshttps://learn.microsoft.com/en-us/azure/foundry/agents/how-to/tools/azure-functions
Enable Code Interpreter tool for agentshttps://learn.microsoft.com/en-us/azure/foundry/agents/how-to/tools/code-interpreter
Connect Microsoft Fabric data agent to Foundry agentshttps://learn.microsoft.com/en-us/azure/foundry/agents/how-to/tools/fabric
Integrate file search tool with Microsoft Foundry agentshttps://learn.microsoft.com/en-us/azure/foundry/agents/how-to/tools/file-search
Use image generation tool in Foundry Agent Servicehttps://learn.microsoft.com/en-us/azure/foundry/agents/how-to/tools/image-generation
Integrate Foundry agents with Model Context Protocol servershttps://learn.microsoft.com/en-us/azure/foundry/agents/how-to/tools/model-context-protocol
Connect OpenAPI tools to Microsoft Foundry agentshttps://learn.microsoft.com/en-us/azure/foundry/agents/how-to/tools/openapi
Integrate Foundry agents with SharePoint contenthttps://learn.microsoft.com/en-us/azure/foundry/agents/how-to/tools/sharepoint
Use SKILL-based tools with Microsoft Foundry agentshttps://learn.microsoft.com/en-us/azure/foundry/agents/how-to/tools/skills
Run fine-tuning jobs with azd extensionhttps://learn.microsoft.com/en-us/azure/foundry/fine-tuning/fine-tune-cli
Deploy and call DeepSeek-R1 in Foundry Modelshttps://learn.microsoft.com/en-us/azure/foundry/foundry-models/tutorials/get-started-deepseek-r1
Build LangGraph agents with Foundry Agent Servicehttps://learn.microsoft.com/en-us/azure/foundry/how-to/develop/langchain-agents
Add Foundry long-term memory to LangChain appshttps://learn.microsoft.com/en-us/azure/foundry/how-to/develop/langchain-memory
Call Foundry models using LangChain integrationshttps://learn.microsoft.com/en-us/azure/foundry/how-to/develop/langchain-models
Trace LangChain apps with Foundry and Azure Monitorhttps://learn.microsoft.com/en-us/azure/foundry/how-to/develop/langchain-traces
Run AI Red Teaming Agent scans locallyhttps://learn.microsoft.com/en-us/azure/foundry/how-to/develop/run-scans-ai-red-teaming-agent
Integrate Azure Key Vault with Microsoft Foundryhttps://learn.microsoft.com/en-us/azure/foundry/how-to/set-up-key-vault-connection
Use Foundry MCP Server tools and promptshttps://learn.microsoft.com/en-us/azure/foundry/mcp/available-tools
Build and register custom MCP servers for Foundry agentshttps://learn.microsoft.com/en-us/azure/foundry/mcp/build-your-own-mcp-server
Add OpenTelemetry client-side tracing to Foundry agentshttps://learn.microsoft.com/en-us/azure/foundry/observability/how-to/trace-agent-client-side
Call Azure OpenAI audio models via APIhttps://learn.microsoft.com/en-us/azure/foundry/openai/audio-completions-quickstart
Authoring operations for Foundry OpenAI REST APIhttps://learn.microsoft.com/en-us/azure/foundry/openai/authoring-reference-preview
Use groundedness detection with Foundry OpenAIhttps://learn.microsoft.com/en-us/azure/foundry/openai/concepts/content-filter-groundedness
Configure and use Codex CLI with Azure OpenAIhttps://learn.microsoft.com/en-us/azure/foundry/openai/how-to/codex
Call o3-deep-research via Azure OpenAI Responses APIhttps://learn.microsoft.com/en-us/azure/foundry/openai/how-to/deep-research
Fine-tune Foundry models via SDK and RESThttps://learn.microsoft.com/en-us/azure/foundry/openai/how-to/fine-tuning
Fine-tune tool calling behavior in Azure OpenAIhttps://learn.microsoft.com/en-us/azure/foundry/openai/how-to/fine-tuning-functions
Implement function calling with Azure OpenAI in Foundryhttps://learn.microsoft.com/en-us/azure/foundry/openai/how-to/function-calling
Configure JSON mode responses for Azure OpenAIhttps://learn.microsoft.com/en-us/azure/foundry/openai/how-to/json-mode
Call Foundry model router via chat APIshttps://learn.microsoft.com/en-us/azure/foundry/openai/how-to/model-router
Optimize latency with predicted outputs in Azure OpenAIhttps://learn.microsoft.com/en-us/azure/foundry/openai/how-to/predicted-outputs
Implement GPT Realtime audio with Azure OpenAIhttps://learn.microsoft.com/en-us/azure/foundry/openai/how-to/realtime-audio
Use GPT Realtime API over SIPhttps://learn.microsoft.com/en-us/azure/foundry/openai/how-to/realtime-audio-sip
Use GPT Realtime API over WebRTChttps://learn.microsoft.com/en-us/azure/foundry/openai/how-to/realtime-audio-webrtc
Use GPT Realtime API over WebSocketshttps://learn.microsoft.com/en-us/azure/foundry/openai/how-to/realtime-audio-websockets
Call Foundry models via Responses API and routinghttps://learn.microsoft.com/en-us/azure/foundry/openai/how-to/responses-model-routing
Use structured outputs and JSON schema with Azure OpenAIhttps://learn.microsoft.com/en-us/azure/foundry/openai/how-to/structured-outputs
Enable and configure web search tool in Responses APIhttps://learn.microsoft.com/en-us/azure/foundry/openai/how-to/web-search
Use WebSocket mode with Azure OpenAI Responses APIhttps://learn.microsoft.com/en-us/azure/foundry/openai/how-to/websockets
Call Azure OpenAI inference REST APIs in Foundryhttps://learn.microsoft.com/en-us/azure/foundry/openai/reference
Use Foundry OpenAI preview inference REST APIhttps://learn.microsoft.com/en-us/azure/foundry/openai/reference-preview
Call Foundry OpenAI v1 preview REST endpointshttps://learn.microsoft.com/en-us/azure/foundry/openai/reference-preview-latest
Use Azure OpenAI Whisper for speech to texthttps://learn.microsoft.com/en-us/azure/foundry/openai/whisper-quickstart

Deployment

Synced from MicrosoftDocs/Agent-Skills@ff3c314fetched May 24, 2026

Quick Stats

Source repo · this path
Stars596
Forks67
Last commit2026-06-02
Contributors2
LicenseCC-BY-4.0
CategoryAI/ML Development
View on GitHub

Tags

microsoftazurefoundryai-agentsazure-openai