I have a PVC created with storage class which is an azure storage account in the backend.
In case of disaster recovery, I want the PVC to be recreated in the DR region.
I want to point the helm to the existing azure storage account where the storage class on primary region was created.
i want the PVC to be created from the same file shares as in the primary region.
Is there any way to do that?