How to fix Azure Foundry

Jyo 40 Reputation points
2026-08-05T13:42:26.2466667+00:00

User's image

Microsoft Foundry
Microsoft Foundry

A unified Azure platform for creating and managing AI models, agents, and applications with built‑in enterprise security, monitoring, and governance

0 comments No comments

Answer accepted by question author
Senthil kumar 2,420 Reputation points
2026-08-07T17:32:12.73+00:00

Hi @Jyo

please follow the below steps and give your feedback.

1. Check your network and proxy

Try opening another Foundry section (like Models or Tools) to confirm if the issue is isolated to “Agents.”

2. Clear browser cache and disable blockers

Clear cookies for ai.azure.com and reload.

3. Verify permissions

Foundry requires Log Analytics Reader or Project Contributor roles to view agents.

4. Try a different browser or network

Use Microsoft Edge or Chrome (latest version).

5. Create a new agent manually

you can still click “New agent” to start fresh — Foundry will create a new entry even if the existing ones aren’t visible.

Next diagnostic step

If the error persists, open Developer Tools (F12) → Network tab → reload the page.

Look for failed requests to foundry.build/agents.

Share the error code (e.g., 403, 404, 500) — that will pinpoint whether it’s a permission, API, or network issue.

Thanks.

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

Answer accepted by question author
Allan Solomon Mejia 8,420 Reputation points
2026-08-05T19:58:42.9866667+00:00

Hello @Jyo

Based on the screenshot, Azure Foundry is returning "Error loading your agents. Your request for data was not sent." This typically indicates a connectivity or access issue rather than a problem with the agent itself.

I'd recommend checking the following:

  • Verify you're using a supported browser (Edge or Chrome) and try an InPrivate/Incognito session to rule out cached data or extensions.
  • Check whether a corporate proxy, firewall, VPN, or ad blocker is preventing requests to Azure AI Foundry endpoints. Open the browser's Developer Tools (F12) > Network tab and look for failed requests (403, 407, or CORS errors).
  • Confirm your Azure AI Foundry project is associated with the correct Azure subscription and that your account has sufficient RBAC permissions (for example, Azure AI Developer or Contributor, depending on the operation).
  • Verify the Azure AI Foundry resource and any dependent Azure AI Services/OpenAI resources are healthy and deployed in a supported region.
  • If your organization uses Private Link or network isolation, ensure the required endpoints are reachable and DNS resolution is working correctly.
  • Check the browser console for JavaScript errors and review the Activity Log in the Azure portal for any authorization failures.

To help narrow it down, could you provide:

  1. Is this happening for all projects or just one?
  2. Are you using a corporate network or a personal internet connection?
  3. Do you see any specific HTTP status codes (403, 401, 500, etc.) in the browser's Network tab?
  4. Has this ever worked before, or is this a new deployment?

Those details will help determine whether this is a permission, networking, or service issue.

Please "Accept the Answer" if this information helped you. This will help us and others in the community as well.

Was this answer helpful?

1 person found this answer helpful.

0 additional answers

Sort by: Oldest

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.