Unable to mount azure kubernetes service to storage account fileshare

cloudwithdeb
41
Reputation points
I have an aks running on azure. The task is to mount a volume using persistent storage with azure storage file share using helm chart with azure devops pipeline.
After deployment, the PVC and the PV get created successfully but when I upload a file to the mount point in the volume, the file get uploaded to the mount point in the volume of the container
but doesn't get uploaded to the fileshare. Any help will be really appreciated. Thanks.