AI-102 Question 350
Select 3You are tasked with setting up an Azure AI Search resource for a web application that requires full-text search capabilities and supports multiple languages. Which of the following steps are required to successfully provision the Azure AI Search resource?
- A
Choose a unique name for the Azure AI Search service.
- B
Select the geographic region where the search service will be hosted.
- C
Manually configure the index schema during the provisioning process.
- D
Choose a pricing tier for the Azure AI Search service.
- E
Enable AI-powered capabilities, such as semantic search, during the provisioning process.
Show answer and explanation
Correct answers: A, B, D
Explanation
Provisioning an Azure AI Search resource requires a unique name, selecting a region, and choosing a pricing tier. These steps are essential to create the resource. Configuring the index schema and enabling optional AI features occur post-provisioning and are not part of the initial setup process.
- A. Correct.
You must provide a globally unique name for the Azure AI Search service during provisioning because it will serve as the service's unique identifier.
- B. Correct.
Selecting a geographic region is required to determine where the search service will be hosted. This impacts performance and compliance with data residency requirements.
- C. Incorrect.
Configuring the index schema is not done during the provisioning of the resource. It is performed later, after the search service is created.
- D. Correct.
Choosing a pricing tier is a required step during provisioning as it determines the capacity and features of the service.
- E. Incorrect.
AI-powered capabilities, such as semantic search, can be enabled after the service is provisioned, but they do not need to be configured during the initial setup.