List subscriptions using
Get-AzureRmSubscription
then select one in the right tenant making sure you specify the TenantID too.
Select-AzureRmSubscription -SubscriptionId xxxxx -TenantId yyyyyBasically it seems if you've multiple "Directories" / tenants you have to specify the tenant id.
Once you've done that, moving subscriptions etc. works for that Tenant.
No comments:
Post a Comment