Skip to content

Commit ea8415e

Browse files
committed
API section updates
1 parent d2014f1 commit ea8415e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 [az account list command](https://docs.microsoft.com/en-us/cli/azure/account?view=azure-cli-latest#az-account-list) and the [Get-AzSubscription cmdlet](https://docs.microsoft.com/powershell/module/Az.Accounts/Get-AzSubscription?view=azps-3.5.0) now show the tenant ID 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+
> [!TIP]
38+
> If you don't see the tenant ID when using `az account list`, try clearing your cache:
39+
> `az account clear`
40+
> `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)