試験AI-103-JPN トピック1 問題123 スレッド

Microsoft AI-103-JPNのリアル試験問題集
問題 #: 123
トピック #: 1
あなたは、Project1 という名前の Microsoft Foundry プロジェクトにデプロイされたモデルを使用して応答を生成する App1 という名前の Web アプリケーションを構築しています。
App1は、モデルにプロンプ​​トを送信する前に、Azure AI Searchを使用してドキュメントを取得する必要があります。
Project1とApp1を統合する必要があります。ソリューションは以下の要件を満たす必要があります。
* 複数のクライアントアプリケーションは、同じ検索設定を使用する必要があります。
* セキュリティポリシーは、鍵ベースの認証を防止するものでなければならない。
管理業務は最小限に抑えなければならない。
あなたはどうすべきでしょうか?

おすすめの解答:D 解答を投票する

The correct solution is to configure an Azure AI Search connection in Project1 and reference that connection from each application. Microsoft Foundry project connections are intended to centralize external resource configuration for a project. The official Foundry guidance states that when adding a connection, you select the external service, such as Azure AI Search , and choose the authentication method for that resource.
This directly satisfies the requirement for multiple client applications to use the same search configuration instead of duplicating endpoints, indexes, and credentials in each app.
The security requirement is met by configuring the connection with keyless authentication. The Azure AI Search integration guidance specifies that a Foundry project connection requires the search endpoint and either key-based authentication or keyless authentication with Microsoft Entra ID . For keyless authentication, RBAC roles are assigned to the project's managed identity, eliminating hard-coded API keys.
Options A and C use secure identity-based access but force every client application to maintain its own Azure AI Search configuration, increasing administration and violating the shared-configuration requirement. Option B also increases administrative work and does not use the native Azure AI Search connection type. Reference topics: Microsoft Foundry project connections, Azure AI Search grounding, Microsoft Entra ID authentication, managed identities, and RBAC.

Miura 2026-08-03 06:53:35

コメント

正解:
?」こちらは投票コメントになっております。普通のコメントに切り替えます。
ニックネーム: 送信 キャンセル
投票コメントをあげるごとに、選択した解答の投票数を1つ増やすことができます。

他人の解答コメントを賛成するのも、その解答に一票を入れることになります。したがって、すでに同じ意見の投票コメントが存在する場合、新規コメントをする代わりに賛成することもできます。