I am new to Azure Container Apps. I had a requirement to deploy set of applications to Azure container apps. There was a problem with the setup when I deploy my Postgres DB as container when the container shut down data in the container will destroyed.
I want to persist data, As per the previously asked Question It is unable to persist the data inside the container app for Postgres.
I want to run the containerized the database and persist the volume. How can I do it with the available Azure services.
I am successfully able to run the application in containers but when the container is restart the data inside the container is destroyed.