每当我尝试在 Microsoft Azure 任务(预览版)中创建任务以启动虚拟机时,我都能够创建任务,但是任务无法执行并出现 InvalidAuthenticationTokenTenant 错误
{
"error": {
"code": "InvalidAuthenticationTokenTenant",
"message": "The access token is from the wrong issuer 'https://sts.windows.net/tokennumbers/'. It must match the tenant 'https://sts.windows.net/tokennumbers/' associated with this subscription. Please use the authority (URL) 'https://login.windows.net/tokennumbers' to get the token. Note, if the subscription is transferred to another tenant there is no impact to the services, but information about new tenant could take time to propagate (up to an hour). If you just transferred your subscription and see this error message, please try back later."
}
}
我试过在逻辑应用程序设计器中运行它,但它返回错误 401。
访问令牌来自错误的颁发者“https://sts.windows.net/tokennumbers/”。它必须匹配与此订阅关联的租户“https://sts.windows.net/tokennumbers/”。请使用权限(URL)“https://login.windows.net/tokennumbers”获取令牌。请注意,如果订阅被转移到另一个租户,则对服务没有影响,但有关新租户的信息可能需要一些时间才能传播(最多一个小时)。如果您刚刚转移订阅并看到此错误消息,请稍后再试。”}
上述错误说明您登录的帐户不包含在订阅中的租户。
我按照这个 Document 使用 Logic 应用程序创建停止/启动虚拟机。
设计师:
我使用文档创建了相同的设计器,以确保在创建连接时提供正确的租户。
此外,检查订阅、资源组和虚拟机名称是否正确。
我被延迟 15 分钟启动虚拟机。
逻辑应用程序已执行并成功启动虚拟机。
传送门: