Hello MDubDev
I understand that you are concerned about the implications of the bulletin regarding TLS 1.2 and its impact on non-TLS HTTP connections to backend app services. Here are the details:
Starting from August 31, 2025, Azure Application Gateway will no longer support TLS 1.0 and 1.1. This change primarily affects the TLS connections used for frontend clients to connect to the Application Gateway, meaning all front-end traffic must use TLS 1.2 or later.
However, regarding your question about backend app service resources, you can still use HTTP connections to those backends. The Application Gateway supports the HTTP protocol as a backend protocol option, which means you can configure it without enforcing TLS for backend app services. Nevertheless, for security best practices, it's highly recommended to use HTTPS connections (with TLS 1.2 or later) for backend communications when possible.
Here’s a summary of important points:
- Frontend connections: Must be TLS 1.2 or later after August 31, 2025.
- Backend connections: Non-TLS (HTTP) connections are likely to be supported, but using HTTPS is advisable for security.
Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

If you have any other questions or are still running into more issues, let me know in the "comments" and I would be happy to help you.