Camunda run on Azure container with MySQL

I have the Camunda Run image running in a container on Azure, I have an Azure MySQL instance on which I have created a database and executed the relevant scripts to create the schema.
I am now trying to configure my container to use the MySQL db instead of the default H2 but I am struggling.
Does anyone have an example of the way the environment variables are configured for MySQL?

Thanks