AI-102 · Question #417
You are building a knowledge mining solution that will recognize Personally Identifiable Information (PII) by using Azure AI Search. You need to build an indexer pipeline that will flag the PII. The…
To recognize PII in an Azure AI Search indexer pipeline with minimal development effort, you should leverage the built-in PII detection skill.
Question
Options
- Aan Azure AI Search built-in skill
- Ban Azure function
- Can Azure logic app
- Dan Azure AI Search custom skill
Why each option
To recognize PII in an Azure AI Search indexer pipeline with minimal development effort, you should leverage the built-in PII detection skill.
An Azure Function would require custom code to implement PII detection, which increases development effort.
An Azure Logic App would also require custom logic and integration, leading to more development effort than using a built-in skill.
An Azure AI Search custom skill requires developing and deploying custom code to perform the PII detection, which contradicts the goal of minimizing development effort.
Concept tested: Azure AI Search built-in PII detection skill
Source: https://learn.microsoft.com/en-us/azure/search/cognitive-search-skill-pii-detection
Topics
Community Discussion
No community discussion yet for this question.