An Azure artificial intelligence service and end-to-end platform for applying computer vision to specific domains.
Hello Muhammad Ejaz,
Welcome to the Microsoft Q&A and thank you for posting your questions here.
I understand that your Azure Vision Studio remains stuck on the “Loading…” screen, despite successful access to the main Azure Portal.
This is often linked to regional limitations or subscription constraints, particularly with Azure for Students accounts. To begin resolving this, verify whether Azure Vision Studio is supported in your selected region (Asia South) by checking the Azure Products by Region. Azure for Students subscriptions are typically restricted to specific regions such as Central India or East Asia, and Asia South may not be fully supported for Vision Studio. If your subscription allows, try creating a Cognitive Services resource in a supported region like East US or West Europe and access Vision Studio from there.
Next, ensure your Azure role assignments are correctly configured. Navigate to your Cognitive Services resource in the Azure Portal, go to Access Control (IAM), and confirm that your account has either the Owner, Contributor, or Cognitive Services Contributor role. This ensures you have the necessary permissions to interact with Vision Studio.
If the issue persists, check for service-level problems by visiting the Azure Status Page and Azure Service Health. Notably, a recent Azure Front Door outage affected Vision Studio access in several regions, which may be contributing to the problem.
For further diagnostics, open your browser’s Developer Tools (F12), as @ switch to the Console tab, and look for errors such as 401, 403, or CORS-related failures. These can indicate authentication or network issues. Also, disable any VPNs, proxies, or browser extensions that might interfere with WebSocket or CORS requests, and try accessing the portal from a different network, such as a mobile hotspot.
If Vision Studio remains inaccessible, you can still use Azure Vision capabilities via REST APIs or SDKs. Check the Azure AI Vision Documentation for guidance on using features like OCR, image analysis, and object detection programmatically.
Finally, if none of these steps resolve the issue, consider opening a support ticket through the https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade to request assistance or region access adjustments.
I hope this is helpful! Do not hesitate to let me know if you have any other questions or clarifications.
Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful.