
Answer-first summary for fast verification
Answer: Provision an Azure OpenAI Service resource using the Azure portal, implement error handling in the application, and submit prompts to the model's API endpoint to receive natural language responses.
The correct answer is D. To integrate Azure OpenAI Service into the client's application, you would first provision an Azure OpenAI Service resource using the Azure portal. This is the most user-friendly option and allows for easy management of the resource. Next, you would implement error handling in the application to handle any errors that may occur during the API calls. Finally, you would submit prompts to the model's API endpoint to receive natural language responses based on the user input.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
Your client wants to integrate Azure OpenAI Service into their existing application to generate natural language content based on user input. They have provided you with the following requirements:
Given these requirements, describe how you would implement the integration of Azure OpenAI Service into the client's application.
A
Use Azure CLI to create an Azure OpenAI Service resource, implement error handling in the application, and submit prompts to the model's API endpoint to receive natural language responses.
B
Deploy an Azure OpenAI Service resource using Azure PowerShell, implement error handling in the application, and submit prompts to the model's API endpoint to receive natural language responses.
C
Use Azure Resource Manager (ARM) templates to deploy an Azure OpenAI Service resource, implement error handling in the application, and submit prompts to the model's API endpoint to receive natural language responses.
D
Provision an Azure OpenAI Service resource using the Azure portal, implement error handling in the application, and submit prompts to the model's API endpoint to receive natural language responses.