Batch icon indicating copy to clipboard operation
Batch copied to clipboard

Is it possible to add VM pool into AD Domain automatically?

Open zaigr opened this issue 5 years ago • 0 comments

Problem is to run task as a specific Active Directory domain user in order to have an access to file share with specific permissions.

Whether it possible to add compute node into AD Domain automatically (especially when pool being scaled) and run task as a domain user?

var task = new CloudTask(taskId, cmd)
{
    UserIdentity = new UserIdentity("mydomain\user")
};

zaigr avatar Feb 05 '20 16:02 zaigr