I am setting up a Windows Server VM on Azure cloud and configure Active Directory Domain Services and Group Policy Objects. I am trying to join a local computer (on premise) to that Server and to apply the group policy that I configured on Windows Server VM. Would this be possible, or do I really need a on premises active directory server to join a local computer ?
相关问题
- Register MicroServices in Azure Active Directory (
- Azure Graph 403 Authorization_RequestDenied using
- Azure AD OAuth client credentials grant flow with
- “Unauthorized” when invoking an API App from Azure
- Getting Authorization has been denied for this req
相关文章
- How to 'Grant Permissions' Using Azure Act
- Verify a domain name in Azure Active Directory
- The application named HTTPS://test113.onmicrosoft.
- AADSTS50011: The reply url specified in the reques
- Authorization_IdentityNotFound on Microsoft Graph
- How to issue tokens from Azure AD in a Node.js App
- How to add simple authentication to azure mobile/w
- Azure Active Directory: Add Service Principal to D
It's possible, you can deploy ADDS server role, join domains and many other things on Azure as what you can do on-premise. In this case, you have to do three steps:
Alternatively, you could use Azure AD to create an Active Directory domain in the cloud and connect it to your on-premises Active Directory domain. Azure AD Connect integrates your on-premises directories with Azure AD. In this scenario, you could have an on-premises Active Directory domain first.
Moreover, you could refer to this article to choose a solution for integrating on-premises Active Directory with Azure.