In this url https://learn.microsoft.com/en-us/azure/container-instances/container-instances-volume-azure-files, it says that:
- Azure file share volume mount requires the Linux container run as root .
- Azure File share volume mounts are limited to CIFS support.
I have an azure container instance with postgres and postgres doesn't allow me to run the server as root. The Azure file share owner is set to root and the user group also set to root and I will not be able to change both the permissions and the owner and the user group of the azure file share folder? I would want to set the owner and group of the folder to postgres for example and change its permissions.