Hello Muhammad Ejaz,
Welcome to Microsoft Q&A,
Thank you for reaching out and providing detailed troubleshooting information that’s very helpful.
I understand that Azure Vision Studio is continuously loading and not opening correctly, even though you’re able to access the main Azure Portal without issues.
I tried reproducing this issue in my own environment, and Vision Studio opened successfully without any problems, which suggests this might be specific to your region, subscription type, or local network setup.
Let’s go through a few key checks and potential solutions that may help resolve this:
- Regional Availability or Service-Side Issue
Azure Vision Studio can occasionally experience regional performance degradation or outages.
As of now, there are no global outages officially reported, but there could be regional latency or connectivity issues in the Asia South (Pakistan) region.
Please check the Azure Status Page or Azure Service Health to see if there’s an active issue impacting Cognitive Services or Vision Studio in your region.
As a temporary workaround, you can try creating a Cognitive Services resource in another region (e.g., East US or West Europe) and see if Vision Studio opens successfully there.
- Account Type and Subscription Constraints
Since you’re using an Azure for Students (Free Trial) account:
Some Vision Studio features may have limited access or restrictions under student/free subscriptions.
Please ensure your Cognitive Services resource is correctly deployed and linked to your subscription:
Navigate to: Azure Portal → Cognitive Services → Keys and Endpoint
Confirm that the endpoint is active and properly configured.
- Network or Browser Configuration
You’ve already tried clearing cache, cookies, using incognito mode, and switching browsers great steps! Let’s add a few more checks:
Allow Third-Party Cookies:
In Chrome, go to chrome://settings/cookies
Select **Allow all cookies**, or add an exception for `portal.vision.cognitive.azure.com`.
**Disable VPN or Proxy:** Vision Studio relies on WebSockets and CORS requests that can be blocked by some networks or VPNs.
**Try a Different Network:** Connect via a **mobile hotspot** or another Wi-Fi to rule out firewall or ISP-level restrictions.
- Diagnostic Check
If the page still remains stuck on “Loading…”:
- Open Developer Tools (F12) → Console tab
- Look for any red errors related to CORS, authentication, or network requests.
- For example, “Failed to fetch” or “401/403 Unauthorized” errors can indicate token or permission issues.
If Vision Studio still doesn’t load after these checks:
- You can continue using Vision APIs directly (such as Image Analysis, OCR/Read, or Object Detection) through:
- The Azure Portal,
- REST API, or
- SDKs (Python, C#, or Node.js).
- You can follow this guide for reference Azure AI Vision Documentation.
Please try these suggestions and let me know what you observe especially if Vision Studio loads correctly in another region or with a different network. I’ll be happy to help you further based on those findings.
I Hope this helps. Do let me know if you have any further queries.
Thank you!