Hello Vineet Vineet,
Thank you for reaching out and for sharing the error details.
Based on the message you’re seeing “Selected user account does not exist in tenant 'Microsoft Services'…”
this is a multi-tenant authentication issue (Microsoft Entra ID) rather than a problem with your Azure Student subscription or the Language service itself.
What is causing this issue
When accessing Language Studio, the sign-in flow is attempting to authenticate your account against a different tenant (Microsoft Services) instead of your own Azure tenant.
Since your student account exists only in your tenant:
- Authentication fails
- Access to Language Studio is blocked
This typically happens due to:
- Cached login sessions
- Incorrect directory context
- Direct navigation to the Language Studio URL without tenant alignment
Recommended resolution steps
1. Launch Language Studio from Azure Portal (Recommended)
This is the most reliable approach:
- Go to https://portal.azure.com
- Navigate to All resources
- Select your Azure AI Language (Cognitive Services) resource
- Click “Open in Language Studio”
This ensures Correct tenant is used, Authentication is aligned with your subscription
2. Switch to the correct directory
Before opening Language Studio:
- In Azure Portal (top right corner), click your profile
- Select Switch directory
- Choose your Azure Student / default directory
- Then try accessing Language Studio again
3. Use InPrivate / Incognito session
To avoid cached tenant conflicts:
- Open a new InPrivate/Incognito browser window
- Sign in again with your Azure Student account
- Access Language Studio from the portal
4. Verify resource and permissions
Ensure You have an Azure AI Language resource created (e.g., Central India or supported region)
Your account has appropriate RBAC role Reader or Cognitive Services User
5. Direct access scenario
If you are accessing https://language.azure.com directly:
- The app may default to a different tenant (Microsoft Services)
- This causes the error you are seeing
If direct access is required, a workaround would be:
- Having your account added as a guest user (B2B) in that tenant
However, this is generally not needed for normal usage.
This is a tenant mismatch issue during authentication
Your Azure Student account is valid and working correctly
Most effective resolution:
- Open Language Studio via Azure Portal
- Ensure correct directory is selected
- Clear session / use Incognito
I Hope this helps. Do let me know if you have any further queries.
Thank you!