Help setting up Ignition in Azure Container Apps

I want to setup an Ignition container on Azure using Azure Container Apps. I've successfully created the container, but I am having issues with getting the persistent storage piece to work. When I try to mount the binding in Azure the container fails to start, usually with the error:

Any ideas?

As an update I got past this error by figuring out the correct path for java, which in my case I had to replace jre-aarch64 with jre-nix in the ignition.conf file.

The problem I face now is when the gateway starts it faults and gives an error that the sqlite database is busy.