How can i upload my dataset to Linux (ubuntu 18.04) DSVM?

goyani 26 Reputation points
2021-01-20T05:11:00.863+00:00

I have Data science virtual machine linux image. i want to upload dataset from my local machine to virtual machine how can i do that? I did not found any ersources.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,185 questions
Azure Data Science Virtual Machines
Azure Data Science Virtual Machines
Azure Virtual Machine images that are pre-installed, configured, and tested with several commonly used tools for data analytics, machine learning, and artificial intelligence training.
67 questions
0 comments No comments
{count} vote

Accepted answer
  1. romungi-MSFT 42,296 Reputation points Microsoft Employee
    2021-01-20T09:41:25.227+00:00

    @goyani A safe and easy way to upload large data to your VM is to use the Azure blob storage to upload data to a container and then download it on your VM using the Azure storage explorer utility. This ensures your data is safe and secure on cloud and can also be used by Azure ML workspaces if required.

    Another option is to transfer the files to your VM using scp with the help of key file created while launching the VM. This option to create & download the PEM file is only available while creating the VM though. I hope this helps to transfer your data to VM to run your experiments. Thanks!!

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful