As Azure Machine Learning has more maturity compared to Synapse Data Science from Fabric that I recently been using, I wanted to know:
Thanks in advance
To access OneLake data from an Azure ML instance within the same subscription, you can use Azure Data Lake Storage Gen2 (ADLS Gen2) as the intermediate storage.
You can use the Datastore
and Dataset
classes in the Azure ML SDK to access data.
I hope this helps :)