Aks access denied on mounted files

9 months ago
I'm using AKS to deploy nopcommerce sites, this has been working in the beginning but when I create a new deployment or restart an existing deployment the resulting pod crashes with an access denied error on the mounted file plugins.json.

I'm using Azure file share connected through an Persistant volume and the pods run as root, I've already checked the permissions of the file.

This was tested with the value UseShadowCopy on false, when I set it to true the access denied error gets returned on dll files in Plugins/bin.

Is there any configuration on how to get it working with UseShadowCopy on false?
9 months ago
When you rebuild your plugin. same dll you have to upload inside plugin/bin/ then provide full permission and after then restart your site. Hope you will not see error again.