Search code examples
azureazure-traffic-manager

Endpoint monitoring of Web App using Azure Traffic Manager


I have a WebApp in Azure, which has incoming certificate enabled in place. Is it possible to check the endpoint of the API hosted in the WebApp through Traffic Manager probe? I cannot find a solution to probe the endpoint from there since it returns 403 "Error 403 - Forbidden: Client Certificate Required."


Solution

  • It's not possible to validate the client certificate via Traffic Manager probe referring to this official document. Traffic Manager supports probing over HTTPS. But please note that Traffic manager cannot provide any certificate validation, including:

    • Server-side certificates are not validated
    • SNI server-side certificates are not validated
    • Client certificates are not supported