简体   繁体   English

Azure:使用Azure AD帐户(WAAD)连接到VM

[英]Azure: connect to VM using an Azure AD account (WAAD)

How can I RDP to an Azure box using an account I created in Azure? 如何使用我在Azure中创建的帐户将RDP传送到Azure盒? I don't want to go down the route of syncing directories or anything. 我不想走同步目录或任何东西的路线。 Just simply want to be able to create accounts in Azure that can be used to access Azure servers. 只是希望能够在Azure中创建可用于访问Azure服务器的帐户。

This is a basic centralised authentication model and I am sure I am just missing something. 这是一个基本的集中式身份验证模型,我敢肯定我只是缺少一些东西。 Surely Microsoft can't expect us to add a bunch of users and service accounts on EACH server we create and manage passwords etc as entirely separate entities. 当然,Microsoft不能期望我们在每个创建和管理密码等作为完全独立的实体的服务器上添加一堆用户和服务帐户。

By "Azure Box" I assume you mean an Azure VM running Windows. 通过“ Azure Box”,我假设您的意思是运行Windows的Azure VM。 There's nothing "magical" about these VMs. 这些虚拟机没有什么“神奇”的东西。 If you want central user management instead of relying on local user accounts you need to add it to an Active Directory domain. 如果要集中管理而不是依靠本地用户帐户,则需要将其添加到Active Directory域中。 And if you want sync between this Active Directory domain and the Azure Active Directory for your tenant, you need to set up Directory Sync. 并且,如果要在此Active Directory域和租户的Azure Active Directory之间进行同步,则需要设置目录同步。

One cannot do this (without resorting to directory synchronisation). 一个人不能做到这一点(不求助于目录同步)。 A Configuration Management tool such as SaltStack/Chef/Puppet seems a leaner fit than creating a traditional AD infrastructure. 与创建传统的AD基础结构相比,SaltStack / Chef / Puppet等配置管理工具似乎更合适。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM