Microsoft Certified Azure AI Engineer Associate - AI-102

Microsoft Certified Azure AI Engineer Associate - AI-102

Get started today

Ultimate access to all questions.


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:

  1. The application should be able to submit prompts to the Azure OpenAI Service and receive responses.
  2. The responses should be in natural language.
  3. The application should handle errors and provide appropriate feedback to the user.

Given these requirements, describe how you would implement the integration of Azure OpenAI Service into the client's application.




Explanation:

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.