AI-102 Question 37
Select 4You are tasked with creating an Azure Cognitive Services resource to implement a machine translation feature in your application. The solution should allow for scalability and support integration with other Azure services. Which steps should you take to create this resource in the Azure portal?
- A
Navigate to the Azure portal, search for 'Cognitive Services', and click 'Create'.
- B
Select the appropriate region, pricing tier, and resource group in the 'Create Cognitive Services' wizard.
- C
Enable the 'Custom Neural Voice' feature during resource creation to ensure machine translation functionality.
- D
Assign a unique resource name and select the 'Translator' service from the 'Cognitive Services Type' dropdown.
- E
Download the resource key after creation for use in your application.
Show answer and explanation
Correct answers: A, B, D, E
Explanation
To create an Azure Cognitive Services resource for machine translation in the Azure portal, you must start by navigating to the Cognitive Services section and initiating the creation process. Key steps include specifying the region, pricing tier, and resource group; assigning a unique name to the resource; and selecting 'Translator' as the service type. The resource key is critical for integrating the service into your application. The 'Custom Neural Voice' feature is unrelated to machine translation and therefore not part of this process.
- A. Correct.
Correct. To create an Azure Cognitive Services resource, you must navigate to the Azure portal, search for 'Cognitive Services', and click 'Create'. This is the first step in the process.
- B. Correct.
Correct. Selecting the appropriate region, pricing tier, and resource group is required during the resource creation process to align with your application needs.
- C. Incorrect.
Incorrect. The 'Custom Neural Voice' feature is not required for machine translation. This feature is specific to creating custom voices for text-to-speech applications.
- D. Correct.
Correct. Assigning a unique resource name and selecting 'Translator' as the service type is essential for setting up the machine translation functionality.
- E. Correct.
Correct. After creating the resource, you must download the resource key, as it is needed for authentication when integrating the service into your application.