An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
hi KYOUNGTAEK OH & thanks for join me here at Q&A portal,
2024-11-30 is still the GA v4.0 Document Intelligence API version, so it should work. If it suddenly fails, check endpoint path, SDK version, region, and Service Health before changing code. For v4.0 the REST path should look like
{endpoint}/documentintelligence/documentModels/{modelId}:analyze?api-version=2024-11-30
not the old Form Recognizer v3 path. REST docs https://learn.microsoft.com/en-us/rest/api/aiservices/document-models/analyze-document?view=rest-aiservices-v4.0%20(2024-11-30) ....
Microsoft confirms the latest client libraries default to 2024-11-30
Update the SDK first if u are using code https://learn.microsoft.com/en-us/azure/ai-services/document-intelligence/versioning/migration-guide-overview?view=doc-intel-4.0.0
If the same request worked before and now fails without code change, test with curl against the exact endpoint, capture request ID, region, timestamp, status code and response body. Then check Azure Service Health and open support if it still fails. Most common cause is old endpoint path or old SDK calling v4 API incorrectly.
rgds,
Alex
&
If my answer was helpful pls mark it and additional thx if u follow me at Q&A portal