AI-102 Question 349
Select 3You are tasked with setting up an Azure AI Search resource for your organization to enable advanced search capabilities on a large dataset. Which of the following steps must you perform during the provisioning process to ensure the resource is created and configured correctly?
- A
Select the appropriate pricing tier based on expected query volume and storage requirements.
- B
Configure a custom domain for the search service during the provisioning process.
- C
Choose a unique service name that adheres to Azure naming conventions.
- D
Specify the region where the Azure Cognitive Search resource should be deployed.
- E
Enable semantic search features during the provisioning process.
Show answer and explanation
Correct answers: A, C, D
Explanation
Provisioning an Azure AI Search resource requires selecting the correct pricing tier, assigning a unique service name, and specifying the deployment region. Custom domain configuration and enabling semantic search are optional configurations that can be performed after the resource is created. Understanding these steps ensures the resource is set up correctly and optimized for use.
- A. Correct.
Selecting the appropriate pricing tier is a required step to ensure your Azure AI Search resource meets performance and cost needs.
- B. Incorrect.
Configuring a custom domain is not part of the provisioning process; it can be set up later if needed.
- C. Correct.
Choosing a unique service name that adheres to Azure naming conventions is mandatory during resource creation.
- D. Correct.
Specifying the region is essential to determine where the resource will be deployed and to optimize performance and compliance.
- E. Incorrect.
Enabling semantic search features is not done during the provisioning process. This feature can be enabled later through the Azure portal or API.