Hi,
When we connect by SSH from Azure Management Portal to our Linux hosted app service, there is a warning saying "Note: Any data outside '/home' is not persisted". Currently we are using built-in image, not custom docker image.
Once we install a library (with "apt install ..."), it all works fine. But when the app service is restarted, it goes away and all dependent functionality fails.
Is there a way to persist the installed apps (outside 'home' directory) in our current plan? Or is there a configuration or a command that would keep the installed apps intact (persist) the next time the app service is restarted?
Thank you
Cem