Azure尝试使用任务启动VM(预览),收到InvalidAuthenticationTokenTenant错误

b1payxdu  于 2023-05-07  发布在  其他
关注(0)|答案(1)|浏览(131)

每当我尝试在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。

wd2eg0qa

wd2eg0qa1#

访问令牌来自错误的颁发者“https://sts.windows.net/tokennumbers/’。它必须匹配与此订阅关联的租户“https://sts.windows.net/tokennumbers/”。请使用授权(URL)'https://login.windows.net/tokennumbers'获取令牌。注意,如果订阅被转移到另一个租户,则对服务没有影响,但是关于新租户的信息可能需要时间来传播(最多一个小时)。如果您刚刚转移订阅并看到此错误消息,请稍后再试。”}
上述错误说明您登录的帐户未包含在订阅中的租户。
我按照这个Document使用Logic应用程序创建了一个停止/启动虚拟机。

设计师:

我使用文档创建了相同的设计器,以确保在创建连接时提供正确的租户。

此外,请检查订阅、资源组和虚拟机名称是否正确。

我有15分钟的延迟来启动虚拟机。

已执行逻辑应用程序并成功启动虚拟机。

入口:

相关问题