Tag not monitored by Microsoft.
Hello Guo, it looks like your school email ended up as a guest (external MicrosoftAccount) in the auto-created onmicrosoft.com tenant, and guests don’t automatically get Owner permissions on the subscription. That’s why you can’t see it in the portal. Here’s what you can try:
- Switch to the correct directory – In the Azure portal, click your profile icon (top right) > “Switch directory” and pick the tenant that holds your Azure for Students subscription.
- Clear or update your subscription filters – Go to Subscriptions > click the filter in the top-left > select Portal Setting > choose Select all so every subscription you have access to is shown.
- Convert your guest to a member (work/school) user – In Azure Active Directory > Users, find your external user entry > choose Convert to member. This changes your identity type so you can be assigned roles.
- Assign yourself the Owner role on the subscription – Go back to Subscriptions, select the Azure for Students subscription > Access control (IAM) > Add role assignment > pick Owner and add your converted user.
- Sign out and sign back in – After you’ve switched directories, updated filters, converted user type, and assigned Owner, signing out and back in should surface the subscription under Subscriptions.
If any of those steps fail or the subscription still doesn’t appear, please let me know:
- Which directories show up when you click “Switch directory”?
- Did the “Convert to member” action complete without error?
- Are you signing in with a personal Microsoft account vs. work/school account?
- What do you see if you run
az account list --output tablein Azure CLI?
Reference list for more details:
- What is Azure Role-Based Access Control (RBAC)? https://docs.microsoft.com/azure/role-based-access-control/overview
- Filter and view subscriptions in the portal https://docs.microsoft.com/azure/cost-management-billing/manage/filter-view-subscriptions
- Add or change a subscription Owner https://docs.microsoft.com/azure/role-based-access-control/role-assignments-portal
- Troubleshoot subscription sign-in or access issues https://docs.microsoft.com/azure/cost-management-billing/manage/troubleshoot-sign-in-issue
Hope this helps! Let me know how it goes.