**ANALYSIS SKILL** — Query official Microsoft documentation to understand concepts, find tutorials, and learn how services work. WHEN: "Microsoft Learn", "Azure docs", "quickstart guide", "limits and quotas", "WAF reference", "architecture pattern docs". DO NOT USE FOR: Azure pricing (use azure-pricing MCP).
74
91%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Passed
No known issues
Search and retrieve official Microsoft documentation from learn.microsoft.com. Covers Azure, .NET, Microsoft 365, Windows, Power Platform, and all Microsoft technologies.
azure-mcp in .vscode/mcp.json) running locally via
npx @azure/mcp@latest server start. The Microsoft Learn docs tools are
exposed through the Azure MCP documentation router.learn.microsoft.commslearn CLI fallback (via npx @microsoft/learn-cli ...)All operations go through the Azure MCP documentation router
(mcp_azure-mcp_documentation); pass the sub-command via command.
command value | Use For |
|---|---|
microsoft_docs_search | Find documentation — concepts, guides, tutorials, configuration |
microsoft_docs_fetch | Get full page content (when search excerpts aren't enough) |
microsoft_code_sample_search | Find runnable code samples in official docs |
// Tool: mcp_azure-mcp_documentation
{
"intent": "find AKS private cluster guidance",
"command": "microsoft_docs_search",
"parameters": { "query": "AKS private cluster best practices" }
}microsoft_docs_search; only fetch the full page when the search excerpt is insufficient.NET 8, EF Core 8), task intent (quickstart, tutorial, overview, limits), and platform (Linux, Windows) where relevantnpx @microsoft/learn-cli search "..."microsoft_docs_search with a specific querymicrosoft_docs_fetch on the most relevant URL only when the excerpt is cut offmicrosoft_code_sample_search when the user wants runnable exampleslearn.microsoft.com URLIf the Azure MCP server is unavailable:
npx @microsoft/learn-cli search "azure functions timeout"The fetch command supports --section <heading> and --max-chars <number>.
| MCP invocation | CLI equivalent |
|---|---|
mcp_azure-mcp_documentation (command: "microsoft_docs_search") | mslearn search "..." |
mcp_azure-mcp_documentation (command: "microsoft_docs_fetch") | mslearn fetch "..." |
05d7617
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.