Created
November 20, 2024 14:30
-
-
Save MudraR/258480bb75fb6c0db30657e83cb47743 to your computer and use it in GitHub Desktop.
Get Cipher Suites and SSL policy of an Azure Application Gateway
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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