Hi Team,
We are provisioning dataverse application in azure app container as of now we are facing issues with azure files
Issue:
-as of now we are able to upload the files in datasets and publishing successfully but those files are getting store in aca container app but files are not getting reflecting in azure files what we have mounted in aca but if we restart aca if we try to access the files getting 404 file not found error
![]()
![]()
can you please help me if azure files is compatible
Hi, sorry, I was on vacation. Still catching up! :sweat_smile:
@davuluri 22 it sounds like the data files are being stored with the ephemeral container rather than permanent storage. Is that right? You restart the container and the files are gone?
One solution might be to configure Dataverse to store the data files on an S3-compatible storage area. That's what we do for Harvard Dataverse.
If you'd rather store the data files on a mounted file system, that should work too. We just need to make sure the storage doesn't go away when the container is restarted! :sweat_smile:
Ah, I see you opened #12356 as well.
I did not realize this is about a dockerized installation until now. @davuluri 22 would you mind sharing your data store options and where you mounted the filesystem in the container? My educated guess is that you mixed these things up and thus write to the container overlayfs.
Last updated: May 30 2026 at 09:11 UTC