我启用了O365和Azure Active Directory。域名为testcompany.com,用户可以使用firstname.lastname@testcompany.com登录O365
我知道如何创建虚拟网络并为其创建虚拟机。 我想Web App支持AD身份验证。
但是我不知道我需要做什么才能将VM加入AD。我应该下次创建Azure域服务吗?我阅读了几篇解释不同功能的文章,但看不出要执行的主要步骤。
答案 0 :(得分:1)
我接下来应该创建Azure域服务吗?
是的,我们应该启用Azure AD域服务。
以下是步骤:
1。Create the AAD DC Administrators
group
2。Create or select a virtual network for Azure Domain services
3。Enable Azure AD domain services
4。Update DNS settings for the Azure Virtual network
5。Enable password synchronization to AAD Domain Services for a cloud-only Azure AD tenant.
完成上述任务后,您可以通过参考link将虚拟机发送到域。