Thank you for reaching out.
I understand you wish to know about support for clients connecting to a service in Azure with HTTP 1.0 legacy protocol.
Based on your question above.
What does the community suggest to support the HTTP 1.0 client if upgrading their application is not an option? (App Gateway?).Azure Application Gateway can accept HTTP/1.0 traffic (ingress traffic from client) but the backend communication (Between Application Gateway and the backend server) has to be HTTP/1.1.
This is currently documented here
Hope this helps! Please let me know if you have any additional questions here. Thank you!