The AI-102 exam has been retired
It was retired on June 30, 2026. It was replaced by AI-103 (Microsoft Azure AI Apps and Agents Developer Associate). Go to the AI-103 study guide →
Copyright (c) 2026 MindMesh Academy. All rights reserved. This content is proprietary and may not be reproduced or distributed without permission.
7.1.2. Skillsets (AI Enrichment)
Skillsets define the AI enrichment operations applied during indexing. Built-in skills cover common extraction patterns; custom skills extend capabilities.
Built-in Skills:
| Skill | Purpose |
|---|---|
EntityRecognitionSkill | Extract people, orgs, locations |
SentimentSkill | Sentiment analysis |
KeyPhraseExtractionSkill | Key phrases |
OcrSkill | Extract text from images |
MergeSkill | Combine text fields |
SplitSkill | Chunk text |
Skillset JSON Structure:
{
"skills": [{
"@odata.type": "#Microsoft.Skills.Text.V3.EntityRecognitionSkill",
"inputs": [{"name": "text", "source": "/document/content"}],
"outputs": [{"name": "persons", "targetName": "people"}]
}]
}
Written byAlvin Varughese
Founder•18 professional certifications