gpt4 book ai didi

azure - 使用 Move-AzureRmResource 到不同租户的不同订阅

转载 作者:行者123 更新时间:2023-12-02 07:49:58 26 4
gpt4 key购买 nike

我正在尝试将一些 Azure 资源从一个订阅移动到另一个订阅。我有一个 Microsoft 帐户,它是源订阅和目标订阅的共同管理员。

我运行 Powershell 并使用以下 commandlet 登录:

Add-AzureRmAccount -TenantId "source tenant GUID"

然后我用

Move-AzureRmResource -ResourceId "id of the resource" -DestinationResourceGroupName "xxx" -SubscriptionId "target subscription GUID"

我收到此错误:

Move-AzureRmResource : LinkedAuthorizationFailed : The client has permission to perform 
action 'Microsoft.Resources/subscriptions/resourceGroups/write' on scope '/subscriptions/
xxx/resourceGroups/dotnetportal', however the linked subscription 'target subscription GUID' is not in
current tenant 'source tenant GUID'.

最佳答案

无法重现您的问题,也没有找到官方资料,但是根据错误信息however the linked subscription 'target subscription GUID' is not in
current tenant 'source tenant GUID'
,我认为不允许在属于不同租户的订阅之间移动资源。 Microsoft Azure 应该将功能限制在同一租户内。

关于azure - 使用 Move-AzureRmResource 到不同租户的不同订阅,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35671640/

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