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