How would I connect a data storage account on one subscription, to a machine learning workspace on a second subscription?

Matt Mottau 0 Reputation points
2024-02-06T18:25:02.7933333+00:00

We are looking to connect an existing data storage account on subscription A, to a machine learning workspace that was created on subscription B. We are looking to run this through pipelines, but not sure what changes to make within the aml_datastore.bicep & storage_account.bicep files in our pipeline.

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,426 questions
Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,728 questions
{count} votes

1 answer

Sort by: Most helpful
  1. romungi-MSFT 43,696 Reputation points Microsoft Employee
    2024-02-07T09:35:50.4966667+00:00

    @Matt Mottau I think the workspace cannot use a storage account from different subscription as a default storage account. Using a different storage account in the same subscription during workspace creation is available if you use the Azure portal to create a resource. If you are looking at setting up datastores using different storage options, you should look at the options that are supported on this page. Cross tenant access to storage accounts though is not directly supported. Thanks!!

    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    0 comments No comments