How to view Azure App Gateway V2 TLS versions currently in place?

ScottM 331 Reputation points
2020-05-04T17:26:16.203+00:00

Is there a good way using the portal to view the TLS versions in place for an instance of app gateway v2?

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
6,980 questions
0 comments No comments
{count} votes

Accepted answer
  1. Leon Laude 85,596 Reputation points
    2020-05-04T17:29:57.767+00:00

    Hi,

    You can use the Get-AzApplicationGatewaySslPredefinedPolicy PowerShell cmdlet to get the pre-defined policies that are in use.
    More information here:
    Configure TLS policy versions and cipher suites on Application Gateway
    https://learn.microsoft.com/en-us/azure/application-gateway/application-gateway-configure-ssl-policy-powershell#list-pre-defined-tls-policies

    (Please don't forget to mark helpful replies as answer)

    Best regards,
    Leon

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. ScottM 331 Reputation points
    2020-05-04T17:58:00.803+00:00

    How do I see which policies are applied to a given app gateway v2 instance?