Hello,
Welcome to Microsoft Q&A,
You can add your data and index it using Azure AI Search or upload files directly within Azure AI Foundry. Here's how to proceed:
Azure AI Search:
- Create an Azure AI Search resource.
In the search resource, add a data source (e.g., Blob Storage, Azure SQL, Table Storage, Cosmos DB, etc.).
Create an index to define the searchable structure.
Set up an indexer to ingest and refresh data from the source.
Once your index is ready, you can add the Azure AI Search resource as a data source within Azure AI Foundry to enable RAG (Retrieval-Augmented Generation) or other advanced workflows.
Azure AI Foundry:
Please Upvote and accept the answer if it helps!!