Share via

Azure App Gateway / WEC for Entra Joined endpoints

Hardwick, Lewis 20 Reputation points
2026-05-06T16:01:33.89+00:00

Hello,

We currently have WEC/WEF configured on domain joined endpoints using Kerberos Auth.

We're moving to Entra joined only devices so we've been looking at using certificates to Auth over https and having an Azure App Gateway to manage the traffic.

Has anyone done something similar?

Azure Application Gateway
Azure Application Gateway

An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.


1 answer

Sort by: Most helpful
  1. AI answer

    2026-05-06T16:01:48.6733333+00:00

    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:

    1. Use Microsoft Entra Connect / Cloud Sync so devices can locate and authenticate to domain controllers.
    2. Use WHfB Cloud Kerberos Trust or Hybrid Certificate Trust for SSO to on-premises resources.
    3. 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:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer 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.