Why can only a Compute instance of Azure Machine Learning be assigned to one user

zmsoft 200 Reputation points
2024-12-26T03:42:14.0233333+00:00

Hi there,

Why can only a Compute instance of Azure Machine Learning be assigned to one user?

How to share with other users?

Thanks&Regards,

zmsoft

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,045 questions
0 comments No comments
{count} votes

Accepted answer
  1. Saideep Anchuri 590 Reputation points Microsoft Vendor
    2024-12-26T04:24:31.38+00:00

    Hi zmsoft

    Welcome to Microsoft Q&A Forum, thank you for posting your query here!

    A Compute instance in Azure Machine Learning is designed to be dedicated to a single user who has root access. This single-user assignment ensures that all actions performed on the compute instance use that user's identity for Azure RBAC (Role-Based Access Control) and attribution of experiment jobs. This design is primarily for security and management reasons, allowing for a controlled environment where each user can manage their own resources without interference from others.

    Sharing a compute instance between multiple users will disrupt the previous configuration and setting applied by other user and can also create issues like OOM, thread locks etc. Instead, you can opt for a  compute clusters to share amongst users which scales automatically based on scale up time and loads.

    kindly refer the below Document: https://zcusa.951200.xyz/en-us/azure/machine-learning/how-to-manage-compute-instance?view=azureml-api-2&form=MG0AV3&tabs=python#manage

    Hope this helps. Do let us know if you any further queries.


    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.

    Thank You.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.