Connect Azure ML notebook to azure VM

Idan Conley 1 Reputation point
2021-12-19T15:49:06.803+00:00

Hey All,

I want to connect to my VM in order to get access to files on the VM from my notebook. Is it possible?

can someone help me with it?

thanks!

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,332 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. romungi-MSFT 48,906 Reputation points Microsoft Employee Moderator
    2021-12-20T07:40:11.063+00:00

    @Idan Conley If you are using the same compute instance for your notebook then you should be able to access the files from your notebook. For example,

    1. Open the terminal of your notebook, create a file
    2. Hit refresh and the file should be listed in the directory which can be accessed from your notebook cell by using relative path.

    158868-mlnotebook-files.gif

    If you are looking to use the files from a different VM that is not a compute instance then the option available is to use the Azure storage or file dataset that you can mount using the data actions -> Mount from the notebook UI.

    158944-image.png

    If an answer is helpful, please click on 130616-image.png or upvote 130671-image.png which might help other community members reading this thread.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.