Skip to content

Instantly share code, notes, and snippets.

@MudraR
Created November 20, 2024 14:30
Show Gist options
  • Select an option

  • Save MudraR/258480bb75fb6c0db30657e83cb47743 to your computer and use it in GitHub Desktop.

Select an option

Save MudraR/258480bb75fb6c0db30657e83cb47743 to your computer and use it in GitHub Desktop.
Get Cipher Suites and SSL policy of an Azure Application Gateway
# get Cipher Suites and min protocol version
az account set --subscription $subscriptionId
$sslPolicy = az network application-gateway show -n $applicationGateway --resource-group $agResourceGroup | convertFrom-Json
az network application-gateway ssl-policy predefined show -n $sslPolicy.defaultPredefinedSslPolicy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment