Share via

Azure function /home directory is not persistent

ramzi amairi 1 Reputation point
2020-09-21T11:56:28.157+00:00

Files stored in the /home directory are not persistent and will vanish when the container is recycled. Isn't it supposed to be persistent across restarts and instances ?

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Mike Urnun 9,792 Reputation points Moderator
    2020-09-21T23:48:06.207+00:00

    For persistent data, you'll usually want to link an external storage service. Could you elaborate on your scenario?

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.