Skip to content

Commit 26e0308

Browse files
authored
Merge pull request #105692 from JnHs/jh-azurelighthouse-tenantapi
API section updates
2 parents b7e5163 + 47cb630 commit 26e0308

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

articles/lighthouse/concepts/cross-tenant-management-experience.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Cross-tenant management experiences
33
description: Azure delegated resource management enables a cross-tenant management experience.
4-
ms.date: 02/14/2020
4+
ms.date: 03/05/2020
55
ms.topic: conceptual
66
---
77

@@ -32,7 +32,14 @@ Using Azure delegated resource management, authorized users can sign in to the s
3232

3333
You can perform management tasks on delegated resources either directly in the portal or by using APIs and management tools (such as Azure CLI and Azure PowerShell). All existing APIs can be used when working with delegated resources, as long as the functionality is supported for cross-tenant management and the user has the appropriate permissions.
3434

35-
We also provide APIs to perform Azure delegated resource management tasks. For more info, see the **Reference** section.
35+
The Azure PowerShell [Get-AzSubscription cmdlet](https://docs.microsoft.com/powershell/module/Az.Accounts/Get-AzSubscription?view=azps-3.5.0) show the **tenantID** for each subscription, allowing you to identify whether a returned subscription belongs to your service provider tenant or to a managed customer tenant.
36+
37+
Similarly, Azure CLI commands such as [az account list](https://docs.microsoft.com/cli/azure/account?view=azure-cli-latest#az-account-list) show the **homeTenantId** and **managedByTenants** attributes.
38+
39+
> [!TIP]
40+
> If you don't see these values when using Azure CLI, try clearing your cache by running `az account clear` followed by `az login --identity`.
41+
42+
We also provide APIs that are specific to performing Azure delegated resource management tasks. For more info, see the **Reference** section.
3643

3744
## Enhanced services and scenarios
3845

0 commit comments

Comments
 (0)