@Rajesh-5359 Welcome to Microsoft Q&A Forum, Thank you for posting your query here!
Based on the information you provided, it seems like you are trying to redirect the old file share path to the new Azure file share path without making any changes on the on-premises side. Unfortunately, this is not possible
You can consider this approach, but I haven't personally repro the issue, so you may give a try. One approach you can take is to use Windows Server DFS Namespace. You can create a DFS Namespace with the old share name that points to the Azure NetApp Files SMB volume with the new share name. This way, users can continue to access the old share name without having to make any changes on their end.
Another approach is to use a DNS CNAME record to redirect the old share name to the new Azure file share path. However, this requires changes to be made on the on-premises DNS server.
Please let us know if you have any further queries. I’m happy to assist you further.
Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.