Azure / Azure/Batch

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

Open
#80 0 comments 0 reactions 0 assignees View on GitHub
question
Dominant language
No language data
Stars
27
Forks
29
PR merge metrics
No merged PRs in 30d

Description

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")
};
````

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.