Azure Content Understanding in Foundry Tools Skill
This skill provides expert guidance for Azure Content Understanding in Foundry Tools. Covers troubleshooting, best practices, decision making, architecture & design patterns, limits & quotas, security, 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), useread_filewith the specified lines. For categories with file links (e.g.,[security.md](security.md)), useread_fileon the linked reference file
IMPORTANT for Agent: If
metadata.generated_atis more than 3 months old, suggest the user pull the latest version from the repository. Ifmcp_microsoftdocstools 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_fetchwith query stringfrom=learn-agent-skill. Returns Markdown. - Fallback: Use
fetch_webpagewith query stringfrom=learn-agent-skill&accept=text/markdown. Returns Markdown.
Category Index
| Category | Lines | Description |
|---|---|---|
| Troubleshooting | L36-L40 | Diagnosing and resolving common Azure Content Understanding issues, including configuration errors, model failures, data ingestion problems, and troubleshooting steps/logs. |
| Best Practices | L41-L46 | Guidance on designing reliable extraction setups, using confidence scores and grounding to validate results, and improving accuracy of document analysis in Content Understanding. |
| Decision Making | L47-L56 | Guidance for choosing Azure AI tools, deployment modes, and Foundry vs Studio features, plus migration steps and pricing estimates for Content Understanding. |
| Architecture & Design Patterns | L57-L62 | Designing RAG and RPA solutions with Content Understanding, including architecture patterns, workflow design, and best practices for integrating document intelligence into applications. |
| Limits & Quotas | L63-L67 | Service-specific limits for Content Understanding: quotas on requests, throughput, document size, concurrency, and guidance on handling throttling and scaling within those limits. |
| Security | L68-L72 | Securing Content Understanding analyzers and data: encryption, access control, network isolation, compliance, and best practices for protecting customer content and telemetry. |
| Configuration | L73-L92 | Configuring and customizing Content Understanding analyzers, classifiers, layouts, faces, images, audiovisual analysis, tasks, resources, and Markdown outputs for extraction and routing. |
| Integrations & Coding Patterns | L93-L98 | Using the Content Understanding REST API/SDKs, building custom analyzers, and wiring Content Understanding into workflows via Azure Logic Apps and automation patterns. |
Troubleshooting
| Topic | URL |
|---|---|
| Troubleshoot common Content Understanding issues | https://learn.microsoft.com/en-us/azure/ai-services/content-understanding/faq |
Best Practices
| Topic | URL |
|---|---|
| Apply best practices for Content Understanding extraction | https://learn.microsoft.com/en-us/azure/ai-services/content-understanding/concepts/best-practices |
| Improve document analysis with confidence and grounding | https://learn.microsoft.com/en-us/azure/ai-services/content-understanding/document/analyzer-improvement |
Decision Making
| Topic | URL |
|---|---|
| Choose Azure AI tools for document processing | https://learn.microsoft.com/en-us/azure/ai-services/content-understanding/choosing-right-ai-tool |
| Choose model deployments for Content Understanding analyzers | https://learn.microsoft.com/en-us/azure/ai-services/content-understanding/concepts/models-deployments |
| Select standard vs pro modes for Content Understanding | https://learn.microsoft.com/en-us/azure/ai-services/content-understanding/concepts/standard-pro-modes |
| Compare Foundry vs Content Understanding Studio features | https://learn.microsoft.com/en-us/azure/ai-services/content-understanding/foundry-vs-content-understanding-studio |
| Migrate Content Understanding from preview to GA | https://learn.microsoft.com/en-us/azure/ai-services/content-understanding/how-to/migration-preview-to-ga |
| Estimate and plan Content Understanding pricing | https://learn.microsoft.com/en-us/azure/ai-services/content-understanding/pricing-explainer |
Architecture & Design Patterns
| Topic | URL |
|---|---|
| Design a RAG solution with Content Understanding | https://learn.microsoft.com/en-us/azure/ai-services/content-understanding/tutorial/build-rag-solution |
| Design RPA workflows using Content Understanding | https://learn.microsoft.com/en-us/azure/ai-services/content-understanding/tutorial/robotic-process-automation |
Limits & Quotas
| Topic | URL |
|---|---|
| Understand Content Understanding service quotas and limits | https://learn.microsoft.com/en-us/azure/ai-services/content-understanding/service-limits |
Security
| Topic | URL |
|---|---|
| Secure Content Understanding analyzers and data | https://learn.microsoft.com/en-us/azure/ai-services/content-understanding/concepts/secure-communications |
Configuration
Integrations & Coding Patterns
| Topic | URL |
|---|---|
| Call Content Understanding REST API and SDKs | https://learn.microsoft.com/en-us/azure/ai-services/content-understanding/quickstart/use-rest-api |
| Create custom analyzers via Content Understanding REST API | https://learn.microsoft.com/en-us/azure/ai-services/content-understanding/tutorial/create-custom-analyzer |
| Integrate Content Understanding with Azure Logic Apps | https://learn.microsoft.com/en-us/azure/ai-services/content-understanding/tutorial/logic-apps |