@curious7 Thanks for posting your question in Microsoft Q&A, apologize for any inconvenience caused on this.
- You can use the "Minimum TLS version Checker" detector in Diagnose and Solve problems of your app service to know count of requests that has been reached out to your app service and with their TLS versions.
- Also, refer to this similar thread in SO, to check which TLS version of request using the X-forwarded-TlsVersion header.
- If you want to test your app service as mentioned here, it is suggested to use 3rd party tool SSL labs.
- Follow the steps shared by Deepanshukatara-6769 to update the TLS version of your ASE.
Hope this helps, Let me know if you have any further questions on this.