FEFreeExamDumps.in

Microsoft Certified: Azure AI Apps and Agents Developer Associate

Topic 1

Question 64

AI-103 voucher + Udemy course (lifetime access) = ₹3,500 for Indian ID card holders.

Details →

You have a Microsoft Foundry project that ingests scanned PDF invoices stored in Azure Blob Storage. Each invoice contains printed fine items and has a table-based layout. Extracted results are stored as structured JSON and used as grounding data for an agent in a Retrieval Augmented Generation (RAG) solution. You need to create a single analyzer that meets the following requirements: Extracts the invoice number, invoice date, vendor name, and total amount across varying templates Returns confidence scores so that results with confidence below 0.80 can be routed for supervisor review What should you use?

  • Aa Foundry agent that has groundedness guardrails enabled to extract invoice fields and confidence scores
  • Ba custom Azure Content Understanding in Foundry Tools analyzer that defines the required fields as the extracted fields and the returned confidence scores for routing ✓
  • Cthe Azure Content Understanding in Foundry Tools prebuilt-layout analyzer
  • Dthe Azure Content Understanding in Foundry Tools prebuilt-documentSearch analyzer and search.score from the Azure AI Search results for routing