Running Appsmith on Azure App Service: Solving Data Persistence for Ephemeral Containers
The Problem No One Talks About Appsmith is a fantastic open-source platform for building internal tools. Their self-hosting docs cover Docker Compose (bind mount a local folder) and Kubernetes (use a PersistentVolumeClaim). Simple enough. But what if you’re running Appsmith on Azure App Service — a PaaS where containers are ephemeral and Docker volumes vanish…
