I have used Azure Container Instances to stand-up different Node-Red containers multiple times.
It is quickly done and everything seem to go as intended.
I can access and deploy Node-Red flows without any problems, set up HTTP In nodes that are
publicly available and save some Flow Variables to keep state (used for required user settings).
Without warning though, at some time, the deployed flows are all deleted, likely because the container restarted and pulled the Node-Red image automatically again.
Why does it do that? How can I keep my flows intact? Do I have to create Container Groups in order to make this more stable?