
Ultimate access to all questions.
You are tasked with implementing an Azure AI Search solution for a large e-commerce company that has a vast inventory of products. The company wants to provide a powerful search experience for their customers. Describe the steps you would take to provision an Azure AI Search resource, create data sources, and create an index that can handle the company's large inventory of products.
A
Provision an Azure AI Search resource by creating a new resource in the Azure portal, select the appropriate pricing tier, and configure the resource settings.
B
Create data sources by connecting to the company's inventory database, define the data schema, and specify the fields to be indexed.
C
Create an index by defining the index schema, specifying the fields, data types, and attributes for each field, and setting up the scoring profiles.
D
All of the above