AI-102 Question 398
Select 2You are tasked with creating a Document Intelligence resource in Azure to process and extract data from forms. During the configuration of your resource, which steps must you complete to ensure the resource is ready for use?
- A
Select the 'Cognitive Services' resource type when creating the resource in the Azure portal.
- B
Choose an appropriate pricing tier based on your processing requirements.
- C
Assign a managed identity to the resource for secure authentication.
- D
Specify the region where the resource will be deployed.
- E
Manually install the Document Intelligence SDK on the Azure portal after creating the resource.
Show answer and explanation
Correct answers: B, D
Explanation
To provision a Document Intelligence resource, you must select a pricing tier that aligns with your usage needs and specify a deployment region for the resource. These steps are mandatory to ensure the resource is properly configured and ready for use. While additional configurations, such as managed identities or SDK installation in your development environment, might be needed for advanced scenarios, they are not required during the provisioning process.
- A. Incorrect.
Incorrect. While Document Intelligence is a part of Cognitive Services, you need to explicitly choose the 'Azure AI Document Intelligence' resource type, not just 'Cognitive Services'.
- B. Correct.
Correct. Selecting the appropriate pricing tier is crucial to ensure the resource meets your processing and cost requirements.
- C. Incorrect.
Incorrect. Assigning a managed identity is optional and typically done for secure authentication scenarios, but it is not a required step during the provisioning of the resource.
- D. Correct.
Correct. Specifying the deployment region is mandatory to ensure the resource is created in the desired location.
- E. Incorrect.
Incorrect. You do not need to manually install the Document Intelligence SDK; the resource is ready for use once provisioned, and SDKs can be installed in your development environment as needed.