Formerly known as Azure AI Services or Azure Cognitive Services is a unified collection of prebuilt AI capabilities within the Microsoft Foundry platform
Hello Manish Surapaneni,
Welcome to Microsoft Q&A and Thanks for sharing the screenshots and details.
From what you’ve described, this doesn’t appear to be a service outage. The behavior is consistent with an authentication/token issue combined with missing RBAC permissions, which is preventing the SRE Agent portal from retrieving your subscription details.
What’s happening
The error “AuthenticationFailedMissingToken” indicates that the portal is not able to pass a valid access token while calling Azure Resource Graph (ARG).
This is also aligned with the “Session expired” prompt you’re seeing, which means your current login session is no longer valid.
In addition, the portal explicitly mentions that access requires the SRE Agent Reader role (or higher). Without this role, the portal will block access to agents and subscriptions—even if you are listed as a subscription Owner.
Because of these two conditions, the portal is unable to:
- Authenticate your requests properly
- Fetch subscription details
- Load or configure the SRE agent
Steps to resolve
Please go through the following steps:
- Assign the required RBAC role
- Navigate to the Subscription or Resource Group where the SRE Agent was created
- Go to Access Control (IAM) → Role assignments → Add role assignment
- Search for “SRE Agent Reader”
Assign this role to your user account
Owner/Contributor roles do not automatically include this specific permission, so it must be explicitly assigned.
Allow a couple of minutes for the role assignment to propagate.
- Refresh your authentication session
Sign out of the Azure Portal completely
Close the browser and reopen it (or use an InPrivate/Incognito window)
Sign back in
Also ensure Third-party cookies are allowed for the Azure portal, No browser extensions (privacy/ad blockers) are stripping authentication headers
- Validate access
- Go back to Azure SRE Agent → Agents
- Click Refresh
- Verify that subscriptions are now loading correctly
- Try opening the agent again
If you continue to see errors after the above steps:
Check whether any Conditional Access policies are blocking token issuance
Try accessing from a different browser or network
Ensure you are logged into the correct tenant/directory
Confirm your session is active (sometimes the session expiry dialog appears in the background)
This issue is occurring because the portal is unable to authenticate your requests (expired/missing token) and your account does not yet have the required SRE Agent RBAC role, which together prevents subscription data from loading. Once the role is assigned and the session is refreshed, access should work as expected.
Please refer this
- Identity Protection of Agents (preview): https://learn.microsoft.com/entra/id-protection/concept-risky-agents
- Microsoft Entra authentication for SQL Server VM: https://learn.microsoft.com/azure/azure-sql/virtual-machines/windows/configure-azure-ad-authentication-for-sql-vm?view=azuresql-vm&tabs=azure-portal
- Troubleshoot Microsoft Entra agent collections: https://learn.microsoft.com/entra/identity/hybrid/cloud-sync/how-to-troubleshoot#agent-problems
- What is Microsoft Entra Agent ID?: https://learn.microsoft.com/entra/agent-id/identity-professional/microsoft-entra-agent-identities-for-ai-agents
- Protect agent identities with Microsoft Entra: https://learn.microsoft.com/microsoft-agent-365/admin/capabilities-entra?wt.mc_id=knowledgesearch_inproduct_azure-cxp-community-insider
I Hope this helps. Do let me know if you have any further queries.
If this answers your query, please do click Accept Answer and Yes for was this answer helpful.
Thank you!