A cloud-based identity and access management service for securing user authentication and resource access
The error page in the screenshot is an Azure AD/Microsoft Entra Application Proxy message with HTTP status code 429 “Too many requests.” This indicates that the Application Proxy service is throttling requests because the allowed transactions per second for the Application Proxy service have been exceeded for that app/connector group.
This is not necessarily a Microsoft-wide outage; it is typically caused by high request volume from the tenant or connector group. The built‑in guidance on the page is:
- Review the estimated total transactions per second to ensure they are below the allowed limit for Application Proxy.
- Ensure there is more than one connector in the connector group to provide high availability and distribute load.
To proceed:
- Reduce burst traffic to the published app (for example, stagger automated calls or health checks).
- Add additional private network connectors to the same connector group so load is shared.
- Monitor connector health and logs as described in the Application Proxy troubleshooting guidance to confirm that connectors are running and not overloaded.
If the issue persists even at low traffic levels, check the Microsoft 365 Service Health dashboard in the admin portal to see whether there is an active incident for Microsoft Entra Application Proxy.
References: