Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Azure ARM instances to Join Domains #5820

Closed
phinze opened this issue Mar 23, 2016 · 6 comments · Fixed by #9962
Closed

Allow Azure ARM instances to Join Domains #5820

phinze opened this issue Mar 23, 2016 · 6 comments · Fixed by #9962

Comments

@phinze
Copy link
Contributor

phinze commented Mar 23, 2016

Looks like this is functionality we had in ASM that we don't yet have in ARM.

Here is a blog post that describes the API - I think! 😄

https://blogs.msdn.microsoft.com/igorpag/2016/01/25/azure-arm-vm-domain-join-to-active-directory-domain-with-joindomain-extension/

@phinze
Copy link
Contributor Author

phinze commented Mar 23, 2016

Ping to @stack72 💓

@stack72
Copy link
Contributor

stack72 commented Mar 31, 2016

@phinze so i have been looking at how we would do this in AzureRM. Currently, the only think the AzureRM SDK supports is as follows:

{
  "id":"/subscriptions/########-####-####-####-############/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{virtualMachineName}/extensions/{extensionName}",
  "name": "extensionName",
  "type": "Microsoft.Compute/virtualMachines/extensions",
  "location": "westus",
  "properties": {
    "publisher": "Microsoft.OSTCExtensions",
    "type": "CustomScriptForLinux",
    "typeHandlerVersion": "1.2",
    "settings": {
      "fileUris": [ "scriptFilePpath"],
      "commandToExecute": "command"
    }
  }
}

The user would still need to provide the script that joins the machine to the domain.

@stevendborrelli
Copy link

Any idea how this would be implemented? We just ran into this as a roadblock.

@thebrianlopez
Copy link

+1

@pmcatominey
Copy link
Contributor

This will be solved via #9962

@ghost
Copy link

ghost commented Apr 20, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators Apr 20, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants