An Azure service that is used to provision Windows and Linux virtual machines.
Hello @nikeda ,
Could you please check if there is any firewall rule within your VM (MariaDB server) that is blocking incoming requests on port 3306?
You can also try doing a telnet to port 3306 and check if the connection is going through.
If it is, then you probably will have to check the MariaDB configuration settings. Do let me know. Thank you.