Azure_AppService_3
The TLS(Transport Layer Security) protocol secures transmission of data over the internet using standard encryption technology. Encryption should be set with the latest version of TLS. App service allows TLS 1.2 by default, which is the recommended TLS level by industry standards, such as PCI DSS.
Perform the following in the Azure Console:
Perform the following in Azure Command Line Interface 2.0:
To set TLS Version for an existing app, run the following command.
az webapp config set –resource-group <RESOURCE_GROUP_NAME> –name <APP_NAME>–min-tls-version 1.2
References:
Want to Know More?
Learn how our partners are managing their cloud security and compliance with Cloudlytics.
I hereby accept the GDPR and Privacy Policy, by subscribing to the newsletters.