We have a problem when applying stress test (sending too many users in the same time) to our application, our application trying to create new connections to serve users, but azure Mysql DB service is generating a lot of failed connections.
even the CPU usage of DB server is as the Azure diagram is less than 10 percent.
I'm thinking that the problem is because the default server parameters is not optimal here are some of these parameters
any Ideas?