Exam DP-100 Topic 2 Question 234 Discussion
Actual exam question for Microsoft's DP-100 exam
Question #: 234
Topic #: 2
Question #: 234
Topic #: 2
You have an Azure AI Foundry project with a connected Azure OpenAI Service model.
You have a set of text files stored locally on your computer.
You must set up a flow that will generate responses based on the content of your local files.
You need to implement a solution.
Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

You have a set of text files stored locally on your computer.
You must set up a flow that will generate responses based on the content of your local files.
You need to implement a solution.
Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Suggested Answer:

Explanation:
To implement a solution in Azure AI Foundry that allows generating responses based on the content of local files using a connected Azure OpenAI Service model, you need to:
* Create a data asset - Upload the local text files to Azure AI Foundry to make the data accessible for processing.
* Create a vector index - Index the text data to enable efficient similarity searches, which is essential for semantic retrieval (RAG - Retrieval-Augmented Generation).
* Create a connection - Connect your Azure OpenAI Service model or external resources.
* Create a flow - Set up the orchestration logic that brings together your data asset, vector index, and model to generate responses.
by Gavin at Jul 11, 2026, 02:12 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).