Azure Functions
An Azure service that provides an event-driven serverless compute platform.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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 ?
An Azure service that provides an event-driven serverless compute platform.
For persistent data, you'll usually want to link an external storage service. Could you elaborate on your scenario?