Camunda Run on Azure - Re-installing every few days

I have followed the article
https://camunda.com/blog/2020/05/anyone-can-run-camunda-bpm-on-azure-in-ten-minutes/

and got an instance of the Camunda Run platform working but every few days it’s as if the platform is re-built.
All content and configuration I have created such as tenants is wiped and the Demo account password is reset to the default.
Is this due to the docker image we are using?
Anyone else had this issue?

Have you configured a database? By default it’ll just use a H2 file database

Hi @Niall,
apologies for the delayed response as I have been on holiday.
we have an MS SQL Server instance available; how would I configure the db for the docker image?

Hi @Niall ,
I am now back looking at this, I have Camunda Run running in an Azure container, I also have an Azure MySQL instance running on which I have created a database and executed the relevant scripts to create the schema.
I have tried creating a new container instance with the relevant environment variables set so that it should connect to my db.
Something is obviously wrong with my configuration as it is not starting correctly.

Do you have an example of the environment variables to set in the Azure container please?