I am facing an issue with Azure Vision Studio where my subscription is stuck in loading state and cannot be selected.

Mathusuthanan Rengasamy 0 Reputation points
2026-05-06T10:27:48.25+00:00

Hello Team,

I am facing an issue with Azure Vision Studio where my subscription is stuck in loading state and cannot be selected.

The subscription is active, I am the owner, and Microsoft.CognitiveServices resource provider is already registered.

I tested on multiple browsers and incognito mode but the issue persists.

I also receive a runtime error in Vision Studio during login and refresh.

This seems to be a backend or tenant synchronization issue.

Please assist to fix subscription loading and access to Vision Studio.

Region used: South India”

Azure Vision in Foundry Tools

1 answer

Sort by: Oldest
  1. Alex Burlachenko 25,285 Reputation points MVP Volunteer Moderator
    2026-05-26T09:43:43.8733333+00:00

    hi Mathusuthanan Rengasamy & thanks for join me here at Q&A portal,

    Vision Studio loading subscriptions is a portal-side tenant or session issue most of the time, not a Cognitive Services provider issue. As soon as the subscription is active u are Owner and Microsoft.CognitiveServices is registered pls validate the subscription from Azure CLI, then open support if Vision Studio still cannot load it.

    try az account list --query "[].{name:name,id:id,state:state,isDefault:isDefault,tenantId:tenantId}" -o table

    If the subscription appears there as Enabled, switch to it az account set --subscription <subscription-id>

    Then create or list a Vision resource from CLI to prove backend access works az cognitiveservices account list -g <resource-group> -o table

    If CLI works but Vision Studio stays stuck, the issue is in Vision Studio session or tenant sync. Sign out from Vision Studio, sign out from Azure Portal, clear cookies for portal.vision.cognitive.azure.com, then sign in again and select the correct directory first. Vision Studio https://portal.vision.cognitive.azure.com/

    Azure AI Vision https://learn.microsoft.com/en-us/azure/ai-services/computer-vision/overview

    If it still fails across browsers and incognito, collect the runtime error from browser DevTools > Console and Network, plus timestamp, tenant ID, subscription ID, region South India, and open Azure support ticket under Azure AI Vision or Azure AI Foundry Tools. My main point is if CLI can see and use the subscription, do not recreate resources. This is likely Vision Studio front-end or tenant sync, and Microsoft needs the runtime error and correlation details

    rgds,

    Alex

    &

    If my answer was helpful pls mark it and additional thx if u follow me at Q&A portal
    

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.