Storage for Azure ML Workspace

Sun Shine 296 Reputation points
2021-07-14T13:42:21.667+00:00

Hello:

When I create Azure ML Workspace, why I cannot use existing storage, why I have to create new one?

Any clarification will help me to educate.

Thanks

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,561 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,683 questions
{count} votes

5 answers

Sort by: Most helpful
  1. Sun Shine 296 Reputation points
    2021-07-15T04:05:35.553+00:00

    Hello Manu:

    I came across MS Link and it make sense.

    https://learn.microsoft.com/en-us/cli/azure/ml/datastore?view=azure-cli-latest

    When you create a workspace, an Azure Storage account is automatically created as an associated resource. A blob container is created in this account, and its connection information is stored as a datastore named 'workspaceblobstore'. This serves as the workspace's default datastore, and the blob container is used to store your workspace artifacts and machine learning job logs and outputs.

    So this is what I experienced as mention above.

    Thanks

    1 person found this answer helpful.
    0 comments No comments

  2. Sun Shine 296 Reputation points
    2021-07-15T03:38:52.29+00:00

    Hello Manu:

    Thanks for your reply, when i try to create new Azure ML Service, It didn't allowed me to select existing storage account - ADLS Gen2.

    So i endup creating new at the time of creating (AML01).

    I try to create another one (AML02) and it did allowed me to select storage account for the AML01 workspace but not the ADLS Gen2.

    Thanks

    0 comments No comments

  3. Manu Philip 16,971 Reputation points MVP
    2021-07-15T04:15:19.32+00:00

    Looks like an IAM assignment needed for the storage account.
    114865-image.png
    114827-image.png

    Check it after granting the service principal with Storage Blob Data Reader access.

    0 comments No comments

  4. Sun Shine 296 Reputation points
    2021-07-15T04:29:08.85+00:00

    Thanks for your reply, I will check & let you know.

    Thank you again.


  5. Sun Shine 296 Reputation points
    2021-07-20T02:05:13.463+00:00

    I was out and will test tomorrow.

    Thank you for follow-up.

    Thanks