An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
Using only the provided context, there’s no documented pattern that combines Azure Application Gateway with Windows Event Forwarding (WEF) / Windows Event Collector (WEC) over HTTPS for Microsoft Entra joined–only devices.
The context does describe how Microsoft Entra joined devices can authenticate to on-premises resources using:
- Kerberos/NTLM SSO via Microsoft Entra Connect–synchronized identities and domain controllers, including password-based SSO and Windows Hello for Business (WHfB)–based SSO.
- Hybrid Cloud Kerberos Trust and WHfB Cloud Trust for passwordless and certificate-based scenarios.
- Certificate-based flows for on-premises SSO using NDES, Intune SCEP profiles, and Microsoft Entra Application Proxy.
However, these examples focus on:
- Enabling SSO from Microsoft Entra joined devices to on-premises AD DS resources.
- Publishing on-premises web apps (such as NDES) securely via Microsoft Entra Application Proxy.
They do not cover:
- Fronting WEC with Azure Application Gateway.
- Using HTTPS + client certificates specifically for WEF/WEC via Application Gateway.
The closest documented pattern for certificate-based access from Entra joined devices to on-premises endpoints is:
- Using NDES with Intune SCEP profiles and publishing NDES via Microsoft Entra Application Proxy, with load balancing and high availability handled by connector groups and multiple NDES servers.
For Entra joined–only devices that need secure, certificate-based access to on-premises services, the supported and documented approach in the context is to:
- Use Microsoft Entra Connect / Cloud Sync so devices can locate and authenticate to domain controllers.
- Use WHfB Cloud Kerberos Trust or Hybrid Certificate Trust for SSO to on-premises resources.
- Use Microsoft Entra Application Proxy (not Application Gateway) to securely expose on-premises web endpoints like NDES, with connector groups for load balancing.
There is no guidance in the context that extends this model to WEC/WEF behind Azure Application Gateway.
References:
- How SSO to on-premises resources works on Microsoft Entra joined devices
- Use Kerberos for single sign-on (SSO) to your resources with Microsoft Entra Private Access
- Configure Microsoft Entra joined devices for On-premises Single-Sign On using Windows Hello for Business
- Using Certificates for Microsoft Entra joined on-premises single-sign on
- Configure single sign-on for Microsoft Entra joined devices
- Microsoft Entra hybrid joined devices