Azure Active Directory
An Azure enterprise identity service that provides single sign-on and multi-factor authentication.
13,473 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
We are using ARM template to deploy a new Windows VM. ARM template is also used to join VM to on-prem Active directory domain (e.g. cotoso.local).
What is the best way to add a VM as a member of an Active directory group after domain joined? Can we do this in ARM template? if so can you provide details?