ERPNext on Microsoft Azure

Hello Everyone,
Please does anyone have experience with implementing ERPNext using MariaDB database service on Microsoft Azure? we tried creating a site a few months ago and got this error
"
Creation of your site - site1.local failed because MariaDB is not properly
configured to use the Barracuda storage engine.
Please add the settings below to MariaDB’s my.cnf, restart MariaDB then
run `bench new-site site1.local again.

[mysqld]
character-set-client-handshake = FALSE
character-set-server = utf8mb4
collation-server = utf8mb4_unicode_ci

[mysql]
default-character-set = utf8mb4
"
Since this is a graphical interface I cannot set any values in the my.cnf but parameters have been set.

Please if anyone who has experience using Azure’s MariaDB offering with ERPNExt can offer insight it would be really helpful.

you are using latest version of mariadb, it should be meet the requirements of frappe version

1 Like

Hello @Johnrech_Cabatana thanks for your reply, That is not exactly what I mean, What i need to know is if the MariaDB as a service offering in Azure is now compliant with ERPNext’s Unicode requirements, Have you ever deployed a database on the MariaDB offering in Azure?