Deployed flow in Azure Container Instances disappears

The two things that you need to do are documented in here already but to emphasise:

  • You should configure a fixed name for the settings.js file (which is the default I think in the docker image)
  • You must configure a persistent storage volume to be mounted on /data otherwise you will indeed lose your flows every time you redeploy.
1 Like