An Azure machine learning service for building and deploying models.
Hi rsaw
Permissions for users/computes/workspace need to use managed identity are
- Storage blob data contributor.
- Storage file system privileged data contributor.
Reference thread - https://learn.microsoft.com/en-us/answers/questions/5685206/cant-access-aml-notebooks
Please note that all artifacts like model, training dataset are storage containers only not in compute storage.
Below documentation suggested to access storage using file system
- https://learn.microsoft.com/en-us/azure/machine-learning/how-to-access-data-interactive?view=azureml-api-2&tabs=adls#access-data-from-a-datastore-uri,-like-a-filesystem
- https://learn.microsoft.com/en-us/azure/machine-learning/how-to-read-write-data-v2?view=azureml-api-2&tabs=python
Simplest to get usage code is to locate the file from "explore" option and click "Copy usage code"
You can set a CRON job to clean the Cache built in computes (to avoid out of memory issues)
Please let me know if you want clarity on these pointers.
Thank you