DRAG DROP You have an Azure subscription that contains an Azure Al Search resource named AS1. You implement a custom skill in AS1 that performs language and sentiment analysis of documents. You ate evaluating the use of AS1 as part of an enrichment pipeline. In which order will AS1 index the documents? To answer, move all indexing stages from the list of stages to the answer area and arrange them in the correct order.
Looks good to me: document cracking, field mappings, skillset execution, output field mappings, push to index. Cracking always starts the pipeline by extracting content, mapping happens before running skills so those fields are available, then custom skills work their magic. Pretty sure that's the right flow unless Microsoft changed something recently! Disagree?
This order seems right to me: document cracking, field mappings, skillset execution, output field mappings, push to index. That's how Azure Search processes and enriches docs before indexing. Pretty sure that's what's expected, unless there's a new twist in recent updates. Agree?
