Failed to load resources - BadRequest error across all Azure AI Foundry projects

Balaji, Krithika 20 Reputation points
2026-06-30T10:30:49.6766667+00:00

I'm experiencing a "Failed to load resources" BadRequest error on the Overview page of every Azure AI Foundry project I open, including [kb4317-agent_explore and kb4317-rag-test]. This has been happening since yesterday, regardless of which project I navigate to.

I have already verified:

  • Subscription is Active
  • All relevant resource providers (Microsoft.MachineLearningServices, Microsoft.CognitiveServices, Microsoft.Search, Microsoft.Storage) are Registered
  • Tried hard refresh and incognito browser — issue persists

Error details:

Timestamp: 2026-06-30T10:14:22.0748511Z

correlationId: 10d08329-61d3-4506-ae69-b829fa16dffa

Trace ID: 75b09c56-5617-41a4-8576-4b17fa42ce78

Client request ID: 207ead45-8891-463e-a30c-9811faadf535

Service request ID: a17c8ba2-ca15-4fe3-b197-66b7fba92271

Could someone advise whether this is a known platform issue, and if so, an estimated resolution time?

Azure Machine Learning
0 comments No comments

Answer accepted by question author
Thanmayi Godithi 11,905 Reputation points Microsoft External Staff Moderator
2026-07-14T16:07:59.19+00:00

Hi Balaji, Krithika ,

That "Failed to load resources – BadRequest" you're seeing on every project's Overview page lines up almost exactly with another report from the same week, where the Overview page returned a BadRequest carrying NegativeMaxRowsNumber – "Max rows should be larger than 0." In that case it turned out to be a portal-side query regression, not anything wrong with the projects or their data — and it cleared on its own once the platform side was fixed.

In plain terms: the Overview page fires a backend query whose row limit is being calculated as zero or negative when the time window resolves to an empty interval, so the service rejects it with BadRequest. Your resources are fine underneath; it's the portal's read that's breaking.

Here's how to confirm that and keep working:

First, open the browser dev tools (F12) → Network tab and reload the Overview page. To verify: find the request that returns 400/BadRequest and check its Response body — if you see NegativeMaxRowsNumber or a metrics/rows message, you're on the same regression.

Next, read the same data outside Foundry — Azure portal → your Azure AI Services / Azure OpenAI resource → Metrics blade (or the Azure Monitor Metrics REST API). To verify: if the metrics/resources render here, the underlying data is intact and the fault is isolated to the Foundry portal.

Then, on any metrics view inside Foundry, switch the time range from the default to a custom window (e.g., a fixed past week). To verify: if data returns for some ranges but not the default, that confirms the time-range/row-limit edge case.

Finally, check Azure Service Health (not the public Status page) for a subscription/region-scoped Foundry advisory. To verify: Service Health will show any active incident tied to your subscription and give the authoritative status.

The time-range change and the Metrics-blade route are workarounds, not a permanent fix — the durable fix is server-side.

If it's still failing after you've confirmed data loads in the Metrics blade, paste the Response body of that red BadRequest request from the Network tab (with the four request IDs) and I'll help pin down whether it's the same platform regression or an RBAC/network scoping issue. Kindly let us know if the above helps or you need further assistance on this issue.

If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

1 additional answer

Sort by: Newest
  1. Sina Salam 31,456 Reputation points Volunteer Moderator
    2026-06-30T15:53:49.4666667+00:00

    Hello Balaji, Krithika,

    Welcome to the Microsoft Q&A and thank you for posting your questions here.

    I understand that you are getting "Failed to load resources – BadRequest” on the Overview page of every Azure AI Foundry project.

    My advice to resolve this is to first check Azure Service Health for a subscription or region-scoped Azure AI Foundry/Azure AI services incident. Do not rely only on the public Azure Status page, because Azure Status is mainly for widespread incidents, while Azure Service Health shows issues affecting your specific subscriptions, regions, and resources.

    Then, capture the required portal diagnostics before retrying further changes. In the affected portal session, press:

    Ctrl + Alt + A This generates PortalDiagnostics.json. Also collect a browser Network HAR trace and Console log while reproducing the failed Foundry Overview page load. - https://learn.microsoft.com/en-us/azure/azure-portal/capture-browser-trace

    Then next is to open an Azure technical support request from Azure portal or use Priority Customer Support with your findings.

    Use the below resource links for more reading and steps:

    The issue cannot be conclusively fixed by repeating provider registration, browser refresh, or subscription checks because those have already been validated. The next step is backend correlation by Microsoft using the provided request IDs, while you confirm impact through Azure Service Health and access the underlying Azure resources directly as a temporary workaround.

    I hope this is helpful. Please! Do not hesitate to let me know if you have any other questions, steps or clarifications.


    Please do not close the thread by upvoting and accepting the answer if any part of it is helpful.

    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.