AI-102 Question 434
Select 3You are tasked with provisioning an Azure OpenAI Service resource for your organization. Which of the following steps are essential to successfully provision the resource?
- A
Choose a region where Azure OpenAI Service is available.
- B
Ensure your Azure Active Directory (AAD) tenant is approved for Azure OpenAI usage.
- C
Generate an API key manually before provisioning the resource.
- D
Set up a virtual network (VNet) for secure access to the Azure OpenAI Service.
- E
Assign the Contributor role to your account or a managed identity for resource creation.
Show answer and explanation
Correct answers: A, B, E
Explanation
To provision an Azure OpenAI Service resource, you must select an available region, ensure your AAD tenant is approved, and have sufficient permissions (e.g., Contributor role) for resource creation. Generating an API key manually or setting up a virtual network is not mandatory for provisioning the resource but may be needed later depending on your use case.
- A. Correct.
Correct. Azure OpenAI Service is only available in certain regions, so selecting an appropriate region is necessary during provisioning.
- B. Correct.
Correct. Access to Azure OpenAI Service requires approval for your AAD tenant from Microsoft due to the sensitive nature of the service.
- C. Incorrect.
Incorrect. The API key is automatically generated after provisioning the resource, so there is no need to create one manually beforehand.
- D. Incorrect.
Incorrect. Setting up a virtual network is not a prerequisite for provisioning the Azure OpenAI Service, although it may be required for secure access depending on your use case.
- E. Correct.
Correct. You need appropriate permissions, such as the Contributor role, to create and manage the Azure OpenAI Service resource.