Question 31
AI-103 voucher + Udemy course (lifetime access) = ₹3,500 for Indian ID card holders.
Details →You are building a web app named App1 that generates responses by using a model deployed to a Microsoft Foundry project named Project1. Before sending the prompts to the model, App1 must retrieve documents by using Azure AI Search. You need to integrate Project1 and App1. The solution must meet the following requirements: Multiple client applications must use the same search configuration. A security policy must prevent key-based authentication. Administrative effort must be minimized. What should you do?
- ACreate a custom HTTP connection in Foundry and manually configure Azure AI Search endpoints per application.
- BConfigure an Azure AI Search connection in Project1 and reference the connection in each application. ✓
- CCall Azure AI Search directly from each application by using Microsoft Entra authentication.
- DEnable a managed identity for each application and call Azure AI Search directly.