AI-102 Question 396
Select 3You are tasked with provisioning a Document Intelligence resource in Azure to process and analyze forms and documents for your organization. Which steps must you complete to successfully provision this resource?
- A
Navigate to the Azure portal and create a Cognitive Services resource with the 'Document Intelligence' option selected.
- B
Specify the pricing tier and region during the creation process.
- C
Enable the 'Managed Identity' option for secure access to other Azure resources.
- D
Install the Azure CLI on your local machine as a prerequisite for provisioning the resource.
- E
Assign the resource to an existing or new Azure Resource Group.
Show answer and explanation
Correct answers: A, B, E
Explanation
To provision a Document Intelligence resource in Azure, you must create a Cognitive Services resource while selecting the 'Document Intelligence' option. You also need to specify the pricing tier, region, and assign the resource to an Azure Resource Group. These steps ensure the resource is properly configured and integrated into your Azure environment. However, enabling 'Managed Identity' and using the Azure CLI are not mandatory for the initial provisioning.
- A. Correct.
Correct. Provisioning a Document Intelligence resource requires creating a Cognitive Services resource and selecting the 'Document Intelligence' option.
- B. Correct.
Correct. Specifying the pricing tier and region is mandatory during the resource creation process in Azure.
- C. Incorrect.
Incorrect. Enabling 'Managed Identity' is optional and depends on the specific use case but is not required just to provision the resource.
- D. Incorrect.
Incorrect. Installing the Azure CLI is not a prerequisite for provisioning a Document Intelligence resource, as this can be done entirely through the Azure portal.
- E. Correct.
Correct. Assigning the resource to an Azure Resource Group is a required step during the provisioning process.