Skillshub azure-ai-foundry-local

Azure AI Foundry Local Skill

install
source · Clone the upstream repo
git clone https://github.com/ComeOnOliver/skillshub
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ComeOnOliver/skillshub "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/MicrosoftDocs/Agent-Skills/azure-ai-foundry-local" ~/.claude/skills/comeonoliver-skillshub-azure-ai-foundry-local && rm -rf "$T"
manifest: skills/MicrosoftDocs/Agent-Skills/azure-ai-foundry-local/SKILL.md
source content

Azure AI Foundry Local Skill

This skill provides expert guidance for Azure AI Foundry Local. Covers troubleshooting, best practices, decision making, configuration, and integrations & coding patterns. 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
TroubleshootingL33-L37Troubleshooting setup and runtime issues when installing and running Azure AI Foundry Local specifically on Windows Server 2025.
Best PracticesL38-L42Best practices for configuring, securing, and operating Foundry Local, plus troubleshooting setup, connectivity, performance, and common runtime or deployment issues.
Decision MakingL43-L47Guidance for upgrading code and workflows from the legacy Foundry Local SDK to the current SDK, including API changes, migration steps, and compatibility considerations.
ConfigurationL48-L56Installing and configuring Foundry Local, compiling Hugging Face models with Olive, using the CLI, and referencing SDK APIs and configuration options (including legacy SDK).
Integrations & Coding PatternsL57-L67Patterns and code samples for calling Foundry Local via REST/SDKs, OpenAI-compatible clients, LangChain, tool calling, transcription, model catalog, and building chat UIs.

Troubleshooting

TopicURL
Run Foundry Local on Windows Server 2025https://learn.microsoft.com/en-us/azure/foundry-local/reference/windows-server-frequently-asked-questions

Best Practices

TopicURL
Apply best practices and troubleshoot Foundry Localhttps://learn.microsoft.com/en-us/azure/foundry-local/reference/reference-best-practice

Decision Making

TopicURL
Migrate from legacy to current Foundry Local SDKhttps://learn.microsoft.com/en-us/azure/foundry-local/reference/reference-sdk-migration

Configuration

TopicURL
Install and configure Foundry Local on your devicehttps://learn.microsoft.com/en-us/azure/foundry-local/get-started
Compile Hugging Face models for Foundry Local with Olivehttps://learn.microsoft.com/en-us/azure/foundry-local/how-to/how-to-compile-hugging-face-models
Use Foundry Local CLI commands and optionshttps://learn.microsoft.com/en-us/azure/foundry-local/reference/reference-cli
Foundry Local SDK API and configuration referencehttps://learn.microsoft.com/en-us/azure/foundry-local/reference/reference-sdk-current
Legacy Foundry Local SDK API referencehttps://learn.microsoft.com/en-us/azure/foundry-local/reference/reference-sdk-legacy

Integrations & Coding Patterns

TopicURL
Create a chat UI using Open WebUI and Foundry Localhttps://learn.microsoft.com/en-us/azure/foundry-local/how-to/how-to-chat-application-with-open-web-ui
Integrate Foundry Local with OpenAI-compatible SDKshttps://learn.microsoft.com/en-us/azure/foundry-local/how-to/how-to-integrate-with-inference-sdks
Transcribe audio using Foundry Local transcription APIhttps://learn.microsoft.com/en-us/azure/foundry-local/how-to/how-to-transcribe-audio
Build a LangChain translation app with Foundry Localhttps://learn.microsoft.com/en-us/azure/foundry-local/how-to/how-to-use-langchain-with-foundry-local
Implement native chat completions with Foundry Local SDKhttps://learn.microsoft.com/en-us/azure/foundry-local/how-to/how-to-use-native-chat-completions
Use tool calling with Foundry Local modelshttps://learn.microsoft.com/en-us/azure/foundry-local/how-to/how-to-use-tool-calling-with-foundry-local
Integrate with Foundry Local Model Catalog APIhttps://learn.microsoft.com/en-us/azure/foundry-local/reference/reference-catalog-api
Invoke Foundry Local via REST API endpointshttps://learn.microsoft.com/en-us/azure/foundry-local/reference/reference-rest