Azure VM资源部署失败:"系统对指定的帐户不具有权威性"

时间:2016-08-19 08:22:43

标签: azure azure-virtual-machine rdp

我已经使用Azure VM几周了:(Windows 10,Visual Studio Developer VM),但几个小时都无法登录。

报告机器正在运行,RDP找到机器并显示登录框,但登录失败:(您的凭据不起作用)

可以重新启动VM,但会发生同样的错误。 启动诊断显示Windows 10'海滩洞穴'图像

尝试重置密码会在事件日志中显示错误:

  

无法重置密码至少有一次资源部署操作   失败。请列出部署操作以获取详细信息看到   https://aka.ms/arm-debug了解使用详情。

然后部署操作出现此错误:

  

部署失败部署到资源组' MY_AZURE_GROUP'   失败。来自底层API的其他详细信息   很有帮助。至少一个部署操作失败。请列出   有关详细信息的部署操作。

然后此错误扩展为:

状态:冲突 供应国:失败

键入:Microsoft.Compute / virtualMachines / extensions

StatusMessage:

{
  "status": "Failed",
  "error": {
    "code": "ResourceDeploymentFailure",
    "message": "The resource operation completed with terminal provisioning state 'Failed'.",
    "details": [
      {
        "code": "VMExtensionProvisioningError",
        "message": "VM has reported a failure when processing extension 'enablevmaccess'. Error message: \"Cannot update Remote Desktop Connection settings for built-in Administrator account. Error: The system is not authoritative for the specified account and therefore cannot complete the operation. Please retry the operation using the provider associated with this account. If this is an online provider please use the provider's online site.\r\n\"."
      }
    ]
  }
}

然后我尝试重新部署VM:出现了这个错误 无法重新部署虚拟机' MY_AZURE_VM'。错误:VM在处理扩展' enablevmaccess'时报告了失败。错误消息:"无法更新内置管理员帐户的远程桌面连接设置。 错误:系统对指定帐户不具有权威性,因此无法完成操作。请使用与此帐户关联的提供商重试该操作。如果这是在线提供商,请使用提供商的在线网站。

消息" 系统对指定帐户不具有权威性"在某处提示某些权限失败。

这是什么意思 - 我该如何解决?

1 个答案:

答案 0 :(得分:2)

事实证明答案并不明显,仍然有点令人困惑。

首次使用时,Cortana要求提供一个Microsoft帐户 - 所以我提供了一个我很少使用的详细信息(让我们称之为rare.used@domain.com)在后台Windows改变了我的MY_AZURE_VM \ MyLogin(我的唯一登录) - 以及该VM上的管理员用户)到Microsoft帐户rare.used@domain.com!

现在我使用该Microsoft帐户登录 - 一切都很顺利。

如果我查看计算机管理用户 - MyLogin仍然存在 - 作为系统中的唯一用户 - 但如果我尝试将其添加到组,则Check-Names会将其转换为rare.used@domain.com

相关问题