Designing and Implementing a Microsoft Azure AI Solution — Question 63
You have an Azure subscription that contains an Azure AI Document Intelligence resource named AIdoc1.
You have an app named App1 that uses AIdoc1. App1 analyzes business cards by calling business card model v2.1.
You need to update App1 to ensure that the app can interpret QR codes. The solution must minimize administrative effort.
What should you do first?
Answer options
- A. Upgrade the business card model to v3.0.
- B. Implement the read model.
- C. Deploy a custom model.
- D. Implement the contract model.
Correct answer: B
Explanation
The correct answer is B, as implementing the read model will enable App1 to interpret QR codes effectively. Upgrading to v3.0 (A) focuses solely on business card capabilities and does not address QR code interpretation. Deploying a custom model (C) adds unnecessary complexity, while implementing the contract model (D) is irrelevant to the requirement of reading QR codes.