
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.