Connection with virtual machine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2024 12:31 AM
- I have to upload files from Azure container to Virtual machine using Databricks.
- I have mounted my files to Databricks.
- Please help me do it. If any idea about this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2024 09:36 AM
I am not sure if you need to further curate the data before you upload it to Virtual machine, if you not you can just mount storage on VM
Create an SMB Azure file share and connect it to a Windows VM | Microsoft Learn
Azure Storage - Create File Storage In Azure And Mount The File Share To The VM (c-sharpcorner.com)
Attach a data disk to a Linux VM - Azure Virtual Machines | Microsoft Learn
If you need to curate data, use Azure Databricks for curation if that's the right choice of compute you've based on your complexity of curation requirement and then write the output back to Azure storage. Then follow same steps mentioned above to mount the storage on VM

