Hi @Akshay_Petkar ,
File Shares are not natively supported in Databricks. Moreover, you need to ensure that you have a network connectivity between your cluster and a server your share resides. If your share is on-premises you need to configure all networking first (VNet injection of your workspace, configuring gateway etc).
Then you can write some python notebook to read data.
So, to put it simple - you can use Python code to read from a share.