AI-102 Question 40
Select 3You are tasked with building an AI-powered solution for a client that requires natural language understanding (NLU) capabilities. You decide to use Azure AI services for this purpose. Which steps must you take to create and configure the appropriate Azure AI resource in the Azure portal?
- A
Navigate to the Azure portal, search for 'Language Service', and create a new Language resource.
- B
Select a pricing tier for the Language resource during the creation process.
- C
Manually install the Azure SDK for the Language Service on the Azure portal.
- D
Specify the resource's region and assign it to a resource group during the creation process.
- E
Configure a custom subdomain for the Language resource before creating it.
Show answer and explanation
Correct answers: A, B, D
Explanation
To create an Azure AI resource, such as the Language Service, you need to navigate to the Azure portal, search for the appropriate service, and create a new resource. During the creation process, you must select a pricing tier, specify the region, and assign the resource to a resource group. Optional configurations, like SDK installation or custom subdomains, are not required at this stage.
- A. Correct.
Correct. To create a Language resource, you need to search for 'Language Service' in the Azure portal and create a new resource.
- B. Correct.
Correct. Selecting a pricing tier is a mandatory step during the resource creation process to define the service limits and cost structure.
- C. Incorrect.
Incorrect. You do not need to manually install the SDK on the Azure portal. SDKs are optional tools used by developers to interact with Azure services programmatically.
- D. Correct.
Correct. You must specify the region and associate the resource with a resource group to ensure proper organization and compliance with regional data requirements.
- E. Incorrect.
Incorrect. Configuring a custom subdomain is not a required step when creating a Language resource. This can be done later if needed for specific scenarios.