问题描述
每当我尝试在Azure门户中为我的VM运行我的“逻辑应用程序运行”任务时,都会出现以下错误:
{
"error": {
"code": "InvalidAuthenticationTokenTenant","message": "The access token is from the wrong issuer 'https://sts.windows.net/<token>/'. It must match the tenant 'https://sts.windows.net/<token>/' associated with this subscription. Please use the authority (URL) 'https://login.windows.net/<token>' to get the token. Note,if the subscription is transferred to another tenant there is no impact to the services,but @R_288_4045@ion 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."
}
}
我尝试过在线寻找解决方案,但是大多数遇到类似问题的人都可以通过自己编写的代码来解决。当我尝试运行任务时,这是在Azure门户内部发生的,如果有帮助,流程如下所示:
在“启动虚拟机”步骤中发生错误。我们的VS订阅是在我登录的帐户下设置的,而运行任务的帐户是同一帐户,因此此错误对我来说没有任何意义。有人可以帮忙吗?
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)