Hi Steve,
For Azure App Service, the default minimum is TLS 1.2. You can set minimum TLS in the portal via Configuration blade -- Minimum inbound TLS version. If you have this set to 1.2 and attempt to connect to your site using TLS 1.0 or 1.1 it should be rejected. Are you seeing something different?
-TP