Share via

Tenant fetching error

Eric Sun (ScreenBeam) 10 Reputation points
2026-06-15T22:18:42.78+00:00

Starting today, I'm experiencing 'Tenant fetching error' with Azure portal services on one network. However, the issue does not occur on another network. Is the public IP address on my affected network being blocked by Azure?

Azure Front Door
Azure Front Door

An Azure service that provides a cloud content delivery network with threat protection.


Answer accepted by question author

Venkatesan S 9,225 Reputation points Microsoft External Staff Moderator
2026-06-16T00:32:05.9+00:00

Hi @Eric Sun (ScreenBeam)

Thank you for the clarification,

Since the issue consistently happens on all networks behind one public IP address but works on all networks behind a different public IP, the public IP address itself is now a key factor to investigate.

While Microsoft doesn't typically block customer public IPs from accessing the Azure portal, it is possible that access is being affected by:

  • Conditional Access policies — Your organization may have restrictions based on IP address or location
  • Reputation-based filtering — Azure or your ISP may flag the IP due to reputation issues
  • Network security devices — Firewalls, proxies, or SSL inspection blocking Azure endpoints from that IP
  • Microsoft-side restrictions — Rare, but excessive failed attempts could trigger temporary rate limiting

Next Steps to Diagnose:

  1. Check Entra ID sign-in logs — Look for failed sign-in attempts from the affected public IP. Check if Conditional Access policies are blocking access based on location or IP
  2. Test Azure CLI authentication — Run az login from both public IPs and compare results. This tests authentication at the API level, independent of the browser
  3. Capture browser network trace (F12) — Open Developer Tools, reproduce the error, and check which Azure endpoints (portal.azure.com, login.microsoftonline.com, management.azure.com) are failing
  4. Verify network security configs — Confirm traffic from the affected IP isn't being filtered or inspected differently by firewalls, proxies, or SSL inspection tools
  5. Try a VPN or different ISP temporarily — If another public IP works immediately, this confirms the original IP is the issue

Kindly let us know if the above helps or you need further assistance on this issue.

Please do not forget to 210246-screenshot-2021-12-10-121802.pngand “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

Was this answer helpful?

1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

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.