
Answer-first summary for fast verification
Answer: Provision an Azure OpenAI Service resource using the Azure portal, select the GPT-3 model, and submit user prompts to the model's API endpoint.
The correct answer is A. To provision an Azure OpenAI Service resource, you can use the Azure portal, which is the most user-friendly option. The GPT-3 model is suitable for generating natural language content based on user prompts. Once the resource is provisioned and the model is selected, you can submit prompts to the model's API endpoint to generate the content.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are tasked with deploying an Azure OpenAI Service resource for a client who wants to generate natural language content based on user prompts. Describe the steps you would take to provision the resource, select and deploy an appropriate model, and submit prompts to generate the content.
A
Provision an Azure OpenAI Service resource using the Azure portal, select the GPT-3 model, and submit user prompts to the model's API endpoint.
B
Use Azure CLI to create an Azure OpenAI Service resource, choose the Codex model, and send user prompts to the model's API endpoint.
C
Deploy an Azure OpenAI Service resource using Azure PowerShell, select the DALL-E model, and submit user prompts to the model's API endpoint.
D
Use Azure Resource Manager (ARM) templates to deploy an Azure OpenAI Service resource, choose the GPT-3 model, and submit user prompts to the model's API endpoint.
No comments yet.