I wanted to connect Azure Vm to Azure databricks directly ...irrespective of VM's locality or region ..Is there any way possible such that VM should throw data to Azure databricks directly ?
OR we can pull data(files ,images,database tables) from Vm directly ?
by using commands we can do it (import or create notebook) but it immediately it sends to some cluster which i don't want.
it can throw the data into the azure data lake if required
but azure databricks should be able to connect to the azure vm
is there any way ? please help with solution