Azure Document Intelligence File Requirements
You have an Azure subscription that contains an Azure AI Document Intelligence resource named DI1. DI1 uses the Standard S0 pricing tier. You have the files shown in the following table. Which files can you analyze by using DI1? - 
Community Votes
81% of anonymous learners picked answer C. Votes are pick records left by other test-takers — they are not the verified answer.
Community Insight
This question tests the minimum and maximum input requirements for Document Intelligence; the common trap is assuming only maximum limits exist and ignoring the minimum 50x50 pixel dimension requirement.
Azure AI Document Intelligence enforces strict file size and dimension limits for document analysis. This page establishes that only files meeting both the 500 MB size limit and the 50x50 to 10000x10000 pixel dimension constraints are valid for analysis.
Selecting D (File2.jpg and File3.tiff) by assuming the 1 KB file size of File2.jpg makes it valid, without checking its 25x25 pixel dimensions against the 50x50 minimum threshold.
Community Discussion (9 comments)
Comments & Corrections
No comments yet — spotted an error or have a note? Share it below.
Expert Analysis
Why the Answer Is Correct
Option C is correct because File3.tiff (5 MB, 5000x5000 pixels) is the only file that satisfies all input requirements for Azure AI Document Intelligence. The Standard S0 tier permits files up to 500 MB and requires image dimensions to be between 50x50 and 10,000x10,000 pixels. File3 comfortably falls within both the file size and dimension limits.Why the Other Options Are Wrong
File1.pdf (800 MB) exceeds the 500 MB maximum file size limit for Document Intelligence, eliminating options A and E. File2.jpg (1 KB, 25x25 pixels) fails the dimension requirement because its 25x25 pixel resolution is below the minimum 50x50 pixel threshold, eliminating options B and D. Extremely small dimensions prevent the service from successfully extracting readable text or layout data.Community Comment Notes
Commenters correctly highlighted the specific dimension limits, noting that "File 2 <50x50 pixels so NO" as Alan_CA observed. Another commenter explicitly validated the boundary, stating "Between 50 x 50 pixels and 10,000 pixels x 10,000 pixels." The Microsoft documentation link provided by chrillelundmark further confirms these exact input requirements for the prebuilt models.Official Reference
Exam Strategy
Always check both file size and image dimension limits when evaluating Azure AI Document Intelligence inputs. Remember that dimensions have both a maximum (10,000x10,000) and a strict minimum (50x50) threshold that easily disqualifies very small images.