Skip to content

Commit c4887cd

Browse files
committed
fix error
1 parent ea8415e commit c4887cd

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,10 @@ 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-
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.
35+
The [az account list command](https://docs.microsoft.com/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.
3636

3737
> [!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`
38+
> If you don't see the tenant ID when using [az account list command](https://docs.microsoft.com/cli/azure/account?view=azure-cli-latest#az-account-list), try clearing your cache by running `az account clear` followed by `az login --identity`.
4139
4240
We also provide APIs that are specific to performing Azure delegated resource management tasks. For more info, see the **Reference** section.
4341

0 commit comments

Comments
 (0)