An Azure service that provides a cloud content delivery network with threat protection.
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:
- 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
- Test Azure CLI authentication — Run
az loginfrom both public IPs and compare results. This tests authentication at the API level, independent of the browser - 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 - Verify network security configs — Confirm traffic from the affected IP isn't being filtered or inspected differently by firewalls, proxies, or SSL inspection tools
- 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
and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.