What changed
Microsoft’s long-announced retirement date for Azure Document Intelligence v2.0 is now less than two weeks away. The v2.0 API is scheduled to retire on August 31, 2026, and Microsoft’s current migration guidance recommends the generally available v4.0 API for new development and for workloads moving off older versions.
Why it matters
Document Intelligence sits inside production document-processing pipelines for invoices, receipts, forms and custom extraction. After a retired API version stops accepting requests, the failure is operational rather than cosmetic. The migration also crosses a redesigned REST surface introduced after v2.x, so teams should test request formats, model behavior, result schemas and SDK-generated api-version values rather than treating this as a simple endpoint rename.
The v2.0 cutoff is August 31
Microsoft’s Azure retirement notice states that Document Intelligence v2.0 will retire on August 31, 2026. Teams that still send requests against that version should treat the remaining window as a production migration deadline, especially where document extraction sits in billing, onboarding, compliance or back-office workflows.
Microsoft points builders to v4.0
Microsoft’s migration guide describes Document Intelligence v4.0, using API version 2024-11-30, as the latest generally available version and recommends it for the richest feature, language and document-type coverage. The guide explicitly covers migration from v2.0 and v2.1 and notes that the REST API was redesigned starting with v3.0.
Check the wire-level api-version, not just the SDK name
The practical risk is hidden dependency on an old REST version. An application can appear to use a current-looking client package while still being configured to call an older endpoint or api-version. Inventory direct REST calls, generated clients, wrappers and long-lived services, and inspect actual request URLs or SDK configuration to establish which API version production traffic uses.
Expect behavior-level migration work
Because the API shape changed after v2.x, teams should compare request payloads, operation names, asynchronous polling, result fields, custom-model references and error handling under the target version. Representative production documents should be replayed through the new path before switching traffic.