An Azure artificial intelligence service and end-to-end platform for applying computer vision to specific domains.
Hello Sleven Calebra,
Greetings! Thanks for raising this question in Q&A forum.
What you are seeing is expected behavior and not a tenant problem. Vision Studio is being retired, and Azure AI Vision (Image Analysis, OCR/Read) has now moved into the new Microsoft Foundry portal. That is why all the old Vision Studio links automatically send you to Foundry. The older Read API versions (1.0 to 3.1) are also being phased out, so they no longer show up as separate tiles. Your AI Services resource (aisorter123) is fine, you just need to reach OCR and Image Analysis through Foundry instead of the old Vision Studio.
Here is how you can get to OCR and Image Analysis again.
Open the Foundry portal Go to https://ai.azure.com and sign in with the same account tied to your tenant.
Create or open a Foundry project If you don't already have one, create a new Foundry project under your subscription "Azure subscription 1".
Connect your existing Vision resource Inside the project, go to Management Center, then Connected resources, and add your existing aisorter123 resource as a connection. You do not need to create a new resource, the same S0 resource works fine.
Use Image Analysis and OCR from the project Once connected, go to the Vision section inside your Foundry project. From there you can run Image Analysis, which includes OCR (Read) as part of the unified Analyze Image feature, instead of it being a separate Read tile like before.
If you only see Face features This usually means the project has not been connected to your Vision resource yet, or the resource region does not support the newer Image Analysis 4.0 API. East US is supported, so reconnecting the resource as shown above should resolve it.
For code based access If you are calling this programmatically, use the Image Analysis 4.0 REST API or SDK and include Read in the features parameter to get OCR text along with tags, captions, etc in one response.
You can find the full guide here: https://learn.microsoft.com/en-us/azure/ai-services/computer-vision/concept-ocr
If your scenario is mainly extracting text from scanned documents, forms, or invoices rather than photos, Azure Document Intelligence Read model is actually a better fit and worth checking out too.
If this answer helps you kindly accept the answer which will help others who have similar questions
Best Regards,
Jerald Felix.