<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! --> **What happened**: I have used the guide to come with your own storage account My PersistentVolume has the option to moun to a subfolder. The folder doesn`t not yet exist on the share. ```yaml volumeAttributes: folderName: files ``` Mount will not attach. **What you expected to happen**: Mount will attach. **How to reproduce it**: ```yaml volumeAttributes: folderName: notexistingfolderonshare ``` **Anything else we need to know?**: If you create the subfolder manually on the share via azure storage explorer it will attach. **Environment**: - CSI Driver version: mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.26.3 - Kubernetes version (use `kubectl version`): latest aks - OS (e.g. from /etc/os-release): latest aks - Kernel (e.g. `uname -a`): latest aks - Install tools: latest aks - Others: latest aks