gpt4 book ai didi

Azure逻辑应用程序: Azure VM Connector - InvalidAuthenticationTokenTenant

转载 作者:行者123 更新时间:2023-12-02 06:58:19 25 4
gpt4 key购买 nike

我尝试使用 Azure VM Connector启动和停止虚拟机。

当我编辑逻辑应用时,它使用我的用户 ID 进行身份验证(成功)。

但是,我的用户 ID 与虚拟机位于不同的租户中。 启动虚拟机连接器允许您指定SubscriptionId资源组虚拟机名称,但不能指定< em>租户ID。

当我尝试运行逻辑应用时,出现授权 (401) 错误 (InvalidAuthenticationTokenTenant)。逻辑应用。如何指定正确的TenantId以使其正常工作?

"error": { "code": "InvalidAuthenticationTokenTenant", "message": "Theaccess token is from the wrong issuer'https://sts.windows.net/a35caae4-15e1-4518-bd0f-c1fd0f22814c/'. Itmust match the tenant'https://sts.windows.net/600ab0db-7c24-401f-b5be-d765e88dfb09/'associated with this subscription. Please use the authority (URL)'https://login.windows.net/600ab0db-7c24-401f-b5be-d765e88dfb09b' toget the token. Note, if the subscription is transferred to anothertenant there is no impact to the services, but information about newtenant could take time to propagate (up to an hour). If you justtransferred your subscription and see this error message, please tryback later." }

最佳答案

我通过做三件事解决了这个问题:

  1. 为逻辑应用启用托管身份
  2. 在逻辑应用的虚拟机访问控制 (IAM) 部分添加新的角色分配
  3. 更新了逻辑应用中的启动虚拟机任务以使用托管身份进行连接

以下链接有关 Azure Functions to Start/Stop VMS提供了我在案例中应用于 Azure 逻辑应用的基本步骤。

关于Azure逻辑应用程序: Azure VM Connector - InvalidAuthenticationTokenTenant,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/67644580/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com