-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
Comments
Ping to @stack72 💓 |
@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:
The user would still need to provide the script that joins the machine to the domain. |
Any idea how this would be implemented? We just ran into this as a roadblock. |
+1 |
This will be solved via #9962 |
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. |
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/
The text was updated successfully, but these errors were encountered: