Accessing Data from azure container from a notebook

Clemens Dierks 1 Reputation point
2021-04-07T14:12:34.8+00:00

Hey there,

i have a question concerning the navigation in the file system of the azure cloud.

How can i access data (like images) from my container through a azure notebook?
Can i navigate in the cloud like in the file system of my local machine?

Best regards and thank you in advance!

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

1 answer

Sort by: Most helpful
  1. YutongTie-MSFT 53,966 Reputation points Moderator
    2021-05-04T00:17:58.567+00:00

    Hello,

    There are several ways to get access Juypter Notebook from Azure offerings as bellow:
    https://learn.microsoft.com/en-us/azure/notebooks/quickstart-export-jupyter-notebook-project#use-notebooks-in-visual-studio-code

    But unfortunately, I don't think any of them supports clickable UI as File system in UI. But you can call you data in code, it is the same as normal.
    https://learn.microsoft.com/en-us/azure/storage/blobs/authorize-data-operations-portal

    One way you can manage your data as clickable UI as File system is you can go to data blob/ container directly.

    Also, please feel free to share the scenario you want to do this, I will help to forward this feedback to engineering group for future development.

    Regards,
    Yutong

    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.