Using Console
Using CLI
az webapp config set
command to set the minimum TLS version to 1.2 for all web apps in your subscription. The --ids
parameter uses the az webapp list
command to get a list of all web app IDs in your subscription and passes them to the az webapp config set
command.
az webapp config show
command to display the minimum TLS version for all web apps in your subscription.
Using Python