How can we use Azure Machine Learning solution during an educational session with 20 students ? Can we share compute and storage resources between students?
How can we use Azure Machine Learning solution during an educational session with 20 students ? Can we share compute and storage resources between students?
@anonymous user Thanks, Please follow the below for managing compute instances. https://docs.microsoft.com/en-us/azure/machine-learning/concept-compute-instance#managing-a-compute-instance All data scientists or developers need is access to the AzureML Workspace and they will have access to a shared file share where everyone’s notebooks can be accessed. All notebook require a Compute Instance(CI). CI is a managed VM that exists in AzureML.
9 people are following this question.