
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:
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.